7324 Commits (3ad5ce687452484eb9277bfe2f1ae6949c27f6eb)
 

Author SHA1 Message Date
Marc Schlatter 3ad5ce6874 Fix hg command to retrieve file content 7 years ago
Jordi Boggiano 60d68a06ac Switch to trusty on 1.4 branch 7 years ago
Li Chuangbo 1f4882a3e6 Revert "Fixed an issue when a phar file is used in "files" option in composer.json"
This reverts commit 41e91f3064.

The commit 41e91f3 in current codebase generates absolute path in
autoload_static.php for phar file.

Also according to http://php.net/manual/en/phar.using.intro.php, the `phar://`
prefix is not needed.
7 years ago
Jordi Boggiano 771ea8bffe Merge pull request #6435 from remicollet/issue-deps
Issue deps
7 years ago
Remi Collet 741c8d63fb fix test for Symfony 3.2 7 years ago
Remi Collet 95d82f6fde fix test for json-schema 5.2 7 years ago
Jordi Boggiano d7b2e42fa9 Do not split repo names on dots, fixes #6424 7 years ago
Jordi Boggiano 2eb69cd679 Always recommend using global config to store auth tokens 7 years ago
Matt Isenhower 4dc8748e68 Update GitLab personal access token URL and the token config command 7 years ago
Jordi Boggiano d0e780a8eb Allow php_uname to be disabled, fixes composer/getcomposer.org#112 7 years ago
Jordi Boggiano 9ae434cefe Update changelog 7 years ago
Jordi Boggiano 9824d339b6 Escape arguments, refs #6414 7 years ago
Jasper N. Brouwer 4ce39c75c7 Pass more ini directives when executing php
Not only pass the current value for "memory_limit" along when executing
php, but also do the same for "allow_url_fopen" and "disable_functions"
7 years ago
Jordi Boggiano 954300032b Avoid useless warnings when updating/removing stuff that is not installed 7 years ago
Robert Lu 05fcc4adfb can use relative path for mirror 7 years ago
Jordi Boggiano 75416c69b4 Merge pull request #6340 from derrabus/remove-control-chars-from-suggest
Remove ANSI control characters from suggested packages output
7 years ago
Alexander M. Turek 20050dd984 Remove console formatting as well. 7 years ago
Jordi Boggiano 9b3c9e0c26 Fix tests 7 years ago
Jordi Boggiano 123e8956c7 Merge pull request #6337 from theotonge/bugfix-5989
Fix for https://github.com/composer/composer/issues/5989
7 years ago
Jordi Boggiano 4d16d6b28b Oops2 7 years ago
Jordi Boggiano b6778cd7f6 Oops 7 years ago
Jordi Boggiano 890baa2f89 Force remove command to have at least one package name passed, refs #6338 7 years ago
Jordi Boggiano be38f7e65d Ignore headless mercurial branches in bitbucket API, fixes composer/packagist#778 7 years ago
Jordi Boggiano 8b0e615232 Assume at least 80char wide terminal, fixes #6351 7 years ago
Jordi Boggiano 83798d8090 Avoid mixing stderr and stdout in outdated command as it mangles output 7 years ago
Alexander M. Turek 401ef69ae3 Remove ANSI control characters from suggested packages output. 7 years ago
Theo Tonge c077df0d80 Fix for https://github.com/composer/composer/issues/5989
Enforce yes/no answers for Confirmation Questions
7 years ago
Jordi Boggiano be201924cd Revert "Changes the query string parameter `sha` to `ref` to reflect the GitLab API"
Fixes #6344, refs #6198

This reverts commit 8a496cd2a7.
7 years ago
Jordi Boggiano 72616a9635 Only check for safe mode on versions that have it, refs #6300 7 years ago
Alejandro Celaya d20494ddf6 Removed duplicated "to" 7 years ago
Jordi Boggiano 3347ad7020 Bump cli-prompt to 1.0.3 7 years ago
Jordi Boggiano 7aeb1b0c41 Fix conversion of repo format in config command, fixes #6245, closes #6271 7 years ago
Jose Miguel Pérez Ruiz 4ba3c741f5 Fix Init Command to accept author names with Unicode combining diacritical marks 7 years ago
David Zuelke a4c9c1235e fix #6244 7 years ago
Jordi Boggiano fe45e616ab Add missing link 7 years ago
Jordi Boggiano 203eb6014c Update changelog 7 years ago
Jordi Boggiano 95987f4aca Do not validate URLs properly in json schema, fixes #6243 7 years ago
Jordi Boggiano e556649ad9 Allow trunk-path, branches-path and tags-path to be bool as well as string, fixes #6238 7 years ago
Jordi Boggiano 92b25acce0 Fix config value used for apcu-autoloader in dump-autoload command, fixes #6237 7 years ago
Jordi Boggiano a5ed32982d Update deps 7 years ago
Jordi Boggiano 6ea1d8d1c7 Update changelog 7 years ago
Jordi Boggiano 843877cd6d Fix hg version guessing, fixes #6236, fixes #6235 7 years ago
Filippo Tessarotto 04b1ddb79f VersionGuesser test for HG 7 years ago
Jordi Boggiano 122e422682 CS fixes 7 years ago
Jordi Boggiano 7211eedc36 Prepare 1.4.0 changelog 7 years ago
Jordi Boggiano 11ce391222 Add support for info/warnings in every json file loaded by ComposerRepo 7 years ago
Nils Adermann 001fe8afcf Merge branch 'docs-improve'
* docs-improve:
  Docs: cleanup version branches section
  Docs: those/these composer/Composer
  Docs: notice => note
  Docs: Fix shell sample output
  Docs: Add back a second clear note about hardcoded versions in VCS
  Docs: HHVM is not called HipHop
  Docs: versions plural, and update == rm lock&install
  Docs: don't use short forms, it => composer
  Docs: composer.lock lists versions, not constraints
  Docs: superfluous comma & it => Composer
  The confusing part is probably rather constraints and how versions work, not what they are
  Docs: Clarify what "It" stands for
  Finished reworking docs to clarify points about versioning (fixes #6088)
  Updated basic usage and versions pages to clarify how versioning and package resolution works (refs #6088)
  Added some useful overview information about repositories in the Basic Usage documentation.
7 years ago
Nils Adermann cd224ad44b Docs: cleanup version branches section 7 years ago
Jordi Boggiano 7e6263a71b Merge branch '1.3' 7 years ago
Nils Adermann 6c07bb1fb7 Docs: those/these composer/Composer 7 years ago