Skip to content

Commit

Permalink
Add support for Laravel 7 (baopham#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
odiaseo authored Mar 23, 2020
1 parent a656c26 commit 3c85a7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_script:
- composer self-update
- composer install

script: phpunit
script: ./vendor/bin/phpunit

jobs:
include:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"keywords": ["laravel", "dynamodb", "aws"],
"require": {
"aws/aws-sdk-php": "^3.0.0",
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
"illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0"
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0",
"illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0"
},
"license": "MIT",
"authors": [
Expand All @@ -20,7 +20,7 @@
}
},
"require-dev": {
"orchestra/testbench": "~3.0"
"orchestra/testbench": "~3.0 || ~5.0"
},
"scripts": {
"test": "phpunit",
Expand Down

0 comments on commit 3c85a7b

Please sign in to comment.