Skip to content

Commit

Permalink
Merge pull request PrestaShop#25954 from PierreRambaud/fix/24643
Browse files Browse the repository at this point in the history
Update modules list in composer.json
  • Loading branch information
matthieu-rolland authored Sep 22, 2021
2 parents d5306fb + f9b33dd commit 8f75bff
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 49 deletions.
1 change: 0 additions & 1 deletion classes/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,6 @@ public static function getRtlStylesheetProcessor()
$adminDir,
$themesDir,
[
_PS_MODULE_DIR_ . 'welcome',
_PS_MODULE_DIR_ . 'cronjobs',
]
);
Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
"prestashop/gsitemap": "^4",
"prestashop/pagesnotfound": "^2",
"prestashop/ps_banner": "^2",
"prestashop/ps_bestsellers": "^1.0",
"prestashop/ps_brandlist": "^1.0",
"prestashop/ps_cashondelivery": "^1.0",
"prestashop/ps_categoryproducts": "^1.0",
"prestashop/ps_categorytree": "^2",
"prestashop/ps_checkpayment": "^2",
"prestashop/ps_contactinfo": "^3.2",
Expand All @@ -84,11 +88,15 @@
"prestashop/ps_languageselector": "^2",
"prestashop/ps_linklist": "^5",
"prestashop/ps_mainmenu": "^2",
"prestashop/ps_newproducts": "^1.0",
"prestashop/ps_searchbar": "^2",
"prestashop/ps_sharebuttons": "^2",
"prestashop/ps_shoppingcart": "^2",
"prestashop/ps_socialfollow": "^2",
"prestashop/ps_specials": "^1.0",
"prestashop/ps_supplierlist": "^1.0",
"prestashop/ps_themecusto": "^1",
"prestashop/ps_viewedproduct": "^1.2",
"prestashop/ps_wirepayment": "^2",
"prestashop/statsbestcategories": "^2",
"prestashop/statsbestcustomers": "^2",
Expand All @@ -109,7 +117,6 @@
"prestashop/statssearch": "^2",
"prestashop/statsstock": "^2",
"prestashop/translationtools-bundle": "^5.0",
"prestashop/welcome": "^6",
"sensio/framework-extra-bundle": "^5.1",
"shudrum/array-finder": "^1.1.0",
"smarty/smarty": "^3.1.39",
Expand Down
Loading

0 comments on commit 8f75bff

Please sign in to comment.