Skip to content

Commit

Permalink
composer: lower actual needed PHP version [closes #96]
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach authored Aug 28, 2019
1 parent c2f2a68 commit d5dd094
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 @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.1",
"nette/application": "~3.0",
"nette/component-model": "~3.0",
"nette/forms": "~3.0",
Expand Down

0 comments on commit d5dd094

Please sign in to comment.