Skip to content

Commit 4ebae01

Browse files
committed
Laravel 11 support
1 parent 371cfbf commit 4ebae01

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ matrix:
8787
env: LARAVEL=9.* PHPUNIT=^9.0 TESTBENCH=7.*
8888
- php: 8.2
8989
env: LARAVEL=10.* PHPUNIT=^10.0 TESTBENCH=8.*
90+
- php: 8.2
91+
env: LARAVEL=11.* PHPUNIT=^10.0 TESTBENCH=9.*
92+
- php: 8.3
93+
env: LARAVEL=10.* PHPUNIT=^10.0 TESTBENCH=8.*
94+
- php: 8.3
95+
env: LARAVEL=11.* PHPUNIT=^10.0 TESTBENCH=9.*
9096

9197
before_install:
9298
- travis_retry composer self-update

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
],
2020
"require": {
2121
"php": ">=5.5.9",
22-
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0"
22+
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2323
},
2424
"require-dev": {
25-
"illuminate/database": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0",
26-
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0",
25+
"illuminate/database": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
26+
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
2727
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.4|^9.0|^10.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)