Skip to content

Commit

Permalink
Merge pull request #25 from olssonm/laravel-11
Browse files Browse the repository at this point in the history
Add support for Laravel 11
  • Loading branch information
olssonm authored Apr 4, 2024
2 parents e03d391 + 9334d75 commit bcbecd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
strategy:
matrix:
include:
- php: 8.3
illuminate: ^11.0
- php: 8.2
illuminate: ^11.0
- php: 8.2
illuminate: ^10.0
- php: 8.1
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"bjeavons/zxcvbn-php": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": ">=4.0",
"pestphp/pest": "^1.22",
"pestphp/pest": "^1.22|^2.0",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
Expand Down

0 comments on commit bcbecd5

Please sign in to comment.