Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 5d2f227

Browse files
committed
bug #853 Remove ScriptHandler::removeSymfonyStandardFiles (Tobion)
This PR was merged into the 2.7 branch. Discussion ---------- Remove ScriptHandler::removeSymfonyStandardFiles Missing from #851 Commits ------- e6ff069 Remove ScriptHandler::removeSymfonyStandardFiles
2 parents 4999956 + e6ff069 commit 5d2f227

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "project",
55
"description": "The \"Symfony Standard Edition\" distribution",
66
"autoload": {
7-
"psr-4": { "": "src/", "SymfonyStandard\\": "app/SymfonyStandard/" }
7+
"psr-4": { "": "src/" }
88
},
99
"require": {
1010
"php": ">=5.3.9",
@@ -28,7 +28,6 @@
2828
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
2929
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
3030
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
31-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
3231
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
3332
],
3433
"post-update-cmd": [
@@ -37,7 +36,6 @@
3736
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
3837
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
3938
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
40-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
4139
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
4240
]
4341
},

0 commit comments

Comments
 (0)