Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Testing with older ZF components
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmaron committed Jan 25, 2017
1 parent 38cbd69 commit 9fd7450
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
}
},
"require": {
"php": "^5.5||^7.0",
"guzzlehttp/guzzle": "^6.1.0",
"zendframework/zend-filter": "^2.7.0",
"zendframework/zend-servicemanager": "^2.7.0",
"zendframework/zend-validator": "^2.8.0"
"php": "^5.5 || ^7.0",
"guzzlehttp/guzzle": "^6.1",
"zendframework/zend-filter": "^^2.7",
"zendframework/zend-servicemanager": "^2.7 || ^3.2",
"zendframework/zend-validator": "^2.8"
},
"require-dev": {
"phpunit/phpunit": "^4.8||^5.0",
"phpunit/phpunit": "^4.8 || ^5.0",
"symfony/var-dumper": "^3.0.0",
"smalot/pdfparser": "^0.9"
}
Expand Down

0 comments on commit 9fd7450

Please sign in to comment.