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

Commit

Permalink
add dflydev/fig-cookies ^2.0 support
Browse files Browse the repository at this point in the history
so it can work with other session related component, eg: `zend-expressive-session-cache` that require `"dflydev/fig-cookies": "^1.0.2 || ^2.0"` which if that required first, this component adapter won't be installable.
  • Loading branch information
samsonasik authored Oct 14, 2018
1 parent e53b857 commit ef3685e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^7.1",
"ext-session": "*",
"dflydev/fig-cookies": "^1.0",
"dflydev/fig-cookies": "^1.0 || ^2.0",
"zendframework/zend-expressive-session": "^1.1"
},
"require-dev": {
Expand Down

0 comments on commit ef3685e

Please sign in to comment.