Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondmuller committed Mar 15, 2024
1 parent b167f4c commit 27e8834
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
laravel: [9, 10]
laravel: [9, 10, 11]

steps:
- uses: actions/checkout@v2
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
}
},
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10",
"illuminate/auth": "^9.0|^10",
"spatie/laravel-data": "^2.1|^3.1",
"spatie/laravel-typescript-transformer": "^2.1"
"php": "^8.2",
"illuminate/support": "^9.0|^10|^11",
"illuminate/auth": "^9.0|^10|^11",
"spatie/laravel-data": "^2.1|^3.1|^4.1",
"spatie/laravel-typescript-transformer": "^2.4"
},
"require-dev": {
"orchestra/testbench": "^6.9|^7.0|^8.0",
"nunomaduro/larastan": "^1.0|^2.0",
"orchestra/testbench": "^6.9|^7.0|^8.0|^9.0",
"larastan/larastan": "^1.0|^2.0",
"laravel/pint": "^1.2",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.3"
"pestphp/pest": "^1.22|^2.0",
"pestphp/pest-plugin-laravel": "^1.3|^2.0"
},
"extra": {
"laravel": {
Expand All @@ -48,4 +48,4 @@
"pestphp/pest-plugin": true
}
}
}
}

0 comments on commit 27e8834

Please sign in to comment.