We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e023fbe commit 31c8418Copy full SHA for 31c8418
1 file changed
composer.json
@@ -23,14 +23,14 @@
23
}
24
],
25
"require": {
26
- "php": "^5.4|^7",
+ "php": ">=5.5.9",
27
"psr/cache": "~1.0",
28
- "cache/tag-interop": "^1.0"
+ "cache/tag-interop": "^1.0",
29
+ "symfony/phpunit-bridge": "^4.4|^5.0"
30
},
31
"require-dev": {
32
"cache/cache": "^1.0",
33
"symfony/cache": "^3.4.31|^4.3.4|^5.0",
- "symfony/phpunit-bridge": "^4.4",
34
"illuminate/cache": "^5.4|^5.5|^5.6",
35
"tedivm/stash": "^0.14",
36
"mockery/mockery": "^1.0"
0 commit comments