Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Sep 30, 2024
1 parent 093f592 commit a7f4e4d
Show file tree
Hide file tree
Showing 4 changed files with 771 additions and 763 deletions.
21 changes: 9 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
"blade-ui-kit/blade-heroicons": "^1.4",
"filament/filament": "^2.17",
"filament/spatie-laravel-media-library-plugin": "^2.17",
"guzzlehttp/guzzle": "^7.8",
"guzzlehttp/guzzle": "^7.9",
"jeffgreco13/filament-breezy": "^1.5",
"kalnoy/nestedset": "^6.0",
"laravel/framework": "^10.48",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8",
"laravel/tinker": "^2.10",
"maatwebsite/excel": "^3.1",
"saade/filament-fullcalendar": "^1.9",
"sentry/sentry-laravel": "^4.6",
"sentry/sentry-laravel": "^4.9",
"spatie/laravel-activitylog": "^4.8",
"spatie/laravel-csp": "^2.10",
"spatie/laravel-onboard": "^2.6",
"spatie/once": "^3.1",
"staudenmeir/belongs-to-through": "^2.15",
"staudenmeir/laravel-merged-relations": "^1.8",
"stevegrunwell/time-constants": "^1.2",
"tpetry/laravel-query-expressions": "^1.3"
"tpetry/laravel-query-expressions": "^1.4"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.13",
"barryvdh/laravel-ide-helper": "^3.0",
"barryvdh/laravel-debugbar": "^3.14",
"barryvdh/laravel-ide-helper": "^3.1",
"fakerphp/faker": "^1.23",
"friendsofphp/php-cs-fixer": "^3.59",
"friendsofphp/php-cs-fixer": "^3.64",
"itsgoingd/clockwork": "^5.2",
"laravel/sail": "^1.30",
"laravel/sail": "^1.33",
"laravel/telescope": "^4.17",
"mockery/mockery": "^1.5",
"nunomaduro/collision": "^7.10",
Expand Down Expand Up @@ -83,10 +83,7 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true
Expand Down
Loading

0 comments on commit a7f4e4d

Please sign in to comment.