1322 Commits (c3b76a85329c60220588e861eee02c2d0150c5ce)

Author SHA1 Message Date
JakeConnors376W 3b117da6d7
Fix inconsistent casing 5 years ago
Jordi Boggiano 9c32808782 Merge branch 'master' into 2.0 5 years ago
Will Otterburn 6d58b13ee4
Update installer commit to fix SHA384 bug
Installer linked is affected by #7669
6 years ago
Jordi Boggiano 4517c00d40 Merge branch 'master' into 2.0 6 years ago
Jordi Boggiano 11bfe9970f
Merge pull request #7912 from kathyoungaligent/feature/no-api-config
Feature/no api config
6 years ago
Jordi Boggiano 2d7a8c67e8
Doc formatting fixes 6 years ago
Kath Young fbb9d20c33 Adjusted config name to be more descriptive, added documentation 6 years ago
Jordi Boggiano b89720b52a Merge branch 'master' into 2.0 6 years ago
Jordi Boggiano f1297b11bc Merge branch '1.8' 6 years ago
Jordi Boggiano abcde19022 Document --no-check-all better, fixes #7889 6 years ago
Jordi Boggiano 02ceb74151 Tweak --no-cache option to be available globally and to not break VCS drivers relying on it, refs #7880, refs #6650 6 years ago
Jordi Boggiano 0b928b2a42 Merge branch 'master' into 2.0 6 years ago
Jordi Boggiano fc03ab9bba Add COMPOSER_DISABLE_NETWORK env var for debugging 6 years ago
Jordi Boggiano f946d8eb5a More RemoteFilesystem usage removals and some repository/vcs driver refactorings 6 years ago
Jordi Boggiano 713bc4de1d Minor fixes and updated the rest of the code/tests to use HttpDownloader 6 years ago
Andreas Möller 618122f897
Fix: Keep environment variables sorted by name 6 years ago
Jordi Boggiano 85ec111dee Merge remote-tracking branch 'dmanners/add-chat-option-for-support' 6 years ago
Jérôme Deuchnord b0b00ad1fa Call a script recursively with extra parameters (#7720)
* Added support for calling scripts recursively (fixes #7562)
6 years ago
Jordi Boggiano 008475dee7
Use lowercase sha in docs 6 years ago
Jordi Boggiano 2528654c53 Merge branch '1.7' 6 years ago
dtranmobil 900e3b65db Update why-can't-composer-load-repositories-recursively.md (#7690) 6 years ago
Thomas Landauer abb6377caa Update 05-repositories.md
Fixed typo.
6 years ago
Alexey Kopytko e92eda5678
composer/composer#7384: update chat note based on code review feedback
Co-Authored-By: dmanners <dmanners87@gmail.com>
6 years ago
David Manners 96347fbea1 composer/composer#7384: add chat to support options
- update schema documents to note that chat is allowed,
 - validate that chat must be a string and a url similar to forum options
6 years ago
Alexey Pyltsyn ed3aa1870c Replace OSX with macOS 6 years ago
Christophe Coevoet 0ca5c6342d
Fix the doc markup
In *nix, the star needs to be part of the content, not of the markdown markup, and so it requires escaping.
6 years ago
Jordi Boggiano c5fa3bdde0 Migrate to repo.packagist.org for package metadata 6 years ago
Tomáš Votruba 10f707e316
basic usage - promote safe version range
I'm aware this just an example, but it [leads readers to see it a best practise](40642df5ec (r29802440)).

Having code with `"php": ">=5.4.0"` is pretty dangerous and will probably break with next major version.

```json
{
    "require": {
        "php": "^5.4"
    }
}
```

```json
{
    "require": {
        "php": "^7.1"
    }
}
```

is much more safer. Promoting best and proven practise should from *Basic usage* helps people to use composer the best way they can.

What do you think?
6 years ago
Jordi Boggiano 945adcf172 Fix doc ambiguity, fixes #7471 6 years ago
refael iliaguyev 2f347e1347 add alias `u` to the update command 6 years ago
refael iliaguyev b63e2de819 add alias `i` to the install command 6 years ago
Nathan Purcell dcdef95785
Update example for auth.json in BitBucket config
Remove the `config` level
6 years ago
Sam Pablo Kuper d7645a83a2 Document the versioning system used by Composer.
Fixes #7356.
6 years ago
mw-jko 635d96b5e5
add hint for possible need of gitlab-domains option 6 years ago
Hugo Locurcio a06ae28c69
Improve grammar in the programmatic Composer installation page 6 years ago
Jordi Boggiano 9de9c2b114
Merge pull request #7259 from tflori/doc-readme-patch
move readme description one level up
6 years ago
Jordi Boggiano ea78712822 Merge branch '1.6' 6 years ago
Jordi Boggiano eaf725d6a5
Merge pull request #7131 from pylebecq/doc-abandoned-prop
Add abandoned property in composer schema documentation
6 years ago
Jordi Boggiano f0a1eaaabf Clarify that inline aliases are root only, fixes #7217 6 years ago
Thomas Flori 6825592d65
move readme description one level up 6 years ago
Jordi Boggiano a8cf4a07fc Merge branch '1.6' 6 years ago
Jordi Boggiano 24ef605473 Clarify that #refs is root-only, fixes #7241 6 years ago
Jordi Boggiano 35ebb8b93f Merge branch '1.6' 6 years ago
Jordi Boggiano 89e138a593 Add hint about .local/bin to docs, fixes #7132 6 years ago
Jordi Boggiano 00031afa87
Merge pull request #7253 from tflori/patch-1
add readme to support fields in the schema docs
6 years ago
Jordi Boggiano a652039cc2
Merge pull request #7157 from xabbuh/patch-1
document the COMPOSER_MEMORY_LIMIT env var
6 years ago
Thomas Flori 05c9542db8
add readme to support fields in the schema docs 6 years ago
Moviuro 75be28d4a3
how-to-install-composer-programmatically.md: quotes are seatbelts 6 years ago
Jordi Boggiano d694687b86
Merge pull request #7128 from rogeriopradoj/patch-1
Add option "no-secure-http" for create-project
6 years ago
Sven Luijten 8f65518ed3 Avoid using 'just' in documentation 6 years ago
Christian Flothmann 47ce495454
document the COMPOSER_MEMORY_LIMIT env var
as implemented in 882b82d542
6 years ago
Pierre-Yves Lebecq efc744de76 Add abandoned property in composer schema documentation 6 years ago
Rogerio Prado de Jesus 7676a5e4ec
Add option "no-secure-http" for create-project
Refers to #5121, commit f13e0f975f
6 years ago
Jordi Boggiano 916b488c61
Merge pull request #7065 from katzien/master
Correct a tiny typo
7 years ago
Kat a34f88cb01
Change `dependencies` to `binaries` 7 years ago
Jordi Boggiano 9a3c0f7eda Tweak platform config docs, fixes #7067 7 years ago
Jordi Boggiano 9f34ee9892 Merge branch '1.6' 7 years ago
Jordi Boggiano 1f3c52d3af Doc tweak 7 years ago
Kat cd27cb1a95
Correct a tiny typo
`project b's` should be `project a's` in the example given
7 years ago
Jordi Boggiano b1bfb9bb65 Add PRE_COMMAND_RUN event, fixes #7002 7 years ago
Jordi Boggiano bcfb34b9c8
Merge pull request #7006 from tanarurkerem/patch-1
Update how-do-i-install-a-package-to-a-custom-path-for-my-framework.md
7 years ago
Jordi Boggiano ad8b44a4c8 Merge branch '1.6' 7 years ago
Jordi Boggiano f28feedf58 Update list of explicit VCS repo types, refs #7023 7 years ago
Jordi Boggiano 9b30d83c23 More license docs fixes 7 years ago
Jordi Boggiano 2e0a25e73f Update license docs 7 years ago
István Palócz 6ae8e340c1
Update how-do-i-install-a-package-to-a-custom-path-for-my-framework.md
Title changed
7 years ago
Jordi Boggiano 882b82d542 Add COMPOSER_MEMORY_LIMIT env var to force a given memory_limit, fixes #6931 7 years ago
Gabriel Caruso 486e580db2 Clean up documentation 7 years ago
Martin Hujer 9bb4cce0b8 Fixes typos in docs 7 years ago
Martin Hujer 149a5e9401 Change links to prevent unnecessary redirect 7 years ago
Martin Hujer 58a62dceab Change http to https where possible 7 years ago
Mathias Brodala 8424235fac Rename to "scripts-descriptions" 7 years ago
Mathias Brodala 80d0c2029b Move "scripts-description" to toplevel
Fixes #6881
7 years ago
Jordi Boggiano 8bc02d1aed
Merge pull request #6904 from brettsantore/doc-update
clarify optionality of package in require command
7 years ago
Jordi Boggiano 226eb7e657
Merge pull request #6906 from sonjaq/patch-1
Corrects troubleshooting.md documentation link by removing space
7 years ago
Jordi Boggiano 0a09886307
Merge pull request #6880 from mbrodala/patch-2
Document arguments for custom commands
7 years ago
Jordi Boggiano 525e6cddaa
Add check-platform-reqs to docs 7 years ago
Jordi Boggiano 5f382e1e63
Merge pull request #6899 from kohkimakimoto/update-doc
update doc
7 years ago
Sonja Leaf 20cdfd09ae
Corrects documentation link by removing space
There was an extra space lurking that prevented a link from rendering. The space is now removed.
7 years ago
Brett Santore 449ecf098d clarify optionality of package in require command 7 years ago
Kohki Makimoto afa0b14389 update doc 7 years ago
Mathias Brodala 4721a7c2c8
Document arguments for custom commands
Custom commands support the same pattern to pass arbitrary arguments like the "run-script" Composer command.
7 years ago
Dane Powell 8695fd6948
Clarified language on branch naming for forks 7 years ago
Saul Wilcox bb97383772
Add 'remove' to example global commands
Common and useful enough to be explicitly stated in docs
7 years ago
Jordi Boggiano 308cf07973
Merge pull request #6781 from cafferata/patch-1
Update 03-cli.md
7 years ago
Jordi Boggiano 4ab34c22fa
Merge pull request #6740 from croensch/master
also support NO_PROXY
7 years ago
Jordi Boggiano 41a9357d4b Merge remote-tracking branch 'thom8/script_help' 7 years ago
Jordi Boggiano 9df22654c3 Merge remote-tracking branch 'grasmash/issue-6661-whitelist-all-deps' 7 years ago
Jeffrey Cafferata b36622d316
Update 03-cli.md
Package `fabpot/php-cs-fixer` is, so I replaced it with `friendsofphp/php-cs-fixer`.
7 years ago
croensch 6da92e98ac also support NO_PROXY
since WINDOWS can only have one case and that is usually upperase
7 years ago
Petr Heinz 7d06c3b9b8 typo "semvar" => "semver" 7 years ago
Bartek Zdanowski dc693c3a6e fixed caret sub title link in the article
Fixed link to Caret version range paragraph
7 years ago
Thom Toogood bf880ad5e0 Allow custom script descriptions. 7 years ago
Matthew Grasmick 2e9e7ddd99 Updating docs. 7 years ago
Jordi Boggiano 92458596ea Merge branch '1.5' 7 years ago
Jordi Boggiano 69ecb2403e Add upgrade alias to update, fixes #6649 7 years ago
Jordi Boggiano 7c0a774157 Merge pull request #6654 from andrewryantech/patch-1
Update why-can't-composer-load-repositories-recursively.md
7 years ago
Nils Adermann 90b802a732 Documentation: Wording on multi version package repo doc 7 years ago
Jordi Boggiano eb61069058 Merge pull request #6613 from decadence/patch-1
Note for aliases
7 years ago
andrewryantech a6d0ecd13f Update why-can't-composer-load-repositories-recursively.md 7 years ago
Deamon bff904d11c add example on how to add several version of a package 7 years ago
Victor Isadov 4a4bd4a6a2 Note for short names 7 years ago
Victor Isadov 884a605bbe Update 03-cli.md 7 years ago
Victor Isadov 7968016d26 Update 03-cli.md 7 years ago
Victor Isadov 4c165f9718 Update 03-cli.md 7 years ago
Jordi Boggiano 0292a2f78f Merge pull request #6605 from decadence/patch-1
Update versions.md
7 years ago
Victor Isadov 2bb5c79ea4 Update versions.md 7 years ago
Mohamed Chraiet c2815e9df0 Typo correction
Should be repository instead of respository.
7 years ago
Jordi Boggiano b07be842a0 Remove feature-branches option as it is misnamed and duplicates the non-feature-branches option, refs #6475 7 years ago
Jordi Boggiano c2da4e0e0e Merge pull request #6582 from jasonquick/patch-1
Improve BitBucket driver usage documentation
7 years ago
Jordi Boggiano 474834e8a9 Wording tweaks 7 years ago
jasonquick 5b6d954528 Clarify use of auth.json file 7 years ago
jasonquick 88b88319b5 Improve BitBucket driver usage documentation
Clarified and expanded the documentation for private repositories using the BitBucket driver. Emphasized the use of the COMPOSER_AUTH variable to encourage people not to save their credentials in composer.json. Pointed out that git endpoints don't seem to work.
7 years ago
Alex Mersdorf 1d66852c6e Update 04-schema.md
Added line to try and clarify, that any dev/non-minimum-stability Requirement needs to be added to root composer.json as well.
7 years ago
Jordi Boggiano 020805dd6f More version doc updates 7 years ago
Jordi Boggiano 91fcb6cba1 Clarify version doc titles 7 years ago
Jordi Boggiano 69282de829 Fix env var docs 7 years ago
Wil Hall 9e2cd9e717 Word wrap htaccess-protect option documentation 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 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
Mathias Brodala 112ff7b61d Fix typo in docs
Fixes a typo from #6477
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
Jordi Boggiano 9aadbe2728 Minor wording tweak
Closes https://github.com/composer/getcomposer.org/issues/113
7 years ago
Jonas Thelemann f3aa1885bb Remove Deprecated Licenses
These licenses are deprecated in spdx spec v2 (https://spdx.org/licenses/).
7 years ago
Nick Booher 222440c7f2 Rename how-do-i-install-composer-programmatically.md to how-to-install-composer-programmatically.md 7 years ago
Nick Booher c79d4b6a9f Fix grammar and match form of similar questions 7 years ago
Javier Eguiluz 4a3d57b166 Typo 7 years ago
Javier Eguiluz 5f6d42a0b0 Package names are case insensitive 7 years ago
Javier Eguiluz 5f09df6070 [Doc] Explained a bit more about the possible contents of the "name" property 7 years ago
Fabien Bourigault df85bc3ac3 update cli documentation 7 years ago
frezno 5a3891d5d9 Correct path 7 years ago
Roman Kluth aa784bc1a5 Update 01-basic-usage.md 7 years ago
Thorsten Frommen 8c388a6a4d Fix typo 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
Nils Adermann 6c07bb1fb7 Docs: those/these composer/Composer 7 years ago
Nils Adermann 4a20d5d98b Docs: notice => note 7 years ago
Nils Adermann 138fb5b6af Docs: Fix shell sample output 7 years ago
Nils Adermann d835983b15 Docs: Add back a second clear note about hardcoded versions in VCS 7 years ago
Nils Adermann faac4d56b4 Docs: HHVM is not called HipHop 7 years ago
Nils Adermann 78565d00b9 Docs: versions plural, and update == rm lock&install 7 years ago
Nils Adermann 4ccf5b6535 Docs: don't use short forms, it => composer 7 years ago
Nils Adermann 586e0d6cdb Docs: composer.lock lists versions, not constraints 7 years ago
Nils Adermann 18a4aecef5 Docs: superfluous comma & it => Composer 7 years ago
Nils Adermann 7bdc929e6d The confusing part is probably rather constraints and how versions work, not what they are 7 years ago
Nils Adermann c15baed33a Docs: Clarify what "It" stands for 7 years ago
Jordi Boggiano a286c39f20 Add docs about new --format, refs #6228 7 years ago
Jordi Boggiano 6260bb70d0 Warn about using autoloader optimizations in dev 7 years ago
Jordi Boggiano f1f064981b Add docs about autoloader optimizations, fixes #5947 7 years ago
Jordi Boggiano e2b2baf48a Merge pull request #6205 from Xerkus/patch-1
Update current plugin api version in docs
7 years ago
Jordi Boggiano 0ecd1f5eb5 Merge branch '1.3' 7 years ago
Jordi Boggiano 4b11bbccef Add note about requiring composer for plugin dev, fixes #6132 7 years ago
Jordi Boggiano 78d81cc473 Fix typo 7 years ago
Aleksei Khudiakov acc1238ac2 Update current plugin api version in docs 7 years ago
Jordi Boggiano b3fe9fa1a5 Update example to use psr-4 namespace adding, fixes #6145 7 years ago
Christian Schnegelberger 86b2e01a8b Dead link to Mercurial
https://www.mercurial-scm.org/ <-- new one
7 years ago
Jordi Boggiano 363bab90fa Replace toran 7 years ago
Kael Shipman 9a755fa7d4 Merge remote-tracking branch 'upstream/master' 8 years ago
Kael Shipman c8c7619a4a Finished reworking docs to clarify points about versioning (fixes #6088) 8 years ago
Richard B. Porter 231f56b4ae use 'in the case of' instead of 'in case of' 8 years ago
Kael Shipman a0d2934946 Updated basic usage and versions pages to clarify how versioning and package resolution works (refs #6088) 8 years ago
Kael Shipman 7a9f24b913 Added some useful overview information about repositories in the Basic Usage documentation. 8 years ago
Tilo Baller 89a2e66293 Add GitLab as supported downloads source in docs 8 years ago
Matteo 9e605c85e2 Update 05-repositories.md
another thing forgot learned here #6056 and here https://github.com/composer/composer/issues/5166#issuecomment-226110812
8 years ago
Matteo 60cf410acf Update 05-repositories.md
Another thing noted while trying to solve the problem here #6056
8 years ago
Matteo 639c0fb5ce Update 05-repositories.md
Refer to #6056
8 years ago
Nils Adermann b3bd409a30 Clarify Private Packagist description a bit 8 years ago
Filippo Tessarotto 498d49f1ba Fix php.net HTTPS links; always use HTTPS for getcomposer.org 8 years ago
Michael Cullum 97a80b6249 Update memory limit in docs
As per 0bc75c3fb6
8 years ago
Jordi Boggiano 77ad36c067 More doc updates 8 years ago
Jordi Boggiano fdd63de8ac Typo fix 8 years ago
Jordi Boggiano 173a601d27 Update private package hosting docs 8 years ago
johnstevenson 25ff290e4c Document COMPOSER_DISABLE_XDEBUG_WARN variable 8 years ago
johnstevenson d57a89d5af Update xdebug troubleshooting, fixes #5997 8 years ago
Jordi Boggiano 9042147674 Merge pull request #5931 from Jean85/patch-1
[Documentation] Update troubleshooting article
8 years ago
Jordi Boggiano da097aa6fc Clarify PATH modification, refs #5970 8 years ago
Jordi Boggiano b0000617cc Support @php prefix for scripts to reuse the current PHP interpreter, fixes #5957 8 years ago
Jordi Boggiano 1dcb2b5758 Merge remote-tracking branch 'nicolas-grekas/apcu' 8 years ago
Jordi Boggiano cd21d7e7d4 Merge pull request #5897 from baptistedonaux/patch-1
Permanent swap file tutorial proposed
8 years ago
Alessandro Lai 7b966f9355 Remove reference to COMPOSER_IGNORE_XDEBUG_WARN 8 years ago
Nicolas Grekas 6d4e60b991 Add --apcu-autoloader option to enable APCu caching of found/not-found classes 8 years ago
Mark Watney a8a432c580 Fix wrong Composer package "type" example
Details: https://wiki.typo3.org/Composer#TYPO3_Composer_installers
8 years ago
Alessandro Lai 365e3feba9 [Documentation] Update troubleshooting article
- remove the xdebug section, since it will be irrelevant from v1.3
 - add cPanel shell fork bomb protection as an other possible root cause of memory errors
8 years ago
Rob Bast 960607afc8
Merge branch '1.2' of github.com:composer/composer
* '1.2' of github.com:composer/composer:
  semver.mwl.be moved to HTTPS
8 years ago
Filippo Tessarotto 35a5036c3e semver.mwl.be moved to HTTPS 8 years ago
Bill Lovett 9e16882d12 Clean up a merge conflict in repositories doc
A merge conflict slipped through recently, corrupting the page a bit.
8 years ago
Jordi Boggiano 193d53921b Merge branch '1.2' 8 years ago
Jordi Boggiano 91e7372c6e Backport update packagist default repo to be packagist.org 8 years ago
debugteam 2333a0120e disabling packagist.org did not work
While testing i found that 

"packagist.org": false 

didn't work to disable packagist.

I have read following issue 

https://github.com/composer/composer/issues/3713

afterwards i've testet 

"composer config repositories.packagist false"

did the review on the composer.json and found that 

"packagist": false 

actually disabled packagist.
8 years ago
Baptiste Donaux 90b79d685a Permanent swap file tutorial proposed 8 years ago
Rob Bast 4abb02dbe8
fix #5884 - mardown issues + move urls to footnotes 8 years ago
Rob Bast 96540d4139
apply proper word wrapping 8 years ago
copitz cc932e5bda Add documentation for providers option
With composer/satis#295 an option for dumping provider includes was added which is missing here in the docs
8 years ago
Jordi Boggiano 027de2960b Merge pull request #5794 from andrewjt71/issue-5769
Issue 5769 dev mode varaible
8 years ago
Viktor Szépe d0918b0594 Make download shell script PSR-2 compatible
Avoid `else`
8 years ago
Jordi Boggiano 9c8617cd33 Merge branch '1.2' 8 years ago
Jordi Boggiano e38ebefc7e Update packagist default repo to be packagist.org 8 years ago
Niels Keurentjes f99a33bfc7 Clarify documentation that commit refs are unsupported
Following the discussion in #5823 it has become clear that this feature is supplied at-your-own-risk, this should be more explicitly reflected in its documentation.
8 years ago
Rob Bast 235b1cca81
wordwrap and minor rephrasing 8 years ago
Andrew Taylor ce6a3c0dd7 Issue 5769 dev mode varaible 8 years ago
Rob e1d1a73cad Update 04-schema.md
Wrap line-length and modify phrasing
8 years ago
Tomáš Fejfar dbc5d3a83f Clarify allowed format for repositories key
Using JSON object should be discouraged as there is no explicit order
of keys in JSON object. Even though it's deterministic in current PHP
version, it may change any time. As stated on http://json.org/:
"An object is an unordered set of name/value pairs. An object begins
with { (left brace) and ends with } (right brace). Each name is
followed by : (colon) and the name/value pairs are separated
by , (comma)."

Fixes #2802.
8 years ago
Rob Bast 7377db32ae
remove 'includes' references from docs
Relates to #5739 - we do not want to mention attributes/properties that
are considered legacy and/or deprecated.

Also reflowed some lines.
8 years ago
Jordi Boggiano b6cc2c7b83 Merge pull request #5665 from radmiraal/default-strategy-from-environment
Allow setting default transport strategy for path repositories
8 years ago
Jordi Boggiano e3a5b4c723 Wording tweaks, refs #5733 8 years ago
vbashkirtsev eb494e5464 Elaborated on importance of PHP extension dependencies
@Seldaek: As discussed yesterday here addition to the docs re PHP extensions. I have put it as a note as it appears emphasized for users to notice easily.
8 years ago
Rens Admiraal a294af3f16 Allow setting default transport strategy for path repositories
This change allows setting COMPOSER_MIRROR_PATH_REPOS to 1
in the environment to set the default strategy to 'mirror'.

This allows using 'mirror' during deployments while still symlinking
on a development machine. The default is still overwritten by the
options on the repository configuration.
8 years ago
Jordi Boggiano cada55dde6 Merge pull request #5491 from moolex/support_gitlab_private_token
Support gitlab private-token for easier access via Gitlab API
8 years ago
Yaman Jain 66950f0354 JSON standard do not allow trailing comma 8 years ago
Jordi Boggiano f3af3ede40 Merge pull request #5552 from fvdb/add-minor-only-option
Added minor-only option to show command to only show packages with minor updates
8 years ago
Frank van den Brink d5dbe5743a
Fixed typo in --minor-only option documentation 8 years ago
Frank van den Brink 12cee0b927
Added --minor-only option to documentation 8 years ago
Jesse Donat 9f7ea6e2dc Updates docs 8 years ago
José Carlos Chávez c28fe2b507 Adds --no-suggestion flag to the documentation for the install and update commands. 8 years ago
James Brooks c283067602 Fix link to CONTRIBUTING.md 8 years ago
snipe 35821fc0ce Update troubleshooting.md 8 years ago
snipe 1b96882736 Fixed typo 8 years ago
Jordi Boggiano 3455380413 Patch Httpoxy vulnerability 8 years ago
Michael Käfer a5c2fa491b typo
to -> do
8 years ago
moyo c4ac59601f Update related docs and config definitions 8 years ago
Yannick Carrière 3bfb4700f4 error in string comparison
The double equal (==) with single quote condition for string comparison gives a unexpected operator error.
8 years ago
Jordi Boggiano 635d63ebf7 Add instructions on how to install from an exact version of the installer instead 8 years ago
Jordi Boggiano bd7f28bc34 Output to STDERR 8 years ago
Jordi Boggiano 4baaacc193 Add docs about installing composer programmatically, fixes #5474 8 years ago
bohwaz 49a94ca7fd Update docs for fossil support 8 years ago
Jordi Boggiano a8bb93aa1f Fix typo 8 years ago
Jordi Boggiano 72c9fab976 Merge pull request #5394 from svengerlach/more-no-scripts
--no-scripts option for remove and require command
8 years ago
Jordi Boggiano 11e53e6f84 Merge pull request #5396 from Soullivaneuh/patch-1
Use caret operator for unbound version constraints doc
8 years ago
William Entriken 618026fd3e More specific language and clearer warning 8 years ago
Sullivan SENECHAL 567497ae9f Use caret operator for unbound version constraints doc
Because the caret is closer to semver than the tilde.
8 years ago
Sven Gerlach da4d5c670a Added option --no-scripts for require and remove command to 03-cli.md 8 years ago
Jordi Boggiano 78fd5bd14f Add new FAQ, refs #5382 8 years ago
Brian DuSell 66357e8b5b Update 02-libraries.md
hit the "Submit" -> hit the "Submit" button
8 years ago
mastre abfe74244a Update versions.md
Clearer language with less chance for confusion, Though -> Although -- edited because I was confused myself when I first read it.
8 years ago
Jordi Boggiano 124852f15d Merge pull request #5319 from joy2fun/1.1
Tips for running composer without xdebug enabled.
8 years ago
Chiao d2bc5f4563 Add aliases for composer to disable xdebug. 8 years ago
Mickael GOETZ 9303a04bed fix `http-basic` json example
The JSON example for the `http-basic` option was missing the closing curly brace.
8 years ago
Mathias Brodala d9909993b2 Add --prefer-stable and --prefer-lowest to "require" command
Fixes #5314
8 years ago
Niels Nijens d113b2b5ec Fix typos in the word priority 8 years ago
Jordi Boggiano b8974a3e13 Merge branch '1.1' 8 years ago
Jordi Boggiano d3eece0af2 Cross-link versions to stability flags and minimum-stability, fixes #5278 8 years ago
Jordi Boggiano d2e26907c7 Update schema URL 8 years ago
Bilal Amarni 253a30793d updates 8 years ago
Bilal Amarni c1bc50dd2a add missing interface 8 years ago
Bilal Amarni 81f33e9739 document plugin capabilities (closes #5262) 8 years ago
Jordi Boggiano 4319435154 Make sure the --no-plugin is documented as available everywhere and not redefined 8 years ago