Fix merge conflict
Showing
This diff is collapsed.
... | @@ -10,14 +10,14 @@ | ... | @@ -10,14 +10,14 @@ |
], | ], | ||
"license" : "MIT", | "license" : "MIT", | ||
"require": { | "require": { | ||
"php": ">=5.4.0", | "php": ">=5.5.0", | ||
"illuminate/support": "4.2.*", | "illuminate/support": "5.0.*", | ||
"illuminate/container": "4.2.*", | "illuminate/container": "5.0.*", | ||
"illuminate/database": "4.2.*", | "illuminate/database": "5.0.*", | ||
"illuminate/events": "4.2.*" | "illuminate/events": "5.0.*" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"orchestra/testbench": "2.2.*", | "orchestra/testbench": "3.0.*", | ||
"mockery/mockery": "*", | "mockery/mockery": "*", | ||
"satooshi/php-coveralls": "*" | "satooshi/php-coveralls": "*" | ||
}, | }, | ||
... | ... |
tests/CacheTest.php
deleted
100644 → 0
Please
register
or
sign in
to comment