Skip to content

Commit 8684f69

Browse files
committed
Get rid of not needed symfony translation component
1 parent e2f9445 commit 8684f69

File tree

5 files changed

+246
-431
lines changed

5 files changed

+246
-431
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"require": {
66
"php": ">=7.2.5",
77
"prestashop/module-lib-guzzle-adapter": "^1.0",
8-
"ext-json": "*",
9-
"symfony/translation": "^5.4"
8+
"ext-json": "*"
109
},
1110
"config": {
1211
"platform": {
@@ -15,8 +14,7 @@
1514
},
1615
"autoload": {
1716
"psr-4": {
18-
"Prestashop\\ModuleLibMboInstaller\\": "src/",
19-
"Symfony\\Component\\Translation\\": "vendor/symfony/translation"
17+
"Prestashop\\ModuleLibMboInstaller\\": "src/"
2018
}
2119
},
2220
"authors": [

0 commit comments

Comments
 (0)