Skip to content

Commit

Permalink
Composer: limits PHP to 5.6 - 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed May 14, 2024
1 parent bdb07e8 commit f242c61
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 @@ -13,7 +13,7 @@
{"type": "other", "url": "https://www.janpecha.cz/donate/"}
],
"require": {
"php": ">=5.6.0",
"php": "5.6 - 8.2",
"nette/application": "^2.4 || ^3.0",
"nette/utils": "^2.4 || ^3.0 || ^4.0",
"latte/latte": "^2.4 || ^3.0"
Expand Down

0 comments on commit f242c61

Please sign in to comment.