Skip to content

Commit

Permalink
Merge pull request #29 from kiwilan/develop
Browse files Browse the repository at this point in the history
1.3.52
  • Loading branch information
ewilan-riviere committed Jul 7, 2023
2 parents ed04969 + c06975b commit 09a0e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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.51",
"version": "1.3.52",
"keywords": [
"php",
"ebook",
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"require": {
"php": "^8.1",
"kiwilan/php-archive": "^1.5.1",
"kiwilan/php-archive": "^1.5.11",
"kiwilan/php-audio": "^2.0.0",
"kiwilan/php-xml-reader": "^0.2.31"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/EpubTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
it('can parse with good performances', function () {
$ebook = Ebook::read(EPUB);

expect($ebook->execTime())->toBeLessThan(0.06);
expect($ebook->execTime())->toBeLessThan(0.3);
})->skip(PHP_OS_FAMILY === 'Windows', 'Skip on Windows');

it('can parse epub without tags', function () {
Expand Down

0 comments on commit 09a0e62

Please sign in to comment.