2894 Commits (432955e0ae0b83a3c213be62d1a8cd21e2e89c07)
 

Author SHA1 Message Date
Jordi Boggiano 432955e0ae Fix github url escaping, raw.github.com doesnt like escaped slashes 12 years ago
Jordi Boggiano aa1c09380d Merge pull request #1544 from webfactory/issue_1499
Avoid unnecessary sorting changes in the composer.lock
12 years ago
perprogramming 9219e1ab0a Simplify ordering of links (there cannot be multiple links to the same target) 12 years ago
perprogramming 704837c574 - Sort links and keywords in ArrayDumper result (fixes issue #1499)
- Adapt ArrayDumperTest
12 years ago
Jordi Boggiano 3b2accfb58 Merge pull request #1543 from Slamdunk/minor/mt-rand
Switch rand() to mt_rand()
12 years ago
Jordi Boggiano 49c839d780 Fix cache blasting on nix 12 years ago
Filippo Tessarotto 470adc47df Switched rand() to mt_rand() 12 years ago
Jordi Boggiano 710f91c1e3 Merge pull request #1537 from hakre/patch-1
Updated Windows manual installation guide
12 years ago
hakre 9cdc571092 Updated Windows manual installation guide
- The batchfile is not more than a one-liner.
- You don't need notepad to create the batchfile.
12 years ago
Jordi Boggiano 16a9839688 Merge remote-tracking branch 'johnstevenson/unlink-fix-2' 12 years ago
johnstevenson ff1cf15cb4 Fix unlink(folder) failure on Windows using removeDirectory() 12 years ago
Jordi Boggiano f67754997b Merge pull request #1532 from bamarni/patch-6
added a note about #1526
12 years ago
Bilal Amarni b02e077ab2 added a note about #1526 12 years ago
Jordi Boggiano 46f5c53521 Merge pull request #1530 from pborreli/typos
Fixed typos
12 years ago
Jordi Boggiano 05840ddb58 Merge pull request #1531 from papayasoft/feature/tweak-install-warning
Modify punctuation for outdated dependency message in installer
12 years ago
Jordi Boggiano 0d9497a472 Merge pull request #1527 from Arul-/patch-1
Update doc/articles/vendor-binaries.md
12 years ago
David Weinraub 86defea407 Modify punctuation for outdated dependency message in installer 12 years ago
Pascal Borreli 46bbf83778 Fixed typos 12 years ago
Arul 1ba62d09e4 Update doc/articles/vendor-binaries.md 12 years ago
Jordi Boggiano 5a4c720535 Add another missing use statement, fixes #1521 12 years ago
Jordi Boggiano a258ae8cfc Merge pull request #1520 from dehenne/patch-1
Update doc/articles/scripts.md
12 years ago
Jordi Boggiano 1539c54a1d Merge pull request #1523 from deguif/master
Moved setter for repository before getter in BasePackage class
12 years ago
Jordi Boggiano 958ffd8e8b Add missing use statement, fixes #1521 12 years ago
deguif 3c21dc1499 Moved setter before getter and added @inheritDoc 12 years ago
PCSG d0a61bbaa0 Update doc/articles/scripts.md
forget a comma
12 years ago
Jordi Boggiano f3dec1cba2 Add 64bit package to docs 12 years ago
Jordi Boggiano 8904888a74 Add php-64bit package if the php version has 64bit ints, fixes #1506, fixes #1511 12 years ago
Jordi Boggiano 5bac9ffaaa Merge remote-tracking branch 'xrstf/mercurial-support' 12 years ago
Jordi Boggiano db00a2a49a Merge pull request #1512 from mattkirwan/patch-1
Added stability flag to the install code: doc/articles/handling-private-packages-with-satis.md
12 years ago
Jordi Boggiano 91c8a1e059 Merge pull request #1518 from deguif/master
Fixed phpdoc in JsonFile::read()
12 years ago
deguif 1b5229dc04 Fixed phpdoc 12 years ago
Christoph c84d3d5937 replicate the git behvaiour to resolve a feature's version for mercurial 12 years ago
Christoph d84484b49d added hg support for Package\Locker 12 years ago
Matt Kirwan 9ad629b39b Update doc/articles/handling-private-packages-with-satis.md
Added the stability flag to this article, was a little confusing as to why satis didn't install correctly using this article. Turned out the github composer/satis README had the answer so i've put it here also.

Matt
12 years ago
Jordi Boggiano 0cc4343641 Merge pull request #1509 from xrstf/quiet-xcopy
do not output the xcopy summary
12 years ago
Christoph c7c55915f8 do not output the xcopy summary 12 years ago
Jordi Boggiano e33aebc75d Fix cs 12 years ago
Jordi Boggiano 1bd01a8b0b Merge remote-tracking branch 'joeholdcroft/autoload-namespace-prepend' 12 years ago
Joe Holdcroft 7d5e4f76fb Bug fix & changing loop + array_unshift to array_merge 12 years ago
Jordi Boggiano a7c950cddd Add support for github-oauth in config command 12 years ago
Jordi Boggiano 8ebf4455f0 Merge pull request #1486 from dzuelke/vendorbinaries
Rename "vendor bins" to "vendor binaries" in docs
12 years ago
David Zuelke 7e1f81dc1e rename vendor-bins.md to vendor-binaries.md 12 years ago
David Zuelke e423c69d8e Rename "vendor bins" to "vendor binaries"
Because a binary is not a receptacle :) Less confusing this way.
12 years ago
Jordi Boggiano dea4bdf8f0 Expand {} into a new line before manipulating json, fixes #1481 12 years ago
Jordi Boggiano cea4c05021 Fix parsing of ~ version constraint with unstable versions, fixes #1476 12 years ago
Jordi Boggiano 71435b0b13 Merge pull request #1480 from igorw/create-config-on-require
Implicitly create composer.json in require command
12 years ago
Igor Wiedler 24611ec919 Add newline because JsonManipulator does not expand {} 12 years ago
Igor Wiedler a48675005b Implicitly create composer.json in require command
This allows shorteninig install instructions if you do not want to use init
(because it is interactive) and you do not want to use create-project (there
is no skeleton, or you do not want to use a skeleton).
12 years ago
Jordi Boggiano c51229dcbc Merge pull request #1477 from jrobeson/patch-1
Fix github url in vcs repository example
12 years ago
Johnny Robeson fade050d19 Fix github url in vcs repository example 12 years ago