Skip to content

Commit fc02a78

Browse files
author
Gautier Masdupuy
committed
Update composer.json to set a maximum version of php
1 parent 422ef37 commit fc02a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require": {
27-
"php": ">=7.1",
27+
"php": ">=7.1 <8.2",
2828
"psr/http-client": "^1.0",
2929
"psr/http-message": "^1.0",
3030
"php-http/httplug": "^1.1 || ^2.0",

0 commit comments

Comments
 (0)