Skip to content

Commit b627f34

Browse files
committed
adjust directory layout
1 parent 167b901 commit b627f34

File tree

57 files changed

+9
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symfony-cmf/routing",
33
"type": "library",
4-
"description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
4+
"description": "Extends the Symfony routing component for dynamic routes and chaining several routers",
55
"keywords": ["routing", "database"],
66
"homepage": "http://cmf.symfony.com",
77
"license": "MIT",
@@ -29,12 +29,13 @@
2929
},
3030
"autoload": {
3131
"psr-4": {
32-
"Symfony\\Cmf\\Component\\Routing\\": ""
32+
"Symfony\\Cmf\\Component\\Routing\\": "src/",
33+
"Symfony\\Cmf\\Component\\Routing\\Tests\\": "tests/"
3334
}
3435
},
3536
"extra": {
3637
"branch-alias": {
37-
"dev-master": "1.4-dev"
38+
"dev-master": "2.0-dev"
3839
}
3940
}
4041
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)