Skip to content

Commit 97ee631

Browse files
authored
Limiting version to stratigility <2.2 to avoid deprecation notices
Will be fixed in Splash 9
1 parent b3b32ce commit 97ee631

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
@@ -22,7 +22,7 @@
2222
"require" : {
2323
"php" : ">=7.0",
2424
"mouf/mvc.splash-common": "^8.2",
25-
"zendframework/zend-stratigility": "^2.0",
25+
"zendframework/zend-stratigility": ">=2.0 <2.2",
2626
"mouf/mouf": "~2.0.0"
2727
},
2828
"autoload" : {

0 commit comments

Comments
 (0)