Skip to content

Commit

Permalink
Add support for Laravel 5.7 (#25)
Browse files Browse the repository at this point in the history
* Add support for Laravel 5.7

* Remove invalid StyleCI option
  • Loading branch information
styxit authored and casperboone committed Sep 23, 2018
1 parent 81fe157 commit d305a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
preset: laravel

linting: true
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^6.2",
"illuminate/notifications": "5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/notifications": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"nesbot/carbon": "^1.21"
},
"require-dev": {
Expand Down

0 comments on commit d305a75

Please sign in to comment.