783 Commits (f48cfb4fdfa349b981a5cd77eb8d30b6561957cc)
 

Author SHA1 Message Date
Jordi Boggiano f48cfb4fdf Avoid requirement on composer.json to search for requirements 13 years ago
Jordi Boggiano 23aade21f0 Show empty default value when one is specified 13 years ago
Jordi Boggiano d1d9c715c9 Add newline at the end of formatted jsons 13 years ago
Jordi Boggiano 33fcb959ea Refactor JsonFile::encode to match json_encode 13 years ago
Jordi Boggiano 95883f058c Merge remote-tracking branch 'justinrainbow/init_command' 13 years ago
Jordi Boggiano 01cb2c5dd7 Fix typo 13 years ago
Jordi Boggiano 13183753e6 Merge remote-tracking branch 'hason/unicode' 13 years ago
Jordi Boggiano 6905e3a7ae Disable gzip compression of the phar 13 years ago
Martin Hasoň ff0f833b3e Added support for JSON_UNESCAPED_UNICODE and fixed parsing string 13 years ago
Jordi Boggiano 15dddf44fa Merge remote-tracking branch 'origin/master' 13 years ago
Jordi Boggiano 256bfedea1 Merge remote-tracking branch 'jalliot/proxy2'
Conflicts:
	src/Composer/Downloader/FileDownloader.php
	src/Composer/Repository/PearRepository.php
13 years ago
Jordi Boggiano 8b8f48d4d0 Merge pull request #299 from henrikbjorn/patch-2
Formatting for the README.md install command.
13 years ago
Jordi Boggiano e92e3ba355 Simplify code 13 years ago
Henrik Bjørnskov cd7d0b300c Formatting for the README.md install command. 13 years ago
Jordi Boggiano 08de99f2be Merge pull request #298 from henriquemoody/master
Some PEAR repositories does not works because of a wrong link parse.
13 years ago
Henrique Moody b030a36bf5 Some PEAR repositories does not works because of a wrong link parse. 13 years ago
Jordi Boggiano 02bb72c1a9 Merge pull request #296 from hason/dumper
Updated ArrayDumper
13 years ago
Martin Hasoň 01be62d842 Updated ArrayDumper 13 years ago
Nils Adermann b1da7f704c Merge pull request #294 from simensen/prefer-source
Rename --dev to --prefer-source
13 years ago
Jordi Boggiano 9e1843a334 Merge remote-tracking branch 'origin/master' 13 years ago
Jordi Boggiano 416ae21a5a Robustness fixes for new PEAR2 compat code 13 years ago
Beau Simensen 81d41fc442 Rename --dev to --prefer-source 13 years ago
Jordi Boggiano 7ce47bc64b Merge remote-tracking branch 'henriquemoody/master' 13 years ago
Jordi Boggiano edae6d5eab Merge pull request #284 from simensen/packagist-update-schedule-faq
Update Schedule
13 years ago
Beau Simensen bf0f0cf73e Updated to reference @Seldaek notes and refer to GitHub Post-Receive URL PR. 13 years ago
Jordi Boggiano 30b1884f4e Merge pull request #287 from Maks3w/patch-1
Typo and coding style
13 years ago
Jordi Boggiano 1733f08f40 Merge pull request #282 from simensen/bin-link-chmod-fix
Change permission of bin links if they exist and are already links
13 years ago
Maks3w ba2dc9b7c3 Typo and coding style 13 years ago
Justin Rainbow 24d85a48f0 Removing the JsonFormatter as it is part of the JsonFile now 13 years ago
Justin Rainbow 604f2836e3 Adding a JSON string formatter to the JsonFile class 13 years ago
Justin Rainbow 3a5d09a8b0 Removing the 'writeSection' method from 'DialogHelper' 13 years ago
Justin Rainbow 7a0a1788e3 Moved DialogHelper into the base Application 13 years ago
Justin Rainbow 9ec641659e Validating package name input for init command 13 years ago
Justin Rainbow 950bbcbed9 Init now asks user if they want to ignore the vendor dir 13 years ago
Justin Rainbow cd9c86c70c Adding author defaults to init command 13 years ago
Justin Rainbow 6ff7694de1 Fixing error when no requirements are defined 13 years ago
Justin Rainbow 42d55bf510 Removing the JsonFormatter as it is part of the JsonFile now 13 years ago
Justin Rainbow 2fbd9490b1 Adding a requirement definition stage to init command 13 years ago
Justin Rainbow 5933f34d6f Adding a JSON string formatter to the JsonFile class 13 years ago
Justin Rainbow 10ca974f33 Quick change to the help text for InitCommand 13 years ago
Justin Rainbow 34bbfb70d2 Initial version of InitCommand
This command allows a user to create a basic composer.json
definition easily.  The idea is to create a command similar
to the `npm init` command.

This version only has `name` and `description` support.
Additional fields will be added such as `require`, `authors`,
`version`, etc.
13 years ago
Henrique Moody 8a5c7b39e4 Added "nbproject" folder to the .gitignore list. 13 years ago
Henrique Moody 230f43d009 Chaged the key "recommend" for "suggest" in the parse of the PEAR2 dependences. 13 years ago
Henrique Moody 61c66b98a8 Correction of wrong variable name. 13 years ago
Henrique Moody b3d91cab02 Update dependence resolution for PEAR2 packages. 13 years ago
Henrique Moody 9ca157913a Remotion of a debug code. 13 years ago
Henrique Moody 234a6710a1 Correction at method parseVersion() of Composer\Repository\PearRepository. 13 years ago
Henrique Moody be448e09b4 Update src/Composer/Repository/PearRepository.php 13 years ago
Henrique Moody dd2174885b Correction of variable overwrite used during an iteration and now the versions of PHP extensions are parsed like packages. 13 years ago
Henrique Moody 4e6a9806b6 Correction of wrong type suggestion. 13 years ago