Skip to content

Commit

Permalink
added support for L5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterRO94 committed Feb 26, 2019
1 parent f6a550b commit 22a4123
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3

sudo: false

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.1,<5.8",
"illuminate/filesystem": "^5.1,<5.8",
"illuminate/console": "^5.1,<5.8",
"illuminate/database": "^5.1,<5.8",
"nesbot/carbon": "^1.21"
"illuminate/support": "^5.1,<5.9",
"illuminate/filesystem": "^5.1,<5.9",
"illuminate/console": "^5.1,<5.9",
"illuminate/database": "^5.1,<5.9",
"nesbot/carbon": "^1.21|^2.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0|~6.0",
"orchestra/testbench": ">3.0,<3.6"
"orchestra/testbench": ">3.0,<3.9"
},
"suggest": {
"masterro/laravel-fresh-start": "v1.0.0",
Expand Down

0 comments on commit 22a4123

Please sign in to comment.