Skip to content

Commit b580dea

Browse files
committed
Fixing the required PHP version in the Composer config to say "greater than or equal to 7.1" so it will work with later verions too
1 parent e5dc013 commit b580dea

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
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require":{
26-
"php": "^7.1",
26+
"php": ">=7.1",
2727
"defuse/php-encryption": "^2.2",
2828
"enygma/cmd": "^0.4.0",
2929
"league/climate": "^3.4"

0 commit comments

Comments
 (0)