Skip to content

Commit d2e2621

Browse files
authored
Re-arrange file structure to avoid empty PSR-4 namespace prefix (#16)
The empty namespace prefix hinders usage of the https://github.com/Roave/BackwardCompatibilityCheck tool.
1 parent 41569fd commit d2e2621

14 files changed

Lines changed: 3 additions & 3 deletions

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"name": "webfactory GmbH",
88
"email": "info@webfactory.de",
9-
"homepage": "http://www.webfactory.de",
9+
"homepage": "https://www.webfactory.de",
1010
"role": "Developer"
1111
}
1212
],
@@ -20,12 +20,12 @@
2020
},
2121
"autoload": {
2222
"psr-4": {
23-
"": "src/"
23+
"Webfactory\\Dom\\": "src/"
2424
}
2525
},
2626
"autoload-dev": {
2727
"psr-4": {
28-
"": "tests/"
28+
"Webfactory\\Dom\\Test\\": "tests/"
2929
}
3030
},
3131
"config": {
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)