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

Commit 592c76c

Browse files
committed
feature #856 remove configurator routing (Tobion)
This PR was merged into the 2.8 branch. Discussion ---------- remove configurator routing As per sensiolabs/SensioDistributionBundle#217 Commits ------- 96a34ab remove configurator routing
2 parents 7311e70 + 96a34ab commit 592c76c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

app/config/routing_dev.yml

Lines changed: 0 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
},

0 commit comments

Comments
 (0)