Skip to content

Commit

Permalink
Updated composer.json and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MGeurts committed Oct 18, 2024
1 parent 4ddd53e commit eb6ec7f
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 84 deletions.
4 changes: 2 additions & 2 deletions _ide_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* A helper file for Laravel, to provide autocomplete information to your IDE
* Generated for Laravel 11.28.0.
* Generated for Laravel 11.28.1.
*
* This file should not be included in your code, only analyzed by your IDE!
*
Expand Down Expand Up @@ -838,7 +838,7 @@
/**
* Get the service providers that have been loaded.
*
* @return array<string, boolean>
* @return array<string, bool>
* @static
*/ public static function getLoadedProviders()
{
Expand Down
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@
"require": {
"php": "^8.3",
"filament/tables": "^3.2",
"intervention/image": "^3.5",
"intervention/image": "^3.8",
"khill/lavacharts": "^3.1",
"korridor/laravel-has-many-merged": "^1.1",
"laravel/framework": "^11.0",
"laravel/jetstream": "^5.0",
"laravel/framework": "^11.28",
"laravel/jetstream": "^5.3",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9",
"laravel/tinker": "^2.10",
"larswiegers/laravel-translations-checker": "^0.9.2",
"liberu-genealogy/php-gedcom": "2.0.*",
"livewire/livewire": "^3.0",
"opcodesio/log-viewer": "^3.7",
"liberu-genealogy/php-gedcom": "^2.0",
"livewire/livewire": "^3.5",
"opcodesio/log-viewer": "^3.11",
"spatie/laravel-activitylog": "^4.8",
"spatie/laravel-backup": "^8.6",
"spatie/laravel-medialibrary": "^11.5",
"spatie/laravel-backup": "^8.8",
"spatie/laravel-medialibrary": "^11.9",
"spatie/laravel-pdf": "^1.5",
"stefangabos/world_countries": "^2.9",
"stevebauman/location": "^7.2",
"tallstackui/tallstackui": "^1.21"
"stevebauman/location": "^7.3",
"tallstackui/tallstackui": "^1.35"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.12",
"barryvdh/laravel-ide-helper": "^3.0",
"barryvdh/laravel-debugbar": "^3.14",
"barryvdh/laravel-ide-helper": "^3.1",
"fakerphp/faker": "^1.23",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
"laravel/pint": "^1.18",
"laravel/sail": "^1.36",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"nunomaduro/collision": "^8.5",
"phpunit/phpunit": "^10.5",
"spatie/laravel-ignition": "^2.4"
"spatie/laravel-ignition": "^2.8"
},
"autoload": {
"psr-4": {
Expand Down
50 changes: 25 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb6ec7f

Please sign in to comment.