Skip to content

Commit 838041f

Browse files
committed
Composer: allow zendframework/zend-stdlib v2.4.7 to be compatible with phpoffice/phpword in Chamilo in PHP7
1 parent f1eeb68 commit 838041f

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
@@ -28,8 +28,8 @@
2828
"doctrine/dbal": "~2.3",
2929
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
3030
"doctrine/migrations": "~1.0@dev",
31-
"zendframework/zend-config": "~2.5.1|~2.6",
32-
"zendframework/zend-stdlib": "~2.5.1|~2.6",
31+
"zendframework/zend-config": "2.4.7|~2.5.1|~2.6",
32+
"zendframework/zend-stdlib": "2.4.7|~2.5.1|~2.6",
3333
"alchemy/zippy": "~0.2"
3434
},
3535
"require-dev": {

0 commit comments

Comments
 (0)