Skip to content

Commit cfd06d1

Browse files
authored
Merge pull request #180 from symfony-cmf/file-structure
adjust directory layout
2 parents 167b901 + b627f34 commit cfd06d1

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)