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 d9b8a5f commit 3f89db3Copy full SHA for 3f89db3
composer.json
@@ -27,14 +27,15 @@
27
"paragonie/random_compat": "^1|^2"
28
},
29
"require-dev": {
30
+ "ext-memcached": "*",
31
+ "ext-redis": "^2.2.4|^3.0|^4.0",
32
+ "ext-sqlite3": "*",
33
+ "kriswallsmith/spork": "^0.3",
34
+ "mikey179/vfsStream": "^1.5.0",
35
"phpunit/phpunit": "^5",
36
"php-mock/php-mock-phpunit": "^1",
- "mikey179/vfsStream": "^1.5.0",
37
"predis/predis": "~1.0",
- "ext-redis": "^2.2.4|^3.0|^4.0",
- "zetacomponents/system-information": "~1.1",
- "kriswallsmith/spork": "^0.3",
- "ext-sqlite3": "*"
38
+ "zetacomponents/system-information": "~1.1"
39
40
"archive": {
41
"exclude": ["/tests"]
0 commit comments