Skip to content

Commit e9c4709

Browse files
derrabusnicolas-grekas
authored andcommitted
Allow the installation on php 8.
1 parent ee1a2ad commit e9c4709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.5.9|^7.0.0",
13+
"php": ">=5.5.9",
1414
"composer-plugin-api": "^1.0|^2.0"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)