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

Commit 018263a

Browse files
committed
Merge branch '2.8'
* 2.8: remove configurator routing Remove ScriptHandler::removeSymfonyStandardFiles
2 parents 4cfd02f + 4d44fcf commit 018263a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

app/config/routing_dev.yml

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ _profiler:
66
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
77
prefix: /_profiler
88

9-
_configurator:
10-
resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml"
11-
prefix: /_configurator
12-
139
_errors:
1410
resource: "@TwigBundle/Resources/config/routing/errors.xml"
1511
prefix: /_error

composer.json

+2-4
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.5.9",
@@ -14,7 +14,7 @@
1414
"symfony/assetic-bundle": "~2.3",
1515
"symfony/swiftmailer-bundle": "~2.3",
1616
"symfony/monolog-bundle": "~2.4",
17-
"sensio/distribution-bundle": "~4.0",
17+
"sensio/distribution-bundle": "~5.0@dev",
1818
"sensio/framework-extra-bundle": "^3.0.2",
1919
"incenteev/composer-parameter-handler": "~2.0"
2020
},
@@ -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)