Skip to content

Commit

Permalink
Merge pull request #10837 from eternoendless/remove-install-requireme…
Browse files Browse the repository at this point in the history
…nts-file

Remove rebuild of SymfonyRequirements file after every composer run
  • Loading branch information
PierreRambaud committed Oct 3, 2018
2 parents 9c70d5e + 6b21175 commit 2cdb333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,13 @@
"post-install-cmd": [
"PrestaShop\\PrestaShop\\Core\\Cldr\\Composer\\Hook::init",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"post-update-cmd": [
"PrestaShop\\PrestaShop\\Core\\Cldr\\Composer\\Hook::init",
"PrestaShopBundle\\Install\\Upgrade::migrateSettingsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"create-test-db": [
Expand Down
6 changes: 6 additions & 0 deletions var/SymfonyRequirements.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* Note: This file has been modified for PHP 7.2 compatibility.
* See:
* - https://github.com/PrestaShop/PrestaShop/pull/9409
* - https://github.com/sensiolabs/SensioDistributionBundle/pull/336
*/

/*
* This file is part of the Symfony package.
Expand Down

0 comments on commit 2cdb333

Please sign in to comment.