Skip to content

Commit 755a716

Browse files
committed
Merge pull request #22 from SignpostMarv/psr-4
Switching to psr-4
2 parents 4d0a12e + 09c58bb commit 755a716

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"minimum-stability": "stable",
1717
"autoload": {
18-
"psr-0": {
19-
"VerbalExpressions": "src/"
18+
"psr-4": {
19+
"VerbalExpressions\\PHPVerbalExpressions\\": "src/"
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)