Skip to content

Commit 9132ce9

Browse files
committed
phrase test
1 parent f740f72 commit 9132ce9

File tree

3 files changed

+119
-59
lines changed

3 files changed

+119
-59
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"type": "project",
55
"description": "Symfony Demo Application",
6-
"minimum-stability": "stable",
6+
"minimum-stability": "dev",
77
"prefer-stable": true,
88
"replace": {
99
"symfony/polyfill-php72": "*",
@@ -33,6 +33,7 @@
3333
"symfony/intl": "^6.2",
3434
"symfony/mailer": "^6.2",
3535
"symfony/monolog-bundle": "^3.7",
36+
"symfony/phrase-translation-provider": "6.3.x-dev",
3637
"symfony/polyfill-intl-messageformatter": "^1.12",
3738
"symfony/runtime": "^6.2",
3839
"symfony/security-bundle": "^6.2",
@@ -102,5 +103,8 @@
102103
"allow-contrib": true,
103104
"require": "6.2.*"
104105
}
105-
}
106+
},
107+
"repositories": [
108+
{"type": "path", "url": "../symfony/src/Symfony/Component/Translation/Bridge/Phrase"}
109+
]
106110
}

0 commit comments

Comments
 (0)