Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Need support for 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rias committed May 24, 2019
1 parent a7dcf35 commit d4e339b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ cache:
matrix:
fast_finish: true
include:
- php: 7.3
- php: 7.2
env: LARAVEL='5.8.*' TESTBENCH='3.8.*' COMPOSER_FLAGS='--prefer-lowest'
- php: 7.3
- php: 7.2
env: LARAVEL='5.8.*' TESTBENCH='3.8.*' COMPOSER_FLAGS='--prefer-stable'

before_install:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.2",
"illuminate/database": "~5.8.0",
"illuminate/routing": "~5.8.0"
},
Expand Down

0 comments on commit d4e339b

Please sign in to comment.