Update deps

This commit is contained in:
Michel Roux 2024-01-07 11:07:48 +01:00
parent b69fe34a64
commit 48cc054db5
3 changed files with 426 additions and 263 deletions

14
composer.lock generated
View File

@ -94,16 +94,16 @@
},
{
"name": "php-cs-fixer/shim",
"version": "v3.41.1",
"version": "v3.46.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/shim.git",
"reference": "01cea2dca727100537bd63e28e06e49a475b54e9"
"reference": "e9fc76796f284c050615937b9bd2df7688452c33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/01cea2dca727100537bd63e28e06e49a475b54e9",
"reference": "01cea2dca727100537bd63e28e06e49a475b54e9",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/e9fc76796f284c050615937b9bd2df7688452c33",
"reference": "e9fc76796f284c050615937b9bd2df7688452c33",
"shasum": ""
},
"require": {
@ -140,9 +140,9 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/shim/issues",
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.41.1"
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.46.0"
},
"time": "2023-12-10T19:59:57+00:00"
"time": "2024-01-03T21:39:12+00:00"
},
{
"name": "psalm/phar",
@ -391,5 +391,5 @@
"platform-overrides": {
"php": "8.0"
},
"plugin-api-version": "2.2.0"
"plugin-api-version": "2.3.0"
}

View File

@ -23,7 +23,7 @@ class EpisodeActionReader
* https://github.com/pbek/nextcloud-nextpod/blob/main/lib/Core/EpisodeAction/EpisodeActionExtraData.php#L119.
*
* @return EpisodeActionExtraData[]
* @throws \Exception if the XML data could not be parsed
* @throws \Exception if the XML data could not be parsed
*/
public function parseRssXml(string $xmlString, ?int $fetchedAtUnix = null): array {
$episodes = [];

673
package-lock.json generated

File diff suppressed because it is too large Load Diff