Skip to content

Commit

Permalink
CORE-2120
Browse files Browse the repository at this point in the history
Update PHP version constraints in composer.json
  • Loading branch information
viktorkulahin committed Oct 3, 2024
1 parent 8628d50 commit f9f72da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PHP CS Fixer config for Paysera conventions",
"type": "library",
"require": {
"php": "^7.4 || ^8.1",
"php": ">=7.4 <8.0 || >=8.1",
"doctrine/inflector": "^1.0 || ^2.0"
},
"require-dev": {
Expand Down

0 comments on commit f9f72da

Please sign in to comment.