We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f740f72 commit 9132ce9Copy full SHA for 9132ce9
composer.json
@@ -3,7 +3,7 @@
3
"license": "MIT",
4
"type": "project",
5
"description": "Symfony Demo Application",
6
- "minimum-stability": "stable",
+ "minimum-stability": "dev",
7
"prefer-stable": true,
8
"replace": {
9
"symfony/polyfill-php72": "*",
@@ -33,6 +33,7 @@
33
"symfony/intl": "^6.2",
34
"symfony/mailer": "^6.2",
35
"symfony/monolog-bundle": "^3.7",
36
+ "symfony/phrase-translation-provider": "6.3.x-dev",
37
"symfony/polyfill-intl-messageformatter": "^1.12",
38
"symfony/runtime": "^6.2",
39
"symfony/security-bundle": "^6.2",
@@ -102,5 +103,8 @@
102
103
"allow-contrib": true,
104
"require": "6.2.*"
105
}
- }
106
+ },
107
+ "repositories": [
108
+ {"type": "path", "url": "../symfony/src/Symfony/Component/Translation/Bridge/Phrase"}
109
+ ]
110
0 commit comments