Skip to content

Commit 93328cd

Browse files
authored
Merge pull request #5 from integer-net/30158/update-module-for-compatibility
Update drupol/phpermutations dependency for php8 compatibility
2 parents 84a7818 + 78ae78d commit 93328cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.4",
13-
"drupol/phpermutations": "dev-master"
12+
"php": ">=8",
13+
"drupol/phpermutations": "1.5.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)