Skip to content

Commit

Permalink
Add support to Laravel 6.0 (#27)
Browse files Browse the repository at this point in the history
* Add support to Laravel 6.0

* Update to correct issue in StyleCI

* Update Composer file to support Laravel 6.0

* Update Composer

* Update Composer to Laravel 6.0 and above.

* Update Travis to remove PHP 7.1
  • Loading branch information
FrancaR authored and Elhebert committed Sep 6, 2019
1 parent ef96cb9 commit eca7384
Show file tree
Hide file tree
Showing 5 changed files with 1,088 additions and 1,319 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.1
- 7.2
- 7.3

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
}
],
"require": {
"php": "^7.1",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*"
"php": "^7.2",
"illuminate/support": "^6.0"
},
"require-dev": {
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "^7.3"
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit eca7384

Please sign in to comment.