Skip to content

Commit

Permalink
initial composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Michaelsen committed Aug 19, 2015
0 parents commit 2c22b7b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "app-zap/phpframework-composer-installer",
"type": "composer-plugin",
"require": {
"composer-plugin-api": "^1.0"
},
"autoload": {
"psr-4": {
"AppZap\\PHPFrameworkComposerInstaller\\": "Classes/"
}
},
"extra": {
"class": "AppZap\\PHPFrameworkComposerInstaller\\Plugin"
}
}

0 comments on commit 2c22b7b

Please sign in to comment.