Skip to content

Commit

Permalink
chore: add support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
bensherred committed Feb 28, 2024
1 parent 7af453f commit 086880e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
php: [ 8.2, 8.3 ]
laravel: [ 10.* ]
laravel: [ 10, 11 ]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"require": {
"php": "^8.2",
"ext-mbstring": "*",
"illuminate/contracts": "^10.0",
"illuminate/support": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"sqids/sqids": "^0.4.1"
},
"require-dev": {
"laravel/pint": "^1.10",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.6",
"pestphp/pest-plugin-arch": "^2.1",
"phpstan/phpstan": "^1.10",
Expand Down

0 comments on commit 086880e

Please sign in to comment.