Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12 from sixlive/laravel-56
Browse files Browse the repository at this point in the history
WIP: Adds laravel 5.6 support
  • Loading branch information
freekmurze authored Feb 8, 2018
2 parents 5ca23a9 + 5868683 commit ca18e56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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-cors` will be documented in this file

## 1.0.0 - 2019-12-19
## 1.0.1 - 2018-02-07

- Adds support for Laravel 5.6

## 1.0.0 - 2018-12-19

- initial release
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
],
"require": {
"php": "^7.0",
"illuminate/support": "5.5.*"
"illuminate/support": "5.5.*|5.6.*"
},
"require-dev": {
"orchestra/testbench": "3.5.*",
"phpunit/phpunit": "^6.5.4"
"orchestra/testbench": "3.5.*|3.6.*",
"phpunit/phpunit": "^6.5.4|7.0.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ca18e56

Please sign in to comment.