Skip to content

Commit

Permalink
allow Nette 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek authored and paveljanda committed Jun 3, 2021
1 parent 19b1e32 commit 4dfa045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
},
"require": {
"php": ">= 7.1.0",
"nette/http" : "~3.0.0",
"nette/http" : "^3.0",
"nette/utils": "^3.0",
"nette/application": "~3.0.0",
"nette/di": "~3.0.0",
"nette/application": "^3.0",
"nette/di": "^3.0",
"nette/reflection": "^2.4",
"doctrine/cache": "^1.6",
"doctrine/annotations": "~1.3"
Expand Down

0 comments on commit 4dfa045

Please sign in to comment.