Skip to content

Commit

Permalink
Added PSR-6 to Illuminate adapter (#140)
Browse files Browse the repository at this point in the history
* Added PSR-6 to Illuminate adapter

* Required illuminate/cache 5.4+

* Drop PHP 5.5 support
  • Loading branch information
florianv authored and Nyholm committed Mar 13, 2017
1 parent 8e04045 commit 0d5f34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^5.5 || ^7.0",
"php": "^5.6 || ^7.0",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"cache/adapter-common": "^0.4",
Expand Down

0 comments on commit 0d5f34c

Please sign in to comment.