Skip to content

Commit 16b5a4f

Browse files
committed
Move code to src folder
1 parent 93983a1 commit 16b5a4f

10 files changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
}
1111
],
1212
"autoload": {
13-
"psr-4": { "Rezzza\\SymfonyRestApiJson\\": "" }
13+
"psr-4": { "Rezzza\\SymfonyRestApiJson\\": "src" }
14+
},
15+
"autoload-dev": {
16+
"psr-4": { "Rezzza\\SymfonyRestApiJson\\Tests\\": "tests" }
1417
},
1518
"require": {
1619
"symfony/http-kernel": "^2.8|^3.0",
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.
File renamed without changes.

0 commit comments

Comments
 (0)