Allow use of stdlib 3.x
This commit is contained in:
parent
274f50ce5a
commit
3b6f9cea21
|
|
@ -38,7 +38,7 @@
|
||||||
"php": ">=5.3.3",
|
"php": ">=5.3.3",
|
||||||
"ext-xml": "*",
|
"ext-xml": "*",
|
||||||
"zendframework/zend-escaper": "^2.2",
|
"zendframework/zend-escaper": "^2.2",
|
||||||
"zendframework/zend-stdlib": "^2.2",
|
"zendframework/zend-stdlib": "^2.2 || ^3.0",
|
||||||
"phpoffice/common": "^0.2"
|
"phpoffice/common": "^0.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue