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

Commit 1606882

Browse files
committed
Allow usage of zend-stdlib 3.0
1 parent 8530a5e commit 1606882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"phpunit/PHPUnit": "~4.0",
3636
"athletic/athletic": "^0.1",
3737
"squizlabs/php_codesniffer": "^2.0",
38-
"zendframework/zend-stdlib": "^2.7.3",
38+
"zendframework/zend-stdlib": "^2.7.3 || ^3.0",
3939
"container-interop/container-interop": "^1.1.0"
4040
},
4141
"suggest": {
4242
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
43-
"zendframework/zend-stdlib": "^2.7.3, to use the FilterChain feature"
43+
"zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4444
}
4545
}

0 commit comments

Comments
 (0)