Skip to content

Commit

Permalink
Composer update - require latte/latte package
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed May 19, 2016
1 parent 6681b01 commit 08e9cfa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
}
},
"require": {
"nette/http" : "^2.3.0",
"nette/application" : "^2.3.0",
"nette/di" : "^2.3.0",
"ublaboo/api-router" : "~1.2.0"
"nette/http" : "^2.3",
"nette/application" : "^2.3",
"nette/di" : "^2.3",
"latte/latte" : "^2.3",
"ublaboo/api-router" : "~1.2"
},
"require-dev": {
"nette/tester" : "~1.6.1",
Expand Down

0 comments on commit 08e9cfa

Please sign in to comment.