Skip to content

Commit

Permalink
update zf2 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fagundes committed Dec 24, 2015
1 parent 62be38e commit d77f99e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"require":
{
"php": ">=5.3",
"zendframework/zend-view":"2.3",
"zendframework/zend-http":"2.3",
"zendframework/zend-view":"~2.3",
"zendframework/zend-http":"~2.3",
"spipu/html2pdf":"~4.4"
},
"require-dev": {
"zendframework/zend-servicemanager":"2.3",
"zendframework/zend-filter":"2.3",
"zendframework/zend-servicemanager":"~2.3",
"zendframework/zend-filter":"~2.3",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2"
},
Expand Down

0 comments on commit d77f99e

Please sign in to comment.