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 6c077b1 commit 76222f1
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",
"nette/utils": "^3.1.3@dev",
"nette/application": "^3.0@dev"
},
Expand Down

0 comments on commit 76222f1

Please sign in to comment.