Skip to content

Commit 380a2df

Browse files
committed
Merge pull request #2 from mcampbell508/master
Use PSR-4 autoloading
2 parents 719dc59 + 35ae00f commit 380a2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"doctrine/dbal": "~2.3"
1313
},
1414
"autoload": {
15-
"psr-0": {
16-
"Mpociot\\LaravelTestFactoryHelper": "src/"
15+
"psr-4": {
16+
"Mpociot\\LaravelTestFactoryHelper\\": "src/"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)