Skip to content

Commit

Permalink
build(deps): upgrade to laravel 11 (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Dec 10, 2024
1 parent 0c9feb9 commit c358f21
Show file tree
Hide file tree
Showing 8 changed files with 956 additions and 821 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"inertiajs/inertia-laravel": "^1.3",
"intervention/image-laravel": "^1.3",
"kalnoy/nestedset": "^6.0",
"laravel/framework": "^10.48",
"laravel/framework": "^11.34",
"laravel/tinker": "^2.10",
"league/flysystem-aws-s3-v3": "^3.29",
"league/omnipay": "^3.2",
Expand All @@ -38,14 +38,14 @@
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.14",
"barryvdh/laravel-ide-helper": "^3.1",
"barryvdh/laravel-ide-helper": "^3.2",
"fakerphp/faker": "^1.24",
"friendsofphp/php-cs-fixer": "^3.65",
"itsgoingd/clockwork": "^5.3",
"laravel/sail": "^1.39",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.10",
"phpunit/phpunit": "^10.5",
"nunomaduro/collision": "^8.5",
"phpunit/phpunit": "^11.5",
"spatie/laravel-ignition": "^2.9"
},
"autoload": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"@php artisan ide-helper:meta",
"@php artisan ide-helper:models --nowrite"
],
"test": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --colors=always"
"test": "@php artisan test"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit c358f21

Please sign in to comment.