Skip to content

Commit 671c6c2

Browse files
authored
Merge pull request #12 from tyx/fix/move-to-src
Move code to src folder
2 parents 93983a1 + 16b5a4f commit 671c6c2

10 files changed

+4
-1
lines changed

composer.json

+4-1
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)