Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kollarovic committed May 27, 2019
1 parent e84eb29 commit 11797a8
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 @@ -13,12 +13,12 @@

"require": {
"php": ">=5.3.1",
"nette/bootstrap": "^2.2",
"nette/utils": "^2.2",
"nette/http": "^2.2",
"nette/application": "^2.2",
"nette/robot-loader": "^2.2",
"latte/latte": "^2.2"
"nette/bootstrap": "~2.2",
"nette/utils": "~2.2",
"nette/http": "~2.2",
"nette/application": "~2.2",
"nette/robot-loader": "~2.2",
"latte/latte": "~2.2"
},

"require-dev": {
Expand Down

0 comments on commit 11797a8

Please sign in to comment.