Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rebuild of SymfonyRequirements file after every composer run #10837

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions composer.json
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
@@ -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