Skip to content

Commit

Permalink
Bump org_heigl/hyphenator to PHP 8 support (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
HedicGuibert authored Aug 30, 2021
1 parent 8c561ea commit 39b425a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/JoliTypo/Tests/FrenchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class FrenchTest extends TestCase
<p>Les tr&eacute;s long mots sont tronqu&eacute;s, comme &laquo;&nbsp;rensei&shy;gne&shy;ments&nbsp;&raquo; par exemple.</p>
<p>Du HTML dans une cita&shy;tion&nbsp;: &laquo;&nbsp;Je suis <strong>fan</strong> de JoliTypo&nbsp;&raquo; pose probl&egrave;me.</p>
<p>Du HTML dans une cita&shy;tion&nbsp;: &laquo;&nbsp;Je suis <strong>fan</strong> de Joli&shy;Typo&nbsp;&raquo; pose probl&egrave;me.</p>
<p>Une autre exemple&nbsp;: &laquo;&nbsp;<strong>Cita&shy;tion forte&#8239;!</strong>&nbsp;&raquo;.</p>
FIXED;
Expand Down

0 comments on commit 39b425a

Please sign in to comment.