Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a73f2a

Browse filesBrowse files
committed
minor symfony#35 Fix composer.json synstax (DavidPrevot)
This PR was merged into the 1.1-dev branch. Discussion ---------- Fix composer.json synstax Commits ------- 25dbf00 Fix composer.json syntax
2 parents 56e15e7 + 25dbf00 commit 3a73f2a
Copy full SHA for 3a73f2a

3 files changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/Intl/Grapheme/composer.json‎

Copy file name to clipboardExpand all lines: src/Intl/Grapheme/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" },
2323
"files": [ "bootstrap.php" ]
2424
},
25-
"suggests": {
25+
"suggest": {
2626
"ext-intl": "For best performance"
2727
},
2828
"minimum-stability": "dev",
Collapse file

‎src/Intl/Icu/composer.json‎

Copy file name to clipboardExpand all lines: src/Intl/Icu/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"autoload": {
2323
"files": [ "bootstrap.php" ]
2424
},
25-
"suggests": {
25+
"suggest": {
2626
"ext-intl": "For best performance"
2727
},
2828
"minimum-stability": "dev",
Collapse file

‎src/Intl/Normalizer/composer.json‎

Copy file name to clipboardExpand all lines: src/Intl/Normalizer/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"files": [ "bootstrap.php" ],
2424
"classmap": [ "Resources/stubs" ]
2525
},
26-
"suggests": {
26+
"suggest": {
2727
"ext-intl": "For best performance"
2828
},
2929
"minimum-stability": "dev",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.