Skip to content

Commit

Permalink
Get rid of not needed symfony translation component
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbiba committed Feb 16, 2024
1 parent e2f9445 commit 8684f69
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 431 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"require": {
"php": ">=7.2.5",
"prestashop/module-lib-guzzle-adapter": "^1.0",
"ext-json": "*",
"symfony/translation": "^5.4"
"ext-json": "*"
},
"config": {
"platform": {
Expand All @@ -15,8 +14,7 @@
},
"autoload": {
"psr-4": {
"Prestashop\\ModuleLibMboInstaller\\": "src/",
"Symfony\\Component\\Translation\\": "vendor/symfony/translation"
"Prestashop\\ModuleLibMboInstaller\\": "src/"
}
},
"authors": [
Expand Down
Loading

0 comments on commit 8684f69

Please sign in to comment.