Skip to content

Commit

Permalink
Removed metapackage installers as it is not compatible with the curre…
Browse files Browse the repository at this point in the history
…nt composer metapackage installer and metapackages are not physically installed anyway.
  • Loading branch information
Christian Opitz committed May 24, 2016
1 parent 0d4a476 commit ca31902
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 44 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"class": [
"Composer\\CustomDirectoryInstaller\\LibraryPlugin",
"Composer\\CustomDirectoryInstaller\\PearPlugin",
"Composer\\CustomDirectoryInstaller\\PluginPlugin",
"Composer\\CustomDirectoryInstaller\\MetapackagePlugin"
"Composer\\CustomDirectoryInstaller\\PluginPlugin"
],
"branch-alias": {
"dev-master": "1.1.x-dev"
Expand Down
25 changes: 0 additions & 25 deletions src/Composer/CustomDirectoryInstaller/MetapackageInstaller.php

This file was deleted.

17 changes: 0 additions & 17 deletions src/Composer/CustomDirectoryInstaller/MetapackagePlugin.php

This file was deleted.

0 comments on commit ca31902

Please sign in to comment.