Skip to content

Commit 99cd009

Browse files
authored
Merge pull request #172 from acasademont/fix_psr
Fix psr-4 issues by introducing src folder
2 parents 63f8b01 + 004fd14 commit 99cd009

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"autoload": {
1818
"psr-4": {
19-
"PHPPM\\": ""
19+
"PHPPM\\": "src"
2020
}
2121
},
2222
"autoload-dev": {
File renamed without changes.
File renamed without changes.
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)