Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 9485829

Browse files
authored
Bump versions for Laravel 8.x (#5)
1 parent 5ef4679 commit 9485829

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: php
22

33
matrix:
44
exclude:
5+
- env: LARAVEL_VERSION=^8.0 TESTBENCH_VERSION=^6.0
6+
php: 7.2
7+
- env: LARAVEL_VERSION=^8.0 TESTBENCH_VERSION=^6.0
8+
php: 7.1
59
- env: LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
610
php: 7.1
711
- env: LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
@@ -19,6 +23,7 @@ cache:
1923
- $HOME/.composer/cache
2024

2125
env:
26+
- LARAVEL_VERSION=^8.0 TESTBENCH_VERSION=^6.0
2227
- LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
2328
- LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
2429
- LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Convert `has()` and `whereHas()` constraints to non-dependent subqueries.
55
## Requirements
66

77
- PHP: ^7.1
8-
- Laravel: ^5.8 || ^6.0 || ^7.0
8+
- Laravel: ^5.8 || ^6.0 || ^7.0 || ^8.0
99

1010
## Installing
1111

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
}
2222
},
2323
"require": {
24-
"php": "^7.1",
25-
"illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0",
26-
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0"
24+
"php": "^7.1 || ^8.0",
25+
"illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
26+
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^5.0",
29+
"orchestra/testbench": "^6.0",
3030
"friendsofphp/php-cs-fixer": "^2.16",
3131
"php-coveralls/php-coveralls": "^2.1",
3232
"nilportugues/sql-query-formatter": "^1.2",

0 commit comments

Comments
 (0)