Skip to content

Commit

Permalink
Moved to stable composer version
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Jun 4, 2016
1 parent 07d92ff commit 28218a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 351 deletions.
16 changes: 8 additions & 8 deletions composer.json
Expand Up @@ -2,23 +2,23 @@
"name" : "keeko/composer-installer",
"description" : "Keeko component installer",
"type" : "composer-plugin",
"license" : "MIT",
"authors" : [{
"name" : "gossi",
"name" : "Thomas Gossmann",
"homepage" : "http://gos.si"
}
],
"license" : "MIT",
"autoload" : {
"psr-4" : {
"keeko\\composer\\" : "src"
}
},
"require" : {
"php" : ">=5.4",
"composer-plugin-api" : "^1.0"
},
"require-dev" : {
"composer/composer" : "master-dev"
},
"autoload" : {
"psr-4" : {
"keeko\\composer\\" : "src"
}
"composer/composer" : "^1"
},
"extra" : {
"class" : "\\keeko\\composer\\KeekoComposerPlugin"
Expand Down
343 changes: 0 additions & 343 deletions composer.lock

This file was deleted.

0 comments on commit 28218a4

Please sign in to comment.