Skip to content

Commit

Permalink
Updated to most recent releases of all dependencies
Browse files Browse the repository at this point in the history
Set minimum supported versions to most recent releases of dependencies.
In cases where 2.X and 3.X versions exist, and they are compatible, the
most recent versons of each are `||`'d.
  • Loading branch information
weierophinney committed Feb 16, 2017
1 parent 53ede3d commit 0b1e92b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 22 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"require": {
"php": "^5.6 || ^7.0",
"zendframework/zend-stdlib": "^2.7 || ^3.0",
"zendframework/zend-stdlib": "^2.7.7 || ^3.1",
"psr/container": "^1.0"
},
"require-dev": {
"zendframework/zend-filter": "^2.6",
"zendframework/zend-i18n": "^2.6",
"zendframework/zend-json": "^2.6.1",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
"zendframework/zend-filter": "^2.7.1",
"zendframework/zend-i18n": "^2.7.3",
"zendframework/zend-json": "^2.6.1 || ^3.0",
"zendframework/zend-servicemanager": "^2.7.8 || ^3.2.1",
"phpunit/phpunit": "^5.7 || ^6.0",
"zendframework/zend-coding-standard": "~1.0.0"
},
Expand Down
29 changes: 12 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b1e92b

Please sign in to comment.