Skip to content

Commit 92dd0a3

Browse files
committed
Split dev namespace
1 parent 6c91cdd commit 92dd0a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
},
1313
"autoload": {
1414
"psr-4": {
15-
"PHPPM\\": "",
15+
"PHPPM\\": ""
16+
}
17+
},
18+
"autoload-dev": {
19+
"psr-4": {
1620
"PHPPM\\Tests\\": "tests"
1721
}
1822
}

0 commit comments

Comments
 (0)