Skip to content

Commit 0fd90f4

Browse files
[Routing] Add 4.0 folder, revert changes made in 3.3
1 parent cba3dae commit 0fd90f4

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#index:
22
# path: /
3-
# controller: App\Controller\DefaultController::index
3+
# defaults: { _controller: 'App\Controller\DefaultController::index' }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
framework:
2+
router:
3+
strict_requirements: true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
framework:
2+
router:
3+
strict_requirements: ~
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#index:
2+
# path: /
3+
# controller: App\Controller\DefaultController::index

symfony/routing/4.0/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
},
5+
"aliases": ["router"]
6+
}

0 commit comments

Comments
 (0)