Skip to content

Commit

Permalink
bug symfony#853 Remove ScriptHandler::removeSymfonyStandardFiles (Tob…
Browse files Browse the repository at this point in the history
…ion)

This PR was merged into the 2.7 branch.

Discussion
----------

Remove ScriptHandler::removeSymfonyStandardFiles

Missing from symfony#851

Commits
-------

e6ff069 Remove ScriptHandler::removeSymfonyStandardFiles
  • Loading branch information
fabpot committed Sep 22, 2015
2 parents 4999956 + e6ff069 commit 5d2f227
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-4": { "": "src/", "SymfonyStandard\\": "app/SymfonyStandard/" }
"psr-4": { "": "src/" }
},
"require": {
"php": ">=5.3.9",
Expand All @@ -28,7 +28,6 @@
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"post-update-cmd": [
Expand All @@ -37,7 +36,6 @@
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
]
},
Expand Down

0 comments on commit 5d2f227

Please sign in to comment.