We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024097a commit b76f3b5Copy full SHA for b76f3b5
composer.json
@@ -34,8 +34,12 @@
34
"mongodb/mongodb": "^1.1",
35
"amphp/process": "^0.2.1"
36
},
37
+ "branch-alias": {
38
+ "dev-master": "0.3.0-dev"
39
+ },
40
"suggest": {
41
"amphp/redis": "Needed for Redis implementation",
- "symfony/serializer": "Needed for Redis implementation"
42
+ "symfony/serializer": "Needed for Redis implementation",
43
+ "mongodb/mongodb": "Needed for MongoDB implementation"
44
}
45
0 commit comments