imdbphp/imdbphp lock 8.3.1

This commit is contained in:
xiaomlove
2026-02-17 14:36:24 +08:00
parent 5c9caa7a46
commit 3dae3aec8d
3 changed files with 20 additions and 20 deletions

View File

@@ -42,7 +42,7 @@
"flowframe/laravel-trend": "^0.4", "flowframe/laravel-trend": "^0.4",
"geoip2/geoip2": "~2.0", "geoip2/geoip2": "~2.0",
"google/auth": "1.44.0", "google/auth": "1.44.0",
"imdbphp/imdbphp": "^8.0", "imdbphp/imdbphp": "8.3.1",
"irazasyed/telegram-bot-sdk": "^3.11", "irazasyed/telegram-bot-sdk": "^3.11",
"laravel/framework": "^12.0", "laravel/framework": "^12.0",
"laravel/horizon": "^5.31", "laravel/horizon": "^5.31",

36
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "a074b30b7cd641b75fa1b4860b805538", "content-hash": "5b47efd58770c5bf618a2e898044ad08",
"packages": [ "packages": [
{ {
"name": "anourvalar/eloquent-serialize", "name": "anourvalar/eloquent-serialize",
@@ -2725,16 +2725,16 @@
}, },
{ {
"name": "imdbphp/imdbphp", "name": "imdbphp/imdbphp",
"version": "v8.3.2", "version": "v8.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tboothman/imdbphp.git", "url": "https://github.com/tboothman/imdbphp.git",
"reference": "61fe9fac330914c3e61aa52ac27814c298d96cc6" "reference": "ec21f17959c32c401635834499f93a60fdb3124a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tboothman/imdbphp/zipball/61fe9fac330914c3e61aa52ac27814c298d96cc6", "url": "https://api.github.com/repos/tboothman/imdbphp/zipball/ec21f17959c32c401635834499f93a60fdb3124a",
"reference": "61fe9fac330914c3e61aa52ac27814c298d96cc6", "reference": "ec21f17959c32c401635834499f93a60fdb3124a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2745,7 +2745,7 @@
"ext-simplexml": "*", "ext-simplexml": "*",
"php": ">=5.6", "php": ">=5.6",
"psr/log": "^1.0 || ^2.0", "psr/log": "^1.0 || ^2.0",
"psr/simple-cache": "^1.0|^3.0" "psr/simple-cache": "^1.0"
}, },
"require-dev": { "require-dev": {
"cache/array-adapter": "^1.2", "cache/array-adapter": "^1.2",
@@ -2767,9 +2767,9 @@
"description": "Library for retrieving film and tv information from IMDb", "description": "Library for retrieving film and tv information from IMDb",
"support": { "support": {
"issues": "https://github.com/tboothman/imdbphp/issues", "issues": "https://github.com/tboothman/imdbphp/issues",
"source": "https://github.com/tboothman/imdbphp/tree/v8.3.2" "source": "https://github.com/tboothman/imdbphp/tree/v8.3.1"
}, },
"time": "2026-01-13T18:58:23+00:00" "time": "2025-12-22T10:34:50+00:00"
}, },
{ {
"name": "irazasyed/telegram-bot-sdk", "name": "irazasyed/telegram-bot-sdk",
@@ -6763,25 +6763,25 @@
}, },
{ {
"name": "psr/simple-cache", "name": "psr/simple-cache",
"version": "3.0.0", "version": "1.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/simple-cache.git", "url": "https://github.com/php-fig/simple-cache.git",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.0.0" "php": ">=5.3.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0.x-dev" "dev-master": "1.0.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -6796,7 +6796,7 @@
"authors": [ "authors": [
{ {
"name": "PHP-FIG", "name": "PHP-FIG",
"homepage": "https://www.php-fig.org/" "homepage": "http://www.php-fig.org/"
} }
], ],
"description": "Common interfaces for simple caching", "description": "Common interfaces for simple caching",
@@ -6808,9 +6808,9 @@
"simple-cache" "simple-cache"
], ],
"support": { "support": {
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0" "source": "https://github.com/php-fig/simple-cache/tree/master"
}, },
"time": "2021-10-29T13:26:27+00:00" "time": "2017-10-23T01:57:42+00:00"
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
@@ -14031,5 +14031,5 @@
"ext-zip": "*" "ext-zip": "*"
}, },
"platform-dev": {}, "platform-dev": {},
"plugin-api-version": "2.6.0" "plugin-api-version": "2.9.0"
} }

View File

@@ -110,7 +110,7 @@ if ($maxPrice > 0 && isset($_POST['price']) && $_POST['price'] > $maxPrice && $p
try { try {
$dict = TorrentFile::load($tmpname); $dict = TorrentFile::load($tmpname);
$dict->unhybridizedTo(); $dict = $dict->unhybridizedTo();
$dict->parse(); $dict->parse();
} catch (ParseException $e) { } catch (ParseException $e) {
bark($e->getMessage()); bark($e->getMessage());