Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Update to ZF2.5, Apigility 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Sep 21, 2015
1 parent 0d357fc commit 5b7f3fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ services:
matrix:
fast_finish: true
include:
- php: 5.4
- php: 5.5
env:
- EXECUTE_CS_CHECK=true
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
}
},
"require-dev": {
"doctrine/doctrine-mongo-odm-module": "^0.8.0",
"doctrine/doctrine-orm-module": "^0.8.0",
"doctrine/mongodb-odm": "~1.0.0@beta",
"phpunit/phpunit": "~4.7",
"doctrine/doctrine-mongo-odm-module": "^0.9.0",
"doctrine/doctrine-orm-module": "^0.9.0",
"doctrine/mongodb-odm": "^1",
"phpunit/phpunit": "^4.7",
"squizlabs/php_codesniffer": "^2.3.0",
"zendframework/zend-form": "~2.4.0",
"zendframework/zend-log": "~2.4.0",
"zendframework/zend-serializer": "~2.4.0",
"zendframework/zend-test": "~2.4.0",
"zfcampus/zf-apigility-admin": "~1.1",
"zendframework/zend-i18n": "~2.4.0"
"zendframework/zend-form": "^2.5.0",
"zendframework/zend-log": "^2.5.0",
"zendframework/zend-serializer": "^2.5.0",
"zendframework/zend-test": "^2.5.0",
"zfcampus/zf-apigility-admin": "^1.1",
"zendframework/zend-i18n": "^2.5.0"
},
"require": {
"php": ">=5.4",
"phpro/zf-doctrine-hydration-module": "^0.1.5",
"zfcampus/zf-apigility": "~1.0"
"zfcampus/zf-apigility": "^1.0"
},
"prefer-stable": true,
"autoload": {
Expand Down

0 comments on commit 5b7f3fa

Please sign in to comment.