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

Commit bd369b1

Browse files
committed
Updated dependencies
- Allow use with zend-stdlib 3.0 (and components that are forwards-compatible with it). - Require PHP 7 builds to pass.
1 parent 1002b40 commit bd369b1

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ matrix:
2727
- php: 7
2828
- php: hhvm
2929
allow_failures:
30-
- php: 7
3130
- php: hhvm
3231

3332
notifications:

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
}
1414
},
1515
"require": {
16-
"php": ">=5.5",
17-
"zendframework/zend-stdlib": "~2.5"
16+
"php": "^5.5 || ^7.0",
17+
"zendframework/zend-stdlib": "^2.7 || ^3.0"
1818
},
1919
"require-dev": {
20-
"zendframework/zend-db": "~2.5",
21-
"zendframework/zend-crypt": "~2.5",
22-
"zendframework/zend-http": "~2.5",
23-
"zendframework/zend-ldap": "~2.5",
24-
"zendframework/zend-session": "~2.5",
25-
"zendframework/zend-validator": "~2.5",
26-
"zendframework/zend-uri": "~2.5",
20+
"zendframework/zend-db": "^2.7",
21+
"zendframework/zend-crypt": "^2.6",
22+
"zendframework/zend-http": "^2.5.4",
23+
"zendframework/zend-ldap": "^2.6",
24+
"zendframework/zend-session": "^2.6.2",
25+
"zendframework/zend-validator": "^2.6",
26+
"zendframework/zend-uri": "^2.5",
2727
"fabpot/php-cs-fixer": "1.7.*",
2828
"phpunit/PHPUnit": "~4.0"
2929
},

0 commit comments

Comments
 (0)