Skip to content

Commit

Permalink
Merge branch 'psr4' of git://github.com/zghosts/joindin-api into zgho…
Browse files Browse the repository at this point in the history
…sts-psr4
  • Loading branch information
ericpoe committed May 12, 2019
2 parents c1481dd + f906a00 commit d9ebaa1
Show file tree
Hide file tree
Showing 138 changed files with 2,826 additions and 2,189 deletions.
21 changes: 4 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,15 @@
},
"autoload" : {
"psr-4" : {
"Joindin\\Api\\": "src/",
"Joindin\\Modifier\\" : "src/Modifier/"
},
"classmap" : [
"src/controllers",
"src/inc",
"src/models",
"src/routers",
"src/services",
"src/views"
]
}
},
"autoload-dev" : {
"psr-4" : {
"JoindinTest\\" : "tests/"
"Joindin\\Api\\Test\\" : "tests/"
},
"classmap" : [
"tests/controllers",
"tests/inc",
"tests/models",
"tests/routers",
"tests/views"
]
"files": ["tests/compatibility/File.php"]
},
"scripts": {
"test": "phpunit -c . tests/",
Expand Down
Loading

0 comments on commit d9ebaa1

Please sign in to comment.