Skip to content

Commit

Permalink
Update dependencies (#626)
Browse files Browse the repository at this point in the history
* Update NPM dependencies
* Update Codeigniter to 4.5.6
* Auto fix
* Update composer package
  • Loading branch information
jsnmrs authored Dec 29, 2024
1 parent 0386af9 commit 99fcf0f
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 113 deletions.
2 changes: 1 addition & 1 deletion app/Helpers/youtube_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function youtube_parse_meta(object $item)

$video['video_duration'] = youtube_get_duration($video['video_id']);

if (!$video['video_duration']) {
if (! $video['video_duration']) {
$video['video_duration'] = 0;
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"deployer/deployer": "^7.5",
"mikey179/vfsstream": "^1.6",
"phpmd/phpmd": "^2.15",
"phpunit/phpunit": "^11.4",
"phpunit/phpunit": "11.5.2",
"sebastian/complexity": "^4.0",
"sebastian/lines-of-code": "^3.0",
"squizlabs/php_codesniffer": "^3.11",
Expand Down
129 changes: 91 additions & 38 deletions composer.lock

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

Loading

0 comments on commit 99fcf0f

Please sign in to comment.