803 Commits (d0f6b679bcda731bfced83249a24fcd065851e65)
 

Author SHA1 Message Date
Jordi Boggiano d0f6b679bc Merge remote-tracking branch 'francoispluchino/master' 13 years ago
Jordi Boggiano 8dcb75080e Merge remote-tracking branch 'wookieb/installer_dry_run' 13 years ago
Franois Pluchino 89b0c8b2e7 Restore the original file mode 13 years ago
Jordi Boggiano deaaf2ef37 Merge pull request #307 from hason/slashes
Added support for JSON_UNESCAPED_SLASHES
13 years ago
Martin Hasoň e621495c4d Added support for JSON_UNESCAPED_SLASHES 13 years ago
Jordi Boggiano fcc2d11056 Merge pull request #306 from Lowgain/patch-1
Exception mentioned PEAR repository when should be VCS, was misleading
13 years ago
Logan Aube ea05f678fd Exception mentioned PEAR repository when should be VCS, was misleading 13 years ago
François Pluchino 56150fd98f Merge remote branch 'composer/master' 13 years ago
François Pluchino dbfbbab904 Add changes requested 13 years ago
Wookieb 2467456d3f Fix installer that create vendor and bin directory even if --dry-run parameter provided
* Move directories creation from constructor to "install" and "update" method
* Tests for LibraryInstaller
13 years ago
Jordi Boggiano 26f2b9e93f Merge pull request #303 from MattKetmo/directory_inception
[BUG] Fix error when moving up a directory content
13 years ago
Jordi Boggiano 1e6633b3c3 Allow search command to work without a composer.json 13 years ago
Jordi Boggiano ee7b68c049 Allow people to manually enter requirements 13 years ago
Jordi Boggiano 9a2204cd74 Improve username detection and other minor fixes 13 years ago
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
François Pluchino 2e3eed081a Merge remote branch 'composer/master'
Conflicts:
	src/Composer/Downloader/FileDownloader.php
13 years ago
MattKetmo 7d5ba2d756 [DownloadFile] Renamed wrapper directory after extract
This fixes error when the extracted directory (from an archive) contains
a folder with the same name. Example:

    $ mv test/test test
    mv: test/test and test/test are identical
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
François Pluchino bc232af018 Bug fix display downloading info 13 years ago
François Pluchino 953f0992f7 Merge callback method of FileDownloader and VcsDriver
Required corrections added
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
François Pluchino 9638247e44 Move to Util Class 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
François Pluchino f5d90e1340 Download Dist Package when the info is defined in root composer file 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