Skip to content

Commit

Permalink
support laravel 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
zbiller committed Jun 9, 2020
1 parent 0345d5a commit 447636d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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.2
- 7.3
- 7.4
- nightly

matrix:
Expand Down
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"relations"
],
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Andrei Badea",
Expand All @@ -20,14 +21,14 @@
}
],
"require": {
"php": "^7.2",
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0",
"illuminate/database": "^6.0"
"php": "^7.2.5",
"illuminate/contracts": "^7.0",
"illuminate/support": "^7.0",
"illuminate/database": "^7.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "~7.0|^8.0"
"phpunit/phpunit": "^8.5",
"orchestra/testbench": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 447636d

Please sign in to comment.