Allow use of stdlib 3.x

This commit is contained in:
troosan 2017-12-04 22:31:10 +01:00
parent 274f50ce5a
commit 3b6f9cea21
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
"php": ">=5.3.3",
"ext-xml": "*",
"zendframework/zend-escaper": "^2.2",
"zendframework/zend-stdlib": "^2.2",
"zendframework/zend-stdlib": "^2.2 || ^3.0",
"phpoffice/common": "^0.2"
},
"require-dev": {