Commit History

Author SHA1 Message Date
  Jordi Boggiano b6a6208654 Update deps 11 years ago
  Nils Adermann 689e3056fa Plugin API requirements should be for plugins only, not installers 11 years ago
  Nils Adermann f69a47066d Fix numbering in custom installers article 11 years ago
  Nils Adermann 5be0ba14fe Warn about composer-installer type in composer validate 11 years ago
  Jordi Boggiano 7065330c2e Merge pull request #2236 from fabian/patch-1 11 years ago
  Fabian Vogler 7b43d4909c Use getPackageBasePath instead of getInstallPath 11 years ago
  Fabian Vogler 0f9988b065 Documentation fixes for composer-plugin type 11 years ago
  Nils Adermann 242c58c789 Merge pull request #2179 from naderman/plugins 11 years ago
  Nils Adermann f249fd804f Correctly require composer plugin api version in test plugins 11 years ago
  Nils Adermann 98e5eabf75 Document how to write and use plugins 11 years ago
  Nils Adermann 92b1ee2f7a Add a composer-plugin-api platform package and plugins must require it 11 years ago
  Nils Adermann 6c2e998e40 Add missing use statement 11 years ago
  Nils Adermann d00ca4bcdb Add a Command event triggered by all comands which load plugins 11 years ago
  Jordi Boggiano 9b70b89b8f Merge pull request #2210 from Firehed/master 11 years ago
  Jordi Boggiano 80184b87d1 Fix undefined index error, fixes #2224 11 years ago
  Nils Adermann bf08019292 Load plugins and installers prior to checking installed packages 11 years ago
  Nils Adermann 2ca07add97 Merge remote-tracking branch 'github-composer/master' into plugins 11 years ago
  Nils Adermann 72919e04b0 Correct FileDownloaderTest for invalid checksum 11 years ago
  Nils Adermann 786ea2929b Merge remote-tracking branch 'github-composer/master' into plugins 11 years ago
  Nils Adermann a080ae3a51 Make sure directories we are downloading to are empty 11 years ago
  Jordi Boggiano 4b38158185 Merge pull request #2221 from Alan01252/fix-unexpectedas 11 years ago
  Jordi Boggiano 2bf90b544a Fix parsing of trunk in SvnDriver, fixes composer/satis#88 11 years ago
  Nils Adermann 5993450d5a Load plugin code from global vendor dir correctly 11 years ago
  Alan Hollis 1892f57e47 Fix file layout in unit tests 11 years ago
  Nils Adermann c5c180fdd2 Load plugins from global vendor dir too 11 years ago
  Nils Adermann 5867d477be Use call_user_func for PHP < 5.4 compatability and accept __invoke 11 years ago
  Nils Adermann a8c0170a91 Revert constructor arguments to old order for custom installers 11 years ago
  Nils Adermann 15ac7be6f1 Fix disabling plugins which has to happen in the factory now 11 years ago
  Nils Adermann 3e1519cde0 Complete missing docblocks and fix incorrect ones 11 years ago
  Nils Adermann 3b519e44c4 Rename PrepareRemoteFilesystem event to PreFileDownload 11 years ago