Skip to content

Commit 3f89db3

Browse files
Update composer, require more extensions for testing
1 parent d9b8a5f commit 3f89db3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@
2727
"paragonie/random_compat": "^1|^2"
2828
},
2929
"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",
3035
"phpunit/phpunit": "^5",
3136
"php-mock/php-mock-phpunit": "^1",
32-
"mikey179/vfsStream": "^1.5.0",
3337
"predis/predis": "~1.0",
34-
"ext-redis": "^2.2.4|^3.0|^4.0",
35-
"zetacomponents/system-information": "~1.1",
36-
"kriswallsmith/spork": "^0.3",
37-
"ext-sqlite3": "*"
38+
"zetacomponents/system-information": "~1.1"
3839
},
3940
"archive": {
4041
"exclude": ["/tests"]

0 commit comments

Comments
 (0)