Skip to content

Commit

Permalink
laravel 8 support (#22)
Browse files Browse the repository at this point in the history
* laravel 8 support

* Update .travis.yml
  • Loading branch information
Tom Schlick authored Nov 12, 2020
1 parent 59e90bf commit 5e66062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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.2
- 7.3
- 7.4

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
}
],
"require": {
"php": "^7.2.5",
"laravel/framework": "^7.0"
"php": "^7.3",
"laravel/framework": "^8.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.4|^9.0"
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5e66062

Please sign in to comment.