Skip to content

Commit

Permalink
Merge pull request #70 from apiaget/master
Browse files Browse the repository at this point in the history
Laravel 11
  • Loading branch information
gizburdt authored Jun 3, 2024
2 parents c4feb9e + b09e739 commit a8e6ab2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ php:
- 8.0
- 8.1
- 8.2
- 8.3

env:
- LARAVEL_VERSION=^6.0
- LARAVEL_VERSION=^7.0
- LARAVEL_VERSION=^8.0
- LARAVEL_VERSION=^9.0
- LARAVEL_VERSION=^10.0
- LARAVEL_VERSION=^11.0

before_script:
- travis_retry composer self-update
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": ">=7.2.5",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/database": "^4.0|^5.0|^6.0",
Expand Down

0 comments on commit a8e6ab2

Please sign in to comment.