Skip to content

Commit

Permalink
support for laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 4, 2018
1 parent 10446dd commit 08c2310
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-server-side-rendering` will be documented in this file

## 1.0.0 - 201X-XX-XX
## 1.0.1 - 2018-09-04

- support for Laravel 5.7

## 1.0.0 - 2018-01-01

- initial release
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"require": {
"php": "^7.0",
"illuminate/support": "5.5.*|5.6.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"spatie/server-side-rendering": "^0.2"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0",
"orchestra/testbench": "~3.5|~3.6"
"orchestra/testbench": "~3.5|~3.6|~3.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 08c2310

Please sign in to comment.