Skip to content

Commit

Permalink
initial laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dododedodonl committed Mar 11, 2024
1 parent bd85fed commit 44afc63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*]
laravel: [10.*, 11.*]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*]
laravel: [10.*, 11.*]

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

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
"require": {
"php": "^8.1",
"filament/filament": "^3.0.9",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"laravel/socialite": "^5.5",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"larastan/larastan": "^2.9",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.0.1",
"nunomaduro/collision": "^7.0|^8.1",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.0"
},
Expand Down

0 comments on commit 44afc63

Please sign in to comment.