Skip to content

Commit

Permalink
Merge pull request #4394 from HDInnovations/Dependecies
Browse files Browse the repository at this point in the history
(Update) Dependencies
  • Loading branch information
HDVinnie authored Dec 27, 2024
2 parents 2eeff69 + b058ad8 commit 24b8df2
Show file tree
Hide file tree
Showing 32 changed files with 183 additions and 201 deletions.
2 changes: 1 addition & 1 deletion app/Services/Tmdb/Client/Movie.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public function getMovie(): ?array
$titleSort = addslashes(str_replace(
['The ', 'An ', 'A ', '"'],
[''],
Str::limit($matches['namesort'] ? $matches['namesort'].' '.$year : $this->data['title'], 100)
Str::limit($matches['namesort'] ?? $this->data['title'].' '.$year, 100)
));
}

Expand Down
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"laravel/octane": "^2.6.0",
"laravel/scout": "^10.11.9",
"laravel/tinker": "^2.10.0",
"livewire/livewire": "^3.5.17",
"livewire/livewire": "^3.5.18",
"marcreichel/igdb-laravel": "^4.3.0",
"meilisearch/meilisearch-php": "^1.11.0",
"meilisearch/meilisearch-php": "^1.12.0",
"nesbot/carbon": "2.72.3",
"paragonie/constant_time_encoding": "^2.7.0",
"resend/resend-laravel": "^0.14.0",
Expand All @@ -45,20 +45,20 @@
"vstelmakh/url-highlight": "^3.1.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.14.9",
"barryvdh/laravel-debugbar": "^3.14.10",
"brianium/paratest": "^7.7",
"calebdw/larastan": "2.10.5",
"calebdw/larastan-livewire": "^1.1.0",
"calebdw/larastan": "^v2.10.11",
"calebdw/larastan-livewire": "^v1.1.0",
"fakerphp/faker": "^1.24.1",
"jasonmccreary/laravel-test-assertions": "^2.4.1",
"laravel/pint": "^1.18.3",
"laravel/sail": "1.31.1",
"laravel/pint": "v1.18.3",
"laravel/sail": "^1.39.1",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.5.0",
"pestphp/pest": "^3.7.1",
"pestphp/pest-plugin-laravel": "^3.0",
"pestphp/pest-plugin-livewire": "^3.0",
"phpstan/phpstan": "1.12.0",
"phpstan/phpstan": "^1.12.13",
"phpunit/phpunit": "^11.5.1",
"ryoluo/sail-ssl": "^1.3.2",
"spatie/laravel-ignition": "^2.9.0",
Expand Down
Loading

0 comments on commit 24b8df2

Please sign in to comment.