Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated dependencies
- PHPUnit 5, 6 and 7 + config
- zend-coding-standard + config
- zendframework/zend-mvc to v2.7.15 || ^3.0.4
  • Loading branch information
michalbundyra authored and weierophinney committed May 7, 2018
commit 50743e1afc29668db79339b55eba13ece98d97fc
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"require": {
"php": "^5.6 || ^7.0",
"zendframework/zend-eventmanager": "^2.6.3 || ^3.0.1",
"zendframework/zend-mvc": "^2.7.9 || ^3.0.2",
"zendframework/zend-mvc": "^2.7.15 || ^3.0.4",
"zendframework/zend-servicemanager": "^2.7.6 || ^3.1",
"zendframework/zend-view": "^2.8.1",
"zfcampus/zf-api-problem": "^1.2.1",
"zfcampus/zf-apigility-documentation": "^1.2",
"zfcampus/zf-content-negotiation": "^1.2.1"
},
"require-dev": {
"phpunit/phpunit": "^4.7",
"squizlabs/php_codesniffer": "^2.3.1",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-http": "^2.5.4",
"zendframework/zend-stdlib": "^2.7.7 || ^3.0.1"
},
Expand Down
Loading