Skip to content

Commit 21baf17

Browse files
authored
patch to fix issue #64 (#70)
1 parent bd9a304 commit 21baf17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
],
99
"require": {
1010
"php": "^8.3",
11+
"symfony/polyfill-intl-grapheme": "^1.0",
1112
"symfony/console": "^6.4",
1213
"symfony/finder": "^6.4",
1314
"webmozart/assert": "^1.12",
@@ -47,8 +48,7 @@
4748
"rector": "vendor/bin/rector --dry-run --ansi"
4849
},
4950
"replace": {
50-
"symfony/polyfill-ctype": "*",
51-
"symfony/polyfill-intl-grapheme": "*"
51+
"symfony/polyfill-ctype": "*"
5252
},
5353
"config": {
5454
"platform-check": false,

0 commit comments

Comments
 (0)