Skip to content

Commit 3b6f9ce

Browse files
committed
Allow use of stdlib 3.x
1 parent 274f50c commit 3b6f9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"php": ">=5.3.3",
3939
"ext-xml": "*",
4040
"zendframework/zend-escaper": "^2.2",
41-
"zendframework/zend-stdlib": "^2.2",
41+
"zendframework/zend-stdlib": "^2.2 || ^3.0",
4242
"phpoffice/common": "^0.2"
4343
},
4444
"require-dev": {

0 commit comments

Comments
 (0)