591 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 256bfedea1 Merge remote-tracking branch 'jalliot/proxy2'
Conflicts:
	src/Composer/Downloader/FileDownloader.php
	src/Composer/Repository/PearRepository.php
13 years ago
Jordi Boggiano e92e3ba355 Simplify code 13 years ago
Henrique Moody b030a36bf5 Some PEAR repositories does not works because of a wrong link parse. 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
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 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
Henrique Moody 6c47d6efe2 Renamed methods of Composer\Repository\PearRepository: fetchPearRepositories() to fetchPearPackages() and fetchPear2Repositories() to fetchPea2Packages(). 13 years ago
Henrique Moody b62a90a981 Removed hard code - suggestion of a PHP version. 13 years ago
Henrique Moody 0c6d806791 Correction of typo. 13 years ago
Henrique Moody 1e11aff456 Create method parseVersion for parsing of package versions. Now includes "max" version of the package. 13 years ago
Henrique Moody c7e0fb7e58 Correction of typo error. 13 years ago
Henrique Moody 60831ac3fc Update src/Composer/Repository/PearRepository.php 13 years ago
Henrique Moody 14adc0213e Added suport for PEAR2 repositories. 13 years ago
Beau Simensen 3cbbe1fd82 No need for group or world write permissions. 13 years ago
Beau Simensen 04f0ecfc01 Change permission of bin links if they exist and are already links 13 years ago
Jordi Boggiano 5da021ffa7 Moved Filesystem to base Util namespace 13 years ago
Jordi Boggiano ec352b1e84 Add support for adding more than one fallback dir 13 years ago
Beau Simensen 030b81b199 DebugPackagesCommand has been removed. 13 years ago