Skip to content

Commit 81ad811

Browse files
committed
exclude from composer
1 parent f7bdfc4 commit 81ad811

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@
1818
"url": "https://github.com/integer-net/phpermutations.git",
1919
"only": [
2020
"drupol/phpermutations"
21-
],
22-
"exclude": ["enzomc/php-fpgrowth"]
21+
]
22+
},
23+
"composer": {
24+
"type": "composer",
25+
"url": "https://repo.packagist.org/",
26+
"exclude": [
27+
"drupol/phpermutations"
28+
]
2329
}
2430
},
2531
"autoload": {

0 commit comments

Comments
 (0)