Skip to content

Commit f9f72da

Browse files
committed
CORE-2120
Update PHP version constraints in composer.json
1 parent 8628d50 commit f9f72da

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
@@ -3,7 +3,7 @@
33
"description": "PHP CS Fixer config for Paysera conventions",
44
"type": "library",
55
"require": {
6-
"php": "^7.4 || ^8.1",
6+
"php": ">=7.4 <8.0 || >=8.1",
77
"doctrine/inflector": "^1.0 || ^2.0"
88
},
99
"require-dev": {

0 commit comments

Comments
 (0)