3926 Commits (7c1042eef56f54df957f89487534db8b080c1c84)
 

Author SHA1 Message Date
Jordi Boggiano 9a806658d6 Merge remote-tracking branch 'vuhl/master'
Conflicts:
	src/Composer/Factory.php
11 years ago
Jordi Boggiano 57146c12b4 Warn user that commands are being run in another directory 11 years ago
Jordi Boggiano 4989940533 Merge pull request #2317 from xrstf/installer-binaries
attempted fix for #1589 (installers & binaries)
11 years ago
Christoph f0842213e0 make sure relative paths from custom installers to not break the installation of binaries 11 years ago
Jordi Boggiano 60237f16af Merge pull request #2308 from nicolas-bastien/remove_unused_use_statement
Remove unused use statement.
11 years ago
Jérôme Tamarelle 836986faf3 Add temp composer home for GitDriver test using cache 11 years ago
Jérôme Tamarelle f51aa4fad6 Add local cache for Git repositories 11 years ago
Jordi Boggiano cc37e4b0b8 Show defaulted version if phpversion() returns nothing, fixes #2313 11 years ago
Ruud Denivel 05d2186049 disable prepend option on update 11 years ago
Ruud Denivel 65c10daaf8 disable prepend option on install 11 years ago
Nicolas Bastien 52711d121c Remove unused use statement. 11 years ago
Jordi Boggiano 3da05c68f9 Merge pull request #2297 from nicolas-bastien/patch-1
[DOC] add link to Monolog library
11 years ago
Igor Wiedler 30b5d2f1fc Document logical OR constraints 11 years ago
Igor Wiedler 1c2213ef5d Format the possible version formats as a table
Note I: This syntax is supported by MarkdownExtra, which both getcomposer
and github are using.

Note II: This patch currently breaks the PDF, because pandoc does not like
non-standard markdown tables. Ideas for fixing this appreciated.

Note III: The idea for this patch came up a few weeks ago on IRC. We
agreed back then that a table would be a good idea.

Note IIII: This patch creates a stability section which opens the door for
finally documenting how stability works in the composer docs.
11 years ago
Nicolas Bastien 6a435f97c8 Correct line length
Correct GromNaN  comment
11 years ago
Nicolas Bastien e34dae4d42 [DOC] add link to Monolog library 11 years ago
Jordi Boggiano 46e55541e7 Merge pull request #2294 from hason/path
Fixed path analysis
11 years ago
Martin Hasoň 3c0a620ad5 Fixed path analysis 11 years ago
Jordi Boggiano 05ffc605f1 Ignore chmod failures, fixes #1854 11 years ago
Jordi Boggiano 46e82cb38d Retry json file writing 3 times before failing, fixes #2286 11 years ago
Jordi Boggiano 3f8836ff10 Fix some docs 11 years ago
Jordi Boggiano ff404f8bd0 Merge remote-tracking branch 'origin/master' 11 years ago
Jordi Boggiano 6e4e10620a Merge remote-tracking branch 'gerryvdm/feature'
Conflicts:
	src/Composer/Command/CreateProjectCommand.php
11 years ago
Jordi Boggiano 3f6227a996 Add workaround for php bug 53460 glob() can return false, fixes #2278 11 years ago
Jordi Boggiano 67d2a4dfe2 Merge pull request #2292 from mmoreram/patch-1
Set some phpdoc to isLocalUrl
11 years ago
Marc 30049637dc Set some phpdoc to isLocalUrl 11 years ago
Jordi Boggiano 807600b255 Fix edge case where one adds a target-dir on a package that didnt have one before, refs #2279 11 years ago
Jordi Boggiano a813867065 Merge remote-tracking branch 'chx/913' 11 years ago
Jordi Boggiano 7defc95e4b Merge pull request #2289 from Seldaek/paralleltravis
Add parallel build to travis script
11 years ago
Jordi Boggiano 38917c2047 Add parallel build to travis script 11 years ago
Jordi Boggiano b482ebe0ca Merge pull request #2285 from peterkokot/patch-1
CS fix
11 years ago
Karoly Negyesi e32e4ad490 change the test to test for a target dir change 11 years ago
Karoly Negyesi 1a69d0a2a7 style fixes 11 years ago
Peter Kokot 4748f16091 fix CS 11 years ago
Gerry Vandermaesen eb72e1692c Added --no-install option to create-project command
Added a --no-install option to the create-project command that
skips installation of the dependencies in the newly created
project.
11 years ago
Jordi Boggiano b0a7c7574a Merge pull request #2283 from hkdobrev/master
Use default description and license from CLI args
11 years ago
Haralan Dobrev 4abaaaf76d Use default description and license from CLI args
When running `composer init` with `--description` and `--license` arguments
on the command line they are later suggested as defaults during the
interactive flow. However when you press Enter (to use the default suggesstion)
Composer does not use it, but instead skip them entirely from the `composer.json`
generation.

This change provides a default argument not only to `DialogHelper::getQuestion()`,
but also to `DialogHelper::ask()`.
11 years ago
Karoly Negyesi f4e9c74fee style fixes 11 years ago
Karoly Negyesi 6c393c1c69 use the more generic removeDirectory 11 years ago
Karoly Negyesi 24c9ef72d6 make LibraryInstallerTest a little more strict 11 years ago
Karoly Negyesi c6ec739766 allow injecting a mock filesystem into LibraryInstaller and fix LibraryInstallerTest 11 years ago
Karoly Negyesi f82c820a32 do not try to test update inside fixtures 11 years ago
Karoly Negyesi dd4db91ae7 using mkdir() in copyThenRemove() leads to errors if the target exists or not a dir, use ensureDirectoryExists() instead 11 years ago
Karoly Negyesi b333d7a485 act on target-dir changes during update 11 years ago
Jordi Boggiano da7ace02eb Update deps 11 years ago
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