Skip to content

Commit 549e974

Browse files
committed
support for Laravel 5.7
1 parent fa3a01b commit 549e974

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-responsecache` will be documented in this file.
44

5+
## 4.4.2 - 2018-08-24
6+
7+
- add support for Laravel 5.7
8+
59
## 4.4.1 - 2018-07-26
610

711
- fix for issue #123

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,12 @@
2121
],
2222
"require": {
2323
"php": "^7.0",
24-
"illuminate/cache": "~5.5.0|~5.6.0",
25-
"illuminate/config": "~5.5.0|~5.6.0",
26-
"illuminate/console": "~5.5.0|~5.6.0",
27-
"illuminate/contracts": "~5.5.0|~5.6.0",
28-
"illuminate/http": "~5.5.0|~5.6.0",
29-
"illuminate/support": "~5.5.0|~5.6.0",
24+
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0",
3025
"nesbot/carbon": "~1.19"
3126
},
3227
"require-dev": {
3328
"phpunit/phpunit" : "^6.2|^7.0",
34-
"orchestra/testbench": "~3.5.0|~3.6.0",
29+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
3530
"mockery/mockery": "^1.0"
3631
},
3732
"autoload": {

0 commit comments

Comments
 (0)