Skip to content

Commit

Permalink
Merge pull request aloha#196 from GeNyaa/5.x
Browse files Browse the repository at this point in the history
Add Laravel 9 support
  • Loading branch information
aloha authored Apr 20, 2022
2 parents f430c27 + f8e8c28 commit e5141f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
env: VERSIONS=--prefer-lowest
- php: 7.3
- php: 7.4
- php: 8.0

before_install:
- travis_retry composer self-update
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"illuminate/console": "~6||~7||~8",
"illuminate/support": "~6||~7||~8",
"illuminate/console": "~6||~7||~8||~9",
"illuminate/support": "~6||~7||~8||~9",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit e5141f6

Please sign in to comment.