Skip to content

Commit bbdacd5

Browse files
authored
Merge pull request #3073 from stof/reorganize_files
Reorganize the source code
2 parents 271c4c6 + 9a7485c commit bbdacd5

File tree

255 files changed

+54
-45
lines changed

Some content is hidden

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

255 files changed

+54
-45
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
44
/.php-cs-fixer.dist.php export-ignore
5-
/.travis.yml export-ignore
65
/Changelog.md export-ignore
76
/Makefile export-ignore
87
/README.md export-ignore
9-
/Tests export-ignore
8+
/docs/ export-ignore
9+
/tests/ export-ignore
1010
/Upgrade.md export-ignore
1111
/phpunit.xml.dist export-ignore

README.md

Lines changed: 3 additions & 10 deletions

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,12 @@
6666
},
6767
"autoload": {
6868
"psr-4": {
69-
"FOS\\UserBundle\\": ""
70-
},
71-
"exclude-from-classmap": [
72-
"/Tests/"
73-
]
69+
"FOS\\UserBundle\\": "src"
70+
}
7471
},
7572
"autoload-dev": {
7673
"psr-4": {
77-
"FOS\\UserBundle\\Tests\\": "/Tests/"
74+
"FOS\\UserBundle\\Tests\\": "tests"
7875
}
79-
},
80-
"support": {
81-
"docs": "https://symfony.com/doc/master/bundles/FOSUserBundle/index.html"
8276
}
8377
}

Resources/doc/adding_invitation_registration.rst renamed to docs/adding_invitation_registration.rst

Lines changed: 15 additions & 5 deletions

Resources/doc/controller_events.rst renamed to docs/controller_events.rst

Lines changed: 6 additions & 2 deletions

0 commit comments

Comments
 (0)