Skip to content

Commit

Permalink
Force only Nette 3.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gappa committed May 2, 2019
1 parent 80ef305 commit 4c2f129
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "nelson/resizer",
"require": {
"php": ">= 7.1",
"nette/di": "^2.4 || ^3.0",
"nette/http": "^2.4 || ^3.0",
"nette/utils": "^2.4 || ^3.0",
"latte/latte": "^2.4",
"nette/caching": "^2.5 || ^3.0",
"nette/di": "^3.0",
"nette/http": "^3.0",
"nette/utils": "^3.0",
"latte/latte": "^2.5",
"nette/caching": "^3.0",
"imagine/imagine": "^0.7.1",
"nepada/presenter-mapping": "^1.0 || ^2.0"
"nepada/presenter-mapping": "^2.0"
},
"require-dev": {
"nette/tester": "^2.0",
Expand Down

0 comments on commit 4c2f129

Please sign in to comment.