129 Commits (c92c69b10e394d57e5430737b91b801ff8ec41f2)

Author SHA1 Message Date
Jordi Boggiano 542d10d8fd Remove all occurrences of getLocalDevRepository and getLocalRepositories calls 12 years ago
Jordi Boggiano 2a23f8c48b Allow create-project to be called in an empty dir that exists, fixes #1135, replaces #1206 12 years ago
Ronny López e5cbf83185 Added post-autoload-dump script event. 12 years ago
Fernando Mantoan df592d40de Solving the issue #1387 12 years ago
Jordi Boggiano 4965fb599c s/return/continue/ 12 years ago
Jordi Boggiano a8f74a0983 Allow notification from locked installs, fixes #1368, fixes #1372, fixes #1369 12 years ago
Jordi Boggiano e868c9706b Add support for batch notifications 12 years ago
Jordi Boggiano de3188ca7d Remove target dir for classmap autoloads of the root package, fixes #1308 12 years ago
Jordi Boggiano 6206d0bc9c Make unix proxies work with spaces in paths 12 years ago
Djordje Kovacevic d92ccd111d Fixed library installer windows .bat generator 12 years ago
Pascal Borreli 83fd3967f0 Fixed PHPDoc 12 years ago
Jordi Boggiano e1e7141ae9 Apply updates in the NoopInstaller 12 years ago
Mateusz Heleniak 4e638009ab fixed generated windows proxy file for *.exe 12 years ago
Jordi Boggiano e0dc045955 Merge pull request #1054 from mheleniak/clean_up_bat_files
Clean up *.bat files when binary is removed
12 years ago
Benjamin Lévêque 042d2d4a77 readlink -f is missing on osx
+ osx can't execute a script with an another script
12 years ago
Mateusz Heleniak 924d39f405 also clean up *.bat files 12 years ago
Jordi Boggiano b96c1dd5fa Prevent missing bins from breaking the whole install 12 years ago
Jordi Boggiano ef637c8f1a CS fixes 12 years ago
Jordi Boggiano 269b3481c4 Fix PEAR binaries when the bin dir is non standard, fixes #1001 12 years ago
Johannes M. Schmitt 88a1f27798 added a way to disable custom installers 12 years ago
Alexey Prilipko 22d41845ae Exclude dirs from list of binaries 12 years ago
Alexey Prilipko bc2d30492a Add php proxies to replacement vars. 12 years ago
Alexey Prilipko 3bdae180f6 Add php proxies that add all locally installed packages to include_path. PEAR binaries are run through these proxies. 12 years ago
Jordi Boggiano 74da2f6730 Remove unnecessary code 12 years ago
Alexey Prilipko 9ba3deb91b Fix text spacing and remove excess getInstallPath call in LibraryInstaller::update 12 years ago
Alexey Prilipko 59773dd9f6 Use trim filter on 'php' location 12 years ago
Alexey Prilipko ac3cebc633 Update PEAR Package Extractor to use 'task:replace', 'phprelease' commands and install role='script' files
Add PearInstaller
Change PEAR packages type from 'library' to 'pear-library' and dist type from 'pear' to 'file'
Remove PearDownloader
Refactor Channel Installer
12 years ago
Nils Adermann d84273ee34 Merge pull request #833 from Seldaek/installmgr_cleanup
Use the config object to define the vendor dir and not the installation manager
12 years ago
Jordi Boggiano b876dcbafb Use the config object to define the vendor dir and not the installation manager 12 years ago
Jordi Boggiano a4c829749e Expose the whole composer context to the custom installers, fixes #672 12 years ago
Jordi Boggiano 66e9dcddf4 CS fixes 12 years ago
Jordi Boggiano 6e90c0be51 CS fixes 12 years ago
Jordi Boggiano a518f471f7 Ensure aliases are removed from local repos when a package is deleted from the filesystem 12 years ago
Jordi Boggiano e953b4c891 Ensure vendor dir is initialized before generating the install path of a package 12 years ago
Jordi Boggiano b92a19ce4b Fix windows bin proxy when there are spaces in the path 12 years ago
Jordi Boggiano 935eaa9646 Fix windows proxy code 12 years ago
Jordi Boggiano d21032ace5 CS fixes 12 years ago
Andrew Short e0a1d9ef58 Support multiple installers in a composer-installer package. 13 years ago
Jordi Boggiano 4afca78daa Add missing class 13 years ago
Jordi Boggiano c440b4594a More PSR-2 goodness 13 years ago
Jordi Boggiano 1bd4ccbd54 php-cs-fixer magic 13 years ago
Jordi Boggiano 6864555aa4 Do not notify installation of aliases 13 years ago
Nils Adermann 0c1944a9d0 Let the solver handle aliases instead of the installer 13 years ago
Jordi Boggiano 90732fd03f Clean up vendor dir after a package was removed 13 years ago
Jordi Boggiano f7440076fa Revert "Merge remote-tracking branch 'naderman/remove-packages-by-default'"
This reverts commit 2988152602, reversing
changes made to adb4188e12.
13 years ago
Jordi Boggiano 2988152602 Merge remote-tracking branch 'naderman/remove-packages-by-default' 13 years ago
Jordi Boggiano bd50ad32f0 Refactor InstallationManagerMock 13 years ago
Jordi Boggiano 2dffa612a3 Merge remote-tracking branch 'igorw/root-install-twice' 13 years ago
Jordi Boggiano 22a825fc07 Clean up vendor dir after a package was removed 13 years ago
Igor Wiedler 8d71030cc1 [Installer] Classic var_dump must be removed 13 years ago