Skip to content

Commit

Permalink
Composer: allow PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 2, 2020
1 parent c662d9f commit ee2f41a
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 @@
"ext-openssl": "To make requests via https"
},
"require": {
"php": "^7.2",
"php": ">=7.2",
"nette/di": "~3.0.0",
"nette/forms": "~3.0.0",
"nette/utils": "~3.0.0|~3.1.0"
Expand Down

0 comments on commit ee2f41a

Please sign in to comment.