Skip to content

Commit

Permalink
Restrict maximum supported PHP version in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 31, 2021
1 parent aa59a60 commit e17e48e
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 @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.4.0",
"php": ">=7.4.0 <8.2",
"ext-intl": "*",
"ext-mbstring": "*",
"nette/utils": "^3.0@dev"
Expand Down

0 comments on commit e17e48e

Please sign in to comment.