Skip to content

Commit

Permalink
Merge pull request #7 from loadsys/b/cake3-composer-compat
Browse files Browse the repository at this point in the history
Use new cakephp/plugin-installer properly in composer.json.
  • Loading branch information
beporter committed Apr 2, 2015
2 parents b0c2a01 + e631505 commit 91f2a44
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@
"require": {
"composer/installers": "*"
},
"extra": {
"installer-name": "ConfigRead"
"autoload": {
"psr-4": {
"ConfigRead\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"ConfigRead\\Test\\": "tests",
"Cake\\Test\\": "vendor/cakephp/cakephp/test"
}
}
}

0 comments on commit 91f2a44

Please sign in to comment.