Skip to content

Commit d305a75

Browse files
styxitcasperboone
authored andcommitted
Add support for Laravel 5.7 (#25)
* Add support for Laravel 5.7 * Remove invalid StyleCI option
1 parent 81fe157 commit d305a75

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.styleci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
preset: laravel
2-
3-
linting: true

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": ">=5.6.4",
1616
"guzzlehttp/guzzle": "^6.2",
17-
"illuminate/notifications": "5.3.*|5.4.*|5.5.*|5.6.*",
18-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
17+
"illuminate/notifications": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
18+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
1919
"nesbot/carbon": "^1.21"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)