Skip to content

Commit

Permalink
Limit upper PHP version
Browse files Browse the repository at this point in the history
Since PHP is not SemVer, we should rather limit upper version to the newest available one, which can be tested.

Co-authored-by: Greg Korba <wirone@gmail.com>
  • Loading branch information
caendesilva and Wirone authored Nov 29, 2023
1 parent a2741f5 commit 2d8bd68
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 @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.0 <8.4",
"ext-intl": "*"
},
"require-dev": {
Expand Down

0 comments on commit 2d8bd68

Please sign in to comment.