Skip to content

Commit 298f097

Browse files
committed
Update drupol/phpermutations dependency for php8 compatibility
- try key
1 parent f383a6e commit 298f097

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,15 @@
1212
"php": ">=8",
1313
"drupol/phpermutations": "1.5.0"
1414
},
15-
"repositories": [
16-
{
15+
"repositories": {
16+
"drupol/phpermutations": {
1717
"type": "vcs",
1818
"url": "https://github.com/integer-net/phpermutations.git",
1919
"only": [
2020
"drupol/phpermutations"
2121
]
22-
},
23-
{
24-
"type": "composer",
25-
"url": "https://packagist.org",
26-
"exclude": ["drupol/phpermutations"]
2722
}
28-
],
23+
},
2924
"autoload": {
3025
"psr-4": {
3126
"EnzoMC\\PhpFPGrowth\\": "src/"

0 commit comments

Comments
 (0)