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

Commit 8376f0d

Browse files
committed
Updates zend-session to ^2.8.1 for PHP 7.2 compatibility
zend-session 2.8.1 is the first that offers PHP 7.2 compabitibility, and is thus the first version zend-view can rely on if it wants to provide 7.2 support. This is a development dependency, so no minor bump is necessary.
1 parent fbf72b0 commit 8376f0d

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
@@ -39,8 +39,8 @@
3939
"zendframework/zend-permissions-acl": "^2.6",
4040
"zendframework/zend-router": "^3.0.1",
4141
"zendframework/zend-serializer": "^2.6.1",
42-
"zendframework/zend-session": "^2.6.2",
4342
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
43+
"zendframework/zend-session": "^2.8.1",
4444
"zendframework/zend-uri": "^2.5"
4545
},
4646
"suggest": {

0 commit comments

Comments
 (0)