7503 Commits (a4d84f15cac4545c1d07d9286c94881ed02d15d7)
 

Author SHA1 Message Date
Jordi Boggiano 91fcb6cba1 Clarify version doc titles 7 years ago
Jordi Boggiano 34dbde3873 Merge branch '1.4' 7 years ago
Sven Münnich d51ef83a43 Fix case insensitivity of ‘require’ command
When currently executing the `require` command for a package that is already listed in `require(-dev)`, one must use the exact same, case matching package name as written in `composer.json`. That is, if one changes the case of a character in the package name, the `require` command will add a new entry to `require(-dev)`, instead of updating the existing one.

This commit fixes the described behaviour to make it consistent with other commands like `update` that are already case insensitive.
7 years ago
Jordi Boggiano b50eb26740 Merge pull request #6501 from Neurones67/1.4
Fix hg command to retrieve file content
7 years ago
Jordi Boggiano fd7d781dce Merge pull request #6500 from alcohol/adjust-travis-test-run
changes related to new trusty images on travis
7 years ago
Marc Schlatter 3ad5ce6874 Fix hg command to retrieve file content 7 years ago
Rob Bast 422a9adb07
images related to new trusty images 7 years ago
Saumini Navaratnam 27b8209990 Fix for issue #6492
Able to include specific finle in phar in "files" option in composer
7 years ago
Jordi Boggiano db7616885d Merge pull request #6458 from ajiyakin/identic-name-diff-capitalization-unzip
Warn identical names w/ different capitalization for unzip
7 years ago
Jordi Boggiano ef47d8bf05 Merge pull request #6486 from WilHall/feature/htaccess-protect-option
Add htaccess-protect option for disabling the creation of .htaccess files
7 years ago
Jordi Boggiano 69282de829 Fix env var docs 7 years ago
Jordi Boggiano 91a4e76958 Merge pull request #6460 from bmax/master
Cache: clear cache using removeDirectory
7 years ago
Jordi Boggiano 351de6f37b Merge branch '1.4' 7 years ago
Jordi Boggiano 60d68a06ac Switch to trusty on 1.4 branch 7 years ago
Brandon Max a4ec8efa93 Update ClearCacheCommand.php 7 years ago
Brandon Max c280e16763 Change order of cache directorys 7 years ago
Brandon Max 24b8fea48a Cache: clear cache using removeDirectory 7 years ago
Wil Hall 9e2cd9e717 Word wrap htaccess-protect option documentation 7 years ago
Wil Hall afe83a7356 Update ConfigCommand to allow setting of htaccess-protect option 7 years ago
Wil Hall 6b806d3afd Add cli documentation for COMPOSER_HTACCESS_PROTECT env variable 7 years ago
Wil Hall bf088c76c4 Simplify documentation for htaccess-protect config option 7 years ago
Wil Hall f0924fb878 Add htaccess-protect option for disabling the creation of .htaccess files 7 years ago
Jordi Boggiano 7cee8e385f Merge branch '1.4' 7 years ago
Jordi Boggiano cc9234562d Merge pull request #6475 from NamelessCoder/featurebranches
Add support for feature-branches setting
7 years ago
Jordi Boggiano 1d9434af45 Merge pull request #6095 from teolaz/teolaz1990-doc-patch
Teolaz1990 doc patch
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
Rob 28acea07d5 Merge pull request #6461 from Tezd/lock-file-time-inconsistency
Lock file package time inconsistency
7 years ago
Jordi Boggiano 91e755f9bc Merge pull request #6478 from mbrodala/patch-1
Fix typo in docs
7 years ago
Mathias Brodala 112ff7b61d Fix typo in docs
Fixes a typo from #6477
7 years ago
Jordi Boggiano 6294113400 Merge pull request #6477 from joking777/patch-2
Example of disabling packagist.org globally
7 years ago
Michael King e7d2682204 Example of disabling packagist.org globally
Obviously this is not a common use case, but it is good for isolated networks. As far as I could tell, this was not documented, but I figured it out by looking through the code.
7 years ago
Claus Due 965f1f42d1 Add support for feature-branches setting
A negative list of non-feature-branches names
is already supported - this patch adds a list of
branches names which *will* be considered as
feature branches.

Allows changing the currently hardcoded set of
expected feature branch names, from:

* master|trunk|default|develop

To any set of names or patterns that you desire.
7 years ago
Sergey Shcherbin 292882f0d0 Fix for time format in GitBitbucketDriver test 7 years ago
Sergey Shcherbin 676156e2db Changed date time format to RFC_3399 in VcsDriver 7 years ago
Jordi Boggiano 9aadbe2728 Minor wording tweak
Closes https://github.com/composer/getcomposer.org/issues/113
7 years ago
Sergey Shcherbin c890d660cd Changed date format to DATE_RFC3399 for packages with git/hg repositories 7 years ago
Rob 27ee47def7 Merge pull request #6459 from schultyy/patch-1
Test PHP 5.3 on Precise
7 years ago
Jan Schulte ccd94068c0 Test PHP 5.3 on Precise 7 years ago
Rob Bast 512f11729b
use trusty (precise dropped hhvm support) 7 years ago
AjiYakin 03c560ce05 Warn identical names w/ different capitalization for unzip
Warn about identical names with different capitalization on unzip archive
extract failure (Not a directory)

Issue #5938
7 years ago
Jordi Boggiano cb3d2e83a3 Merge pull request #6451 from Dargmuesli/master
Remove Deprecated Licenses
7 years ago
Jonas Thelemann f3aa1885bb Remove Deprecated Licenses
These licenses are deprecated in spdx spec v2 (https://spdx.org/licenses/).
7 years ago
Jordi Boggiano a3f2b7bb92 Tweak variable name 7 years ago
Nils Adermann b1110df873 Merge pull request #6371 from balbuf/balbuf/move-all-plugins
Move all plugins and their dependencies to the front
7 years ago
Stephen Beemsterboer 06bb6c7530 Move plugins with no dependencies to the front, followed by plugins with their dependencies 7 years ago
Stephen Beemsterboer 4cda7e0a44 Take into account a package's "provide" and "replace" fields
A package can satisfy a require by its "provide" or "replace" fields,
so this leverages the getNames() method which returns these alternate
names as well.
7 years ago
Jordi Boggiano 1a488bce01 Base64 encode debug output to avoid dumping binary and push it to the end of the line 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