Skip to content

Commit

Permalink
composer.json: allow Nette 3
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Apr 8, 2019
1 parent 4604027 commit de62187
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 @@ -17,7 +17,7 @@
"require": {
"php": ">=7.1.0",
"nette/utils": "^2.4@dev || ^3.0@dev",
"nette/application": "^2.4@dev"
"nette/application": "^2.4@dev || ^3.0@dev"
},
"require-dev": {
"nette/tester": "^2.1",
Expand Down

0 comments on commit de62187

Please sign in to comment.