Skip to content

Commit d7afe74

Browse files
committed
add lokalise-provider
1 parent 9842ed4 commit d7afe74

File tree

3 files changed

+80
-1
lines changed

3 files changed

+80
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"symfony/form": "7.1.*",
2323
"symfony/framework-bundle": "7.1.*",
2424
"symfony/http-client": "7.1.*",
25+
"symfony/lokalise-translation-provider": "7.1.*",
2526
"symfony/mailer": "7.1.*",
2627
"symfony/runtime": "7.1.*",
2728
"symfony/security-bundle": "7.1.*",

composer.lock

Lines changed: 70 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

symfony.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,15 @@
113113
"./src/Kernel.php"
114114
]
115115
},
116+
"symfony/lokalise-translation-provider": {
117+
"version": "7.1",
118+
"recipe": {
119+
"repo": "github.com/symfony/recipes",
120+
"branch": "main",
121+
"version": "5.3",
122+
"ref": "638a6729ec78eb5c1f5bc35d096e548c1bf7a586"
123+
}
124+
},
116125
"symfony/mailer": {
117126
"version": "6.3",
118127
"recipe": {

0 commit comments

Comments
 (0)