Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
Bump minimum versions for dependencies
Browse files Browse the repository at this point in the history
Update branch aliases
  • Loading branch information
Xerkus committed Mar 9, 2017
1 parent af64f8b commit d92d764
Show file tree
Hide file tree
Showing 3 changed files with 2,603 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
vendor/
composer.lock
composer.phar
.buildpath
.project
.settings/
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"php": "^5.6 || ^7.0",
"zendframework/zend-http": "^2.6",
"zendframework/zendrest": "~2.0",
"zendframework/zend-crypt": "~2.0 || ~3.0",
"zendframework/zend-json": "~2.0 || ~3.0",
"zendframework/zendxml": "~1.0-dev"
"zendframework/zend-crypt": "^2.6 || ^3.2",
"zendframework/zend-json": "^2.6 || ^3.0",
"zendframework/zendxml": "^1.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.7.0",
Expand All @@ -40,7 +40,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "2.1.x-dev",
"dev-develop": "2.2.x-dev"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit d92d764

Please sign in to comment.