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 « renseignements » par exemple.
-Du HTML dans une citation : « Je suis fan de JoliTypo » pose problème.
+Du HTML dans une citation : « Je suis fan de JoliTypo » pose problème.
Une autre exemple : « Citation forte ! ».
FIXED;