955 Commits (f89e01d622cad70f302a2a3cbfb307e996645c59)

Author SHA1 Message Date
Jordi Boggiano 363bab90fa Replace toran 7 years ago
Richard B. Porter 231f56b4ae use 'in the case of' instead of 'in case of' 8 years ago
Tilo Baller 89a2e66293 Add GitLab as supported downloads source in docs 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