From 39b425a06d392fde0b5fa3349d169ce4e7f44332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9dic=20Guibert?= <71645693+HedicGuibert@users.noreply.github.com> Date: Mon, 30 Aug 2021 12:08:20 +0200 Subject: [PATCH] Bump org_heigl/hyphenator to PHP 8 support (#58) --- .github/workflows/setup.yml | 2 +- composer.json | 4 ++-- tests/JoliTypo/Tests/FrenchTest.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 6ca6b34..88951e7 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.2', '7.3', '7.4', '8.0'] steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 00e9533..64276b3 100644 --- a/composer.json +++ b/composer.json @@ -13,10 +13,10 @@ } ], "require": { - "php": ">=7.0.0", + "php": ">=7.2.0", "ext-mbstring": "*", "lib-libxml": "*", - "org_heigl/hyphenator": "~2.0.3" + "org_heigl/hyphenator": "~2.6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2", diff --git a/tests/JoliTypo/Tests/FrenchTest.php b/tests/JoliTypo/Tests/FrenchTest.php index 100fabc..7b8dfbd 100644 --- a/tests/JoliTypo/Tests/FrenchTest.php +++ b/tests/JoliTypo/Tests/FrenchTest.php @@ -59,7 +59,7 @@ class FrenchTest extends TestCase

Les trés long mots sont tronqués, comme « rensei­gne­ments » par exemple.

-

Du HTML dans une cita­tion : « Je suis fan de JoliTypo » pose problème.

+

Du HTML dans une cita­tion : « Je suis fan de Joli­Typo » pose problème.

Une autre exemple : « Cita­tion forte ! ».

FIXED;