Skip to content

Commit

Permalink
Feature/php 8 support (#8)
Browse files Browse the repository at this point in the history
* PHP 8 support
  • Loading branch information
tonyyb authored Mar 11, 2021
1 parent 656d822 commit 6623607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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

sudo: false

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"laravel/framework": "~7.0|~8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16.1",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "~5.1.0"
"phpunit/phpunit": "^8.5",
"orchestra/testbench": "^5.18"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6623607

Please sign in to comment.