Skip to content

Commit

Permalink
Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdullahsari committed Mar 11, 2024
1 parent 5a759c5 commit 29849e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"homepage": "https://github.com/masmerise/livewire-toaster",
"require": {
"php": "~8.3",
"laravel/framework": "^10.0",
"laravel/framework": "^11.0",
"livewire/livewire": "^3.0"
},
"require-dev": {
"dive-be/php-crowbar": "^1.0",
"laravel/pint": "^1.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^8.0",
"larastan/larastan": "^2.0",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.0"
},
"conflict": {
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/larastan/larastan/extension.neon

parameters:
paths:
Expand Down

0 comments on commit 29849e9

Please sign in to comment.