Skip to content

Commit

Permalink
edit changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 24, 2017
1 parent 0ba5cdc commit 5cd8f98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 2.0.0 - 2017-01-24
- added support for Laravel 5.4
- dropped support for all older Laravel versions

## 1.1.7 - 2016-10-10
- added usage of `RESPONSE_CACHE_LIFETIME` env var to config file

Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@
],
"require": {
"php" : ">=5.6.0",
"illuminate/cache": "~5.4.0@dev",
"illuminate/config": "~5.4.0@dev",
"illuminate/console": "~5.4.0@dev",
"illuminate/contracts": "~5.4.0@dev",
"illuminate/http": "~5.4.0@dev",
"illuminate/support": "~5.4.0@dev",
"illuminate/cache": "~5.4.0",
"illuminate/config": "~5.4.0",
"illuminate/console": "~5.4.0",
"illuminate/contracts": "~5.4.0",
"illuminate/http": "~5.4.0",
"illuminate/support": "~5.4.0",
"nesbot/carbon": "~1.19"
},
"require-dev": {
"phpunit/phpunit" : "^5.7",
"orchestra/testbench": "~3.4.0@dev",
"orchestra/database": "~3.4.0@dev",
"laravel/framework": "~5.4.0@dev",
"mockery/mockery": "^0.9.4",
"laravel/browser-kit-testing": "^1.0"
},
Expand Down

0 comments on commit 5cd8f98

Please sign in to comment.