766 Commits (b4dd86c2477d0611cf203a88a24afb9abdd56ecc)

Author SHA1 Message Date
Beau Simensen b4dd86c247 Remove $repoManager local variable. 12 years ago
Beau Simensen 9404d8d593 Constructor, factory 12 years ago
Beau Simensen d1dea702c9 Moving install related code to Composer\Install 12 years ago
Jordi Boggiano ea593fdb10 Allow autodetection of the version 12 years ago
Jordi Boggiano 347f8feeec Update docs 12 years ago
Jordi Boggiano cb57c7bf42 Merge branch 'InstallAppCommand' of https://github.com/beberlei/composer 12 years ago
Jordi Boggiano ae6de4be60 Merge pull request #377 from till/svn-auth
Svn auth
12 years ago
Jordi Boggiano f546025bae Move some code around 12 years ago
Jordi Boggiano 7ceca9b789 Suppress relaxed schema and build it on the fly in php, refs #151 12 years ago
Jordi Boggiano 8d087f2b2b Fixes to Filesystem class, avoid removing non-existing dirs and clear stat cache for safety 12 years ago
Jordi Boggiano ada9c20db1 Update Git/Hg downloaders tests, making sure they never use a live filesystem instance 12 years ago
Jordi Boggiano 91411a3dd4 Merge pull request #400 from kostiklv/descriptive-exception
More descriptive exceptions wording
12 years ago
Konstantin Tjuterev 49491a9140 Added path to exceptions thrown in enforceCleanDirectory for Hg & Svn also; Imporved exception when git log cannot be run by Compiler 12 years ago
Jordi Boggiano 0f968ab3e2 Auto-switch protocols for git clones from github, refs #353 12 years ago
Konstantin Tjuterev e072607e90 More descriptive exceptions wording 12 years ago
Ken Marfilla 3e6c8caae7 rm vcs repo target dir before install 12 years ago
Jordi Boggiano 5b42f99441 fix LICENSE hack in compile script 12 years ago
Jordi Boggiano 5c320238ae Update compiler, fixes #386 12 years ago
Jordi Boggiano 82dd1c1f7f Add relaxed schema for application packages that do not need to be distributed 12 years ago
Jordi Boggiano bd54e43d37 Rework JsonFile API slightly, avoid tokenizing in php if the syntax is valid 12 years ago
Jordi Boggiano 07a82c9223 Merge remote-tracking branch 'digitalkaoz/json_schema_validator' 12 years ago
Jordi Boggiano 774e9d0da6 Remove dependency on filter_var 12 years ago
Jordi Boggiano 9bcea6f485 Merge remote-tracking branch 'hason/filedownloader' 12 years ago
Martin Hasoň 303dae7968 Fixed typos and bugs in the RemoteFilesystem class 12 years ago
till adfac9e34b escape arguments 12 years ago
till 9ecbc5176e remove isset() 12 years ago
Beau Simensen bc4e06424e Use tag as package version if built off of a tag 12 years ago
Nils Adermann 6de46a16e6 Merge pull request #381 from hason/version
Added isDev method to the VersionParser class
12 years ago
Nils Adermann c70fcb3f9c Merge pull request #376 from davedevelopment/show-failed-git-command-output
Add stderr to exceptions for GitDownloader
12 years ago
Andrew Cobby 2451336284 Fixed syntax error in example code in header comment 13 years ago
Martin Hasoň 736ea800e3 Added isDev method to the VersionParser class 13 years ago
till 0ecb710282 * add my credentials into every svn command 13 years ago
till b30f8078e4 * avoid notice 13 years ago
till 4db4d6720b correct my typo 13 years ago
till ba8ccb1955 trailing space 13 years ago
till 275d1c9969 * added a method to return the credential string for the svn command 13 years ago
till e18a4f7d31 detect if credentials are in the url 13 years ago
Jordi Boggiano 30f612f672 Fix undef variable in search, fixes #374 13 years ago
Jordi Boggiano 5d414436ba Avoid phpunit process-isolation errors with the autoload closure 13 years ago
Dave Marshall cb3548c64c Reset the errorOutput before attempting to run command 13 years ago
Dave Marshall c2421db7d9 Add stderr to exceptions for GitDownloader 13 years ago
Martin Hasoň f026e2a0eb Added tests for FileDownloader and ArchiveDownloader 13 years ago
Martin Hasoň 1f43f915da Removed copy/paste code 13 years ago
Martin Hasoň f1618df349 Added downloader for simple files and refactor FileDownloader into ArchiveDownloader 13 years ago
Benjamin Eberlei 36ccd38aa7 Directly install dependencies 13 years ago
Benjamin Eberlei 24de082fd5 Refactored 13 years ago
Benjamin Eberlei db64917a83 Renamed install-project to create-project to differentiate from just "install". 13 years ago
Benjamin Eberlei 23719b3b1d Rename packagist url to repository url 13 years ago
Benjamin Eberlei f60fe5622a Add missing use stmt. 13 years ago
Benjamin Eberlei 1c67633c70 Refactored downloader code and made packagist configuration flexible and validated. 13 years ago