Skip to content

Commit 67825a1

Browse files
authored
Fix: Flatten directory structure (#773)
1 parent da6658f commit 67825a1

File tree

661 files changed

+90
-91
lines changed

Some content is hidden

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

661 files changed

+90
-91
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@
2626
},
2727
"autoload": {
2828
"psr-4": {
29-
"Faker\\": "src/Faker/"
29+
"Faker\\": "src/"
3030
}
3131
},
3232
"autoload-dev": {
3333
"psr-4": {
34-
"Faker\\Test\\": "test/Faker/",
35-
"Faker\\Test\\Fixture\\": "test/Fixture/"
34+
"Faker\\Test\\": "test/"
3635
}
3736
},
3837
"conflict": {

0 commit comments

Comments
 (0)