Skip to content

Commit 78ae78d

Browse files
committed
Update drupol/phpermutations dependency for php8 compatibility
- update to php8.0 - set phpermutations to 1.5
1 parent a702b95 commit 78ae78d

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)