Skip to content

Commit

Permalink
Merge pull request #200 from RemCom/laravel-8
Browse files Browse the repository at this point in the history
Added php 8 support to composer
  • Loading branch information
rtconner committed Apr 23, 2021
2 parents 4bdad82 + b83a5be commit 228a191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.3
- 7.4
- 8.0

before_script:
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"illuminate/database": ">=8.0",
"illuminate/support": ">=8.0"
},
Expand Down

0 comments on commit 228a191

Please sign in to comment.