225 Commits (42c501aaa44d4a46367ba78236fcb4a6218ba483)

Author SHA1 Message Date
Jordi Boggiano 42c501aaa4 Force the installation of the newly required packages in require command 13 years ago
Jordi Boggiano 1443ea25f9 Make sure a constraint is provided with input requirements 13 years ago
Jordi Boggiano 27f8019dbd Refactor init & require commands 13 years ago
Jordi Boggiano b33496c853 Merge remote-tracking branch 'jeremyFreeAgent/master'
Conflicts:
	doc/03-cli.md
13 years ago
Jordi Boggiano 356a01b480 Switch back to getOption since hasOption always returns true 13 years ago
Jordi Boggiano 1095d84256 Rename --skip-scripts to --no-scripts 13 years ago
Jordi Boggiano 1f2f161508 Merge remote-tracking branch 'pjedrzejewski/feature/skipping-scripts-execution'
Conflicts:
	src/Composer/Installer.php
13 years ago
Jordi Boggiano 99513ba52b Adjust output for create project, refs #724 13 years ago
Jordi Boggiano 713309b38c Show exact version being installed in create-project, fixes #724 13 years ago
Jordi Boggiano 1bd4ccbd54 php-cs-fixer magic 13 years ago
Johannes M. Schmitt 305b9cee9a added --dev to create-project command (closes #645) 13 years ago
Paweł Jędrzejewski 129884ef72 rename skipScripts to runScripts. 13 years ago
Paweł Jędrzejewski 123dec52fb typos in command option description. 13 years ago
Paweł Jędrzejewski cc8b33117a add --skip-scripts option to install/update commands. 13 years ago
Jordi Boggiano ca558369fc Fix bug in ValidateCommand 13 years ago
Jordi Boggiano 160d2e0847 Minor style fix 13 years ago
Jordi Boggiano e84e550df3 Refactor validate command to offer more flexibility in adding validation 13 years ago
Jordi Boggiano fd38971777 Fix CS & simplify code 13 years ago
Tom Klingenberg 74ca58bcb6 Use of SPDX license identifiers. 13 years ago
Jordi Boggiano e7dc42a8a2 Order search results by score & highlight matches in description 13 years ago
Jordi Boggiano 4ecf55e180 Minor cleanup 13 years ago
Ryan Weaver 9e1ed5a52f [Command] Modifying the output of SearchCommand to make evenly-spaced package names for readability of results 13 years ago
Jordi Boggiano 8ff497ac6f Skip filter_var on 5.3.2 since it is buggy 13 years ago
Jordi Boggiano 4a55d85a2d Respect umask in chmod calls 13 years ago
Jordi Boggiano 120171ff5a Fix create project 13 years ago
Jordi Boggiano 7837be0621 Fix creation of ComposerRepository, refs #587 13 years ago
Jordi Boggiano 4cc45d3c37 Add require-dev and other missing links in show command 13 years ago
Povilas Balzaravicius Pawka 443ce65765 Fix fatal on show command 13 years ago
Jordi Boggiano 7f0a0857c0 Catch PharException as well in self-update failures 13 years ago
Jordi Boggiano a9ccfeb548 chmod new file when running self-update 13 years ago
Jordi Boggiano 7b87d2b573 Fix self-update saying the download is corrupt when it isn't 13 years ago
Jordi Boggiano d1f66073ca Update depends command 13 years ago
Jordi Boggiano 53191eb0fe Remove recommend, make suggest informational, add require-dev, fixes #78, fixes #510 13 years ago
H. Westphal 397fa05c5b Validate the integrity of the downloaded phar before overwriting 13 years ago
Jordi Boggiano 48ae8bf3ec Use pathinfo instead of substr 13 years ago
Jordi Boggiano 61708a1bb1 Code cleanup 13 years ago
Jordi Boggiano 278f0ec350 Fix git config parsing, fixes #525 13 years ago
Peter O'Callaghan 579b86ec27 Allows apostrophe (and single quote, since this is often used in lieu) in author name. 13 years ago
Jérémy Romey 260d7d434f Add a command for adding package to composer.json
Updated doc for require command
13 years ago
Luis Cordova f76c65914c cleaned up some getApplication()->getIO() into getIO()s 13 years ago
Igor Wiedler 0fe90c5d87 update some links to point to getcomposer.org 13 years ago
Jordi Boggiano ea2d46bcff Fix ComposerRepository calls, fixes #475 13 years ago
Nils Adermann 366e98288e Merge pull request #473 from Seldaek/gzip
Automatic gzip encoding support
13 years ago
Jordi Boggiano b12e73792c Handle SolverProblemException nicer 13 years ago
Jordi Boggiano 7f65dd7409 Use RemoteFilesystem everywhere we do http requests 13 years ago
Jordi Boggiano d291d65faf Add getIO proxy to base Command class 13 years ago
Michael Wallner f65fe27097 fixed create-project with json file
the create-project command tried to instantiate a FilesystemRepository
with the json file as string instead of an JsonFile instance
13 years ago
Jérôme Tamarelle dd6608e4c2 Allow unicode characters for author in "composer init" command. 13 years ago
Igor Wiedler cd6eb49427 fix notice when running show command on package without keywords 13 years ago
Jordi Boggiano 09083089ff Merge remote-tracking branch 'digitalkaoz/show_command_keywords'
Conflicts:
	src/Composer/Command/ShowCommand.php
13 years ago