From eb707b6ee469a537361e277296b0f798f8b3f2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Wed, 28 Jun 2023 12:11:31 +0200 Subject: [PATCH] 1.3.41 - `chore`: `kiwilan/php-xml-reader` to `0.2.31` --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5b78866..b7b985b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiwilan/php-ebook", "description": "PHP package to read metadata and extract covers from eBooks (.epub, .cbz, .cbr, .cb7, .cbt, .pdf) and audiobooks (.mp3, .m4a, .m4b, .flac, .ogg).", - "version": "1.3.4", + "version": "1.3.41", "keywords": [ "php", "ebook", @@ -36,7 +36,7 @@ "php": "^8.1", "kiwilan/php-archive": "^1.4.02", "kiwilan/php-audio": "^2.0.0", - "kiwilan/php-xml-reader": "^0.2.30" + "kiwilan/php-xml-reader": "^0.2.31" }, "require-dev": { "laravel/pint": "^1.7",