Skip to content

Commit 1b94ee3

Browse files
committed
mark dependency repo as non-canonical
1 parent 3fe9f64 commit 1b94ee3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010
],
1111
"require": {
1212
"php": ">=8",
13-
"drupol/phpermutations": "dev-master#e5d6c23e3b0fee3a93f713ecc73f15e666f6c21f"
13+
"drupol/phpermutations": "dev-master"
1414
},
1515
"repositories": {
1616
"drupol/phpermutations": {
1717
"type": "git",
1818
"url": "https://github.com/integer-net/phpermutations.git",
1919
"only": [
2020
"drupol/phpermutations"
21-
]
21+
],
22+
"canonical": false
2223
}
2324
},
2425
"autoload": {

0 commit comments

Comments
 (0)