Skip to content

Commit

Permalink
Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmcdonald-uk committed Mar 13, 2024
1 parent 371cfbf commit 4ebae01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ matrix:
env: LARAVEL=9.* PHPUNIT=^9.0 TESTBENCH=7.*
- php: 8.2
env: LARAVEL=10.* PHPUNIT=^10.0 TESTBENCH=8.*
- php: 8.2
env: LARAVEL=11.* PHPUNIT=^10.0 TESTBENCH=9.*
- php: 8.3
env: LARAVEL=10.* PHPUNIT=^10.0 TESTBENCH=8.*
- php: 8.3
env: LARAVEL=11.* PHPUNIT=^10.0 TESTBENCH=9.*

before_install:
- travis_retry composer self-update
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"illuminate/database": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0",
"illuminate/database": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.4|^9.0|^10.0"
},
"autoload": {
Expand Down

0 comments on commit 4ebae01

Please sign in to comment.