There was an error while loading. Please reload this page.
1 parent bd9a304 commit 21baf17Copy full SHA for 21baf17
1 file changed
composer.json
@@ -8,6 +8,7 @@
8
],
9
"require": {
10
"php": "^8.3",
11
+ "symfony/polyfill-intl-grapheme": "^1.0",
12
"symfony/console": "^6.4",
13
"symfony/finder": "^6.4",
14
"webmozart/assert": "^1.12",
@@ -47,8 +48,7 @@
47
48
"rector": "vendor/bin/rector --dry-run --ansi"
49
},
50
"replace": {
- "symfony/polyfill-ctype": "*",
51
- "symfony/polyfill-intl-grapheme": "*"
+ "symfony/polyfill-ctype": "*"
52
53
"config": {
54
"platform-check": false,
0 commit comments