Skip to content

Commit 143bba2

Browse files
committed
minor #1588 Add ext-ctype and ext-iconv as required dependency (rosier)
This PR was merged into the main branch. Discussion ---------- Add ext-ctype and ext-iconv as required dependency Sync with https://github.com/symfony/skeleton/blob/7.3/composer.json Commits ------- 1434ef8 Add ext-ctype and ext-iconv as required dependency
2 parents 9ae133d + 1434ef8 commit 143bba2

File tree

2 files changed

+15
-88
lines changed

2 files changed

+15
-88
lines changed

composer.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@
55
"description": "Symfony Demo Application",
66
"minimum-stability": "stable",
77
"prefer-stable": true,
8-
"replace": {
9-
"symfony/polyfill-php72": "*",
10-
"symfony/polyfill-php73": "*",
11-
"symfony/polyfill-php74": "*",
12-
"symfony/polyfill-php80": "*",
13-
"symfony/polyfill-php81": "*",
14-
"symfony/polyfill-php82": "*"
15-
},
168
"require": {
179
"php": ">=8.2",
10+
"ext-ctype": "*",
11+
"ext-iconv": "*",
1812
"ext-pdo_sqlite": "*",
1913
"doctrine/dbal": "^4.0",
2014
"doctrine/doctrine-bundle": "^2.11",
@@ -66,6 +60,16 @@
6660
"symfony/stopwatch": "^7",
6761
"symfony/web-profiler-bundle": "^7"
6862
},
63+
"replace": {
64+
"symfony/polyfill-ctype": "*",
65+
"symfony/polyfill-iconv": "*",
66+
"symfony/polyfill-php72": "*",
67+
"symfony/polyfill-php73": "*",
68+
"symfony/polyfill-php74": "*",
69+
"symfony/polyfill-php80": "*",
70+
"symfony/polyfill-php81": "*",
71+
"symfony/polyfill-php82": "*"
72+
},
6973
"config": {
7074
"allow-plugins": {
7175
"symfony/flex": true,

composer.lock

Lines changed: 3 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)