Skip to content

Commit bc4eef5

Browse files
florianvNyholm
authored andcommitted
Added PSR-6 to Illuminate adapter (#140)
* Added PSR-6 to Illuminate adapter * Required illuminate/cache 5.4+ * Drop PHP 5.5 support
1 parent 195a347 commit bc4eef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^5.5 || ^7.0",
27+
"php": "^5.6 || ^7.0",
2828
"psr/cache": "^1.0",
2929
"psr/simple-cache": "^1.0",
3030
"cache/adapter-common": "^0.4",

0 commit comments

Comments
 (0)