Skip to content

Commit

Permalink
Merge pull request #19 from michaeldyrynda/master
Browse files Browse the repository at this point in the history
Support Laravel 11
  • Loading branch information
lepikhinb authored Mar 18, 2024
2 parents 07deac2 + 411f47e commit 3348a74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24|^9.0|^10.0",
"illuminate/support": "^8.24|^9.0|^10.0|^11.0",
"tightenco/ziggy": "^1.5"
},
"require-dev": {
"orchestra/testbench": "^6.9|^7.0|^8.0",
"nunomaduro/larastan": "^1.0|^2.0",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.3",
"orchestra/testbench": "^6.9|^7.0|^8.0|^9.0",
"larastan/larastan": "^1.0|^2.0",
"pestphp/pest": "^1.22|^2.0",
"pestphp/pest-plugin-laravel": "^1.3|^2.0",
"laravel/pint": "^1.0"
},
"extra": {
Expand Down

0 comments on commit 3348a74

Please sign in to comment.