3655 Commits (5b96caf8ce5d667ca6a80a446a8192ebd4aa2b6b)
 

Author SHA1 Message Date
Jordi Boggiano 5b96caf8ce Add version release date to -V output, fixes #2267 11 years ago
Jordi Boggiano 941498abbb Merge pull request #2265 from zweifisch/patch-1
Update 05-repositories.md
11 years ago
Jordi Boggiano 0510af7b9d Merge pull request #2266 from pschultz/patch-1
Add missing require to example composer.json
11 years ago
Peter Schultz 9d15a32405 Add missing require to example composer.json 11 years ago
zweifisch 876314a58d Update 05-repositories.md 11 years ago
Jordi Boggiano cb79b55434 Merge pull request #2263 from drrcknlsn/rar
RAR archive downloader
11 years ago
Derrick Nelson 2ba8042986 Added package type rar. 11 years ago
Derrick Nelson c98bce0446 Added RarDownloader for downloading RAR archived packages. 11 years ago
Nils Adermann 6f7b82e935 Merge pull request #2259 from hason/pm
Removed duplication of logic of an installation manager in a plugin manager
11 years ago
Jordi Boggiano 441f0ee7d8 Merge pull request #2258 from romainneutron/inf-val
Update INF to PHP_INT_MAX as recommended by Stof
11 years ago
Martin Hasoň e949038c0f Removed duplication of logic of an installation manager in a plugin manager 11 years ago
Romain Neutron 9b7fc0bae7 Update INF to PHP_INT_MAX as recommended by Stof 11 years ago
Jordi Boggiano b86b8a597e Merge pull request #2255 from akorsus/patch-1
Fixed Typo
11 years ago
Jordi Boggiano 36d3ca7568 Merge pull request #2256 from romainneutron/fix-show-width-detection
Do not use detected width for output formatting if it is not available
11 years ago
Romain Neutron a965642769 Do not use detected width for output formatting if it is not available 11 years ago
akorsus 520e02e0a9 Fixed Typo
JSON didn't validate
11 years ago
Jordi Boggiano a2ffda4f13 Merge pull request #2254 from hason/pm
Default installers are available in the factory for a plugin manager
11 years ago
Martin Hasoň af53ab94ad Default installers are available in the factory for a plugin manager 11 years ago
Jordi Boggiano 20a18dcb60 Merge pull request #2246 from drrcknlsn/zip-perms-fix
fixes #2242: Set write permissions on unzipped package contents
11 years ago
Jordi Boggiano 460d1764d2 Merge pull request #2245 from bitExpert/doc/plugins
Added missing semicolon
11 years ago
Derrick Nelson 9a54c476eb Recursively set write permissions on unzipped package contents to resolve cache unlinking issue. 11 years ago
Stephan Hochdörfer 4acfe1a079 Added missing semicolon 11 years ago
Jordi Boggiano 5f538e4534 Upgrade to latest process component 11 years ago
Jordi Boggiano e330763c5f Fix issue when multiple paths are mapped to one dir in the show command 11 years ago
Jordi Boggiano 0eb2821733 Fix undefined var error, fixes #2241 11 years ago
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
Documentation fixes for composer-plugin type
11 years ago
Fabian Vogler 7b43d4909c Use getPackageBasePath instead of getInstallPath
As LibraryInstaller uses getPackageBasePath for uninstall: https://github.com/composer/composer/blob/master/src/Composer/Installer/LibraryInstaller.php#L126
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
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
Change 'generated' notice to @phpdoc-style annotation
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
* github-composer/master:
  Correct FileDownloaderTest for invalid checksum

Conflicts:
	tests/Composer/Test/Downloader/FileDownloaderTest.php
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
* github-composer/master:
  Make sure directories we are downloading to are empty
  Fix parsing of trunk in SvnDriver, fixes composer/satis#88
  Fix file layout in unit tests
  Fix parse error thrown in PHP5.5+
11 years ago
Nils Adermann a080ae3a51 Make sure directories we are downloading to are empty
We already clear them on error anyway and usually they should be
empty, but just to be safe.
11 years ago
Jordi Boggiano 4b38158185 Merge pull request #2221 from Alan01252/fix-unexpectedas
Fix parse error thrown in PHP5.5+
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
Changes made in previious commit made the output of the file change,
which in turn broke the unit tests. This commit updates the fixtures to
match the new output.
11 years ago
Nils Adermann c5c180fdd2 Load plugins from global vendor dir too 11 years ago