1152 Commits (f288acb1caffef4e41209b8208ac5797efaba99e)

Author SHA1 Message Date
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
Jordi Boggiano 35fbf9bc14 Merge branch '1.0' 8 years ago
Jordi Boggiano fd5f90989f Add --all to oudated command and switch it to show only outdated by default, fixes #5253 8 years ago
Jordi Boggiano 135783299a Add support for editing top level properties and extra values, replaces #2415, fixes #1411, fixes #2384 8 years ago
Bilal Amarni b93ea0e540 [doc] add a command helper for the global bin dir 8 years ago
Jordi Boggiano a67b127a1a Add deprecation notice for the event type hint rewrites, refs #5238 8 years ago
Jordi Boggiano aabe21d84d Add --direct and --outdated flags to ShowCommand & OutdatedCommand, fixes #5240 8 years ago
Jordi Boggiano e7069dd5e8 Tweak colors in the output, make sure we load the proper version according to stability flags and add outdated command, refs #5028 8 years ago
Jordi Boggiano d8c94c2640 Merge remote-tracking branch 'curry684/home-expansion' 8 years ago
Jordi Boggiano aeafe2fe59 Add INIT event and bump plugin-api to 1.1.0, fixes #5232 8 years ago
forevermatt f1a16596d1 Fix small typos 8 years ago
Michael Foss 6ffc39a0ad Convert documentation to ordered list
Switch the dependency management documentation
to an ordered list from a pseudo-ordered list. This
has the benefit of using more structured markdown,
and the added benefit of matching the "Suppose"
list items with corresponding "Composer" list items.
8 years ago
Jordi Boggiano 21a9f21cc8 Add package filtering in show command, fixes #5212, closes #5215 8 years ago
Niels Keurentjes c9534d48c1 Made env variable parsing in path replacements generic across platforms and replaced old config.php implementation. 8 years ago
Niels Keurentjes f5422a441d Fixed Windows path separators and updated docs. 8 years ago
Niels Keurentjes 2e2cec29bd Docs for tilde expansion. 8 years ago
Jordi Boggiano 60ce2324bc Add ability to call composer from scripts using @composer XXX, fixes #5153 8 years ago
Jordi Boggiano 5ae2deeee2 Fix minor wording issues, refs #5170 8 years ago
Luis Ferro b37178577c Update troubleshooting.md
Alternative way to turn off composer on Mac OS, with PHP installed in user available folders by Homebrew.
8 years ago
Jordi Boggiano 134ce134a2 Rename COMPOSER_DISABLE_ROOT_WARN to COMPOSER_ALLOW_SUPERUSER, refs #5119 8 years ago
Jordi Boggiano cb8587cdad Add COMPOSER_DISABLE_ROOT_WARN env var and skip root warning on self-update command as well, refs #5119 8 years ago
Jordi Boggiano e5813d06ae Merge pull request #5125 from markatom/rss-support
Add RSS channel to support section in composer schema
8 years ago
Jordi Boggiano 2c9326bacb Merge remote-tracking branch 'wenkepaul/master' 8 years ago
Tomáš Markacz bb05ce5c7f Add RSS channel to support section in composer schema (closes #5073) 8 years ago
Jordi Boggiano f18f383a7b Merge pull request #5113 from Slamdunk/patch-2
Install / Update script event changed, now documented
8 years ago
Andrew Marcinkevičius 19c6458e6e Fix typo 8 years ago
Filippo Tessarotto 4d1416050d Adapt scripts doc to 55b0ed8c8b 8 years ago
Andrew Marcinkevičius bddf0d4f46 Fix typo 8 years ago
marsuboss 0cd5008a8f Update 04-schema.md 8 years ago
Nicolas Grekas 08d48cb61a Prefer ZipArchive over unzip on Windows 8 years ago
Paul Wenke d2c5479b2d Updated documentation and fixed formatting in Bitbucket Util. 8 years ago
Jordi Boggiano 30b7015f31 Update docs for github-protocols 8 years ago
Anthony Kuske cb6e567967 Gender neutral authors 8 years ago
Jordi Boggiano 1aec1c1fc8 Add --repository flag to init command, and rename --repository-url to --repository in create-project, fixes #4200, closes #4207, closes #2604, fixes #2920 8 years ago
Niels Keurentjes 379d769132 Troubleshooting and warning in code related to issues with native ZipArchiver. 8 years ago
Jordi Boggiano 06be9b88c2 Merge remote-tracking branch 'slbmeh/feature/gh-2787' 8 years ago
Jordi Boggiano 44cfad36b7 Merge remote-tracking branch 'curry684/sort-suggestions' 8 years ago
Jordi Boggiano c0883d85fa Fix backticks 8 years ago
Jordi Boggiano 250862b325 Merge pull request #4941 from astehlik/doc/troubleshoot-ssh-controlma
Troubleshoot info about SSH ControlMaster
8 years ago
Jordi Boggiano 04a1085d47 Rename new flag to --root-reqs, refs #4938 8 years ago
Jordi Boggiano a0bff7af1d Merge pull request #4958 from kler/patch-1
Update troubleshooting.md
8 years ago
Jordi Boggiano cb59cf0c85 Allow exception to secure-http for packagist provider files and add docs, refs #4907 8 years ago
Jordi Boggiano 35d26db704 Add docs for exec command, refs #4887 8 years ago
Patrik Lermon 1da09f24ee Update troubleshooting.md 8 years ago
Jordi Boggiano 4df7ade801 Merge remote-tracking branch 'burci/feature/path_downloader_option_to_force_copy' 8 years ago
Patrik Lermon 0c93bc3d0b Update troubleshooting.md 8 years ago
Patrik Lermon 271c778300 Update troubleshooting.md 8 years ago
Patrik Lermon 5e1bd00089 Update troubleshooting.md 8 years ago
Patrik Lermon 8a4a27e450 Update troubleshooting.md 8 years ago
Patrik Lermon 06dc17ac8e Update troubleshooting.md
Adding a workaround for disabling xdebug while executing composer.
8 years ago
Jordi Boggiano f681dbc51e Merge remote-tracking branch 'curry684/rewrite-depends' 8 years ago
Peter Buri 861b2bc8e8 Introduce option to force copy instead of symlinking in PathDownloader 8 years ago
Alexander Stehlik 1fc4a00db7 Troubleshoot info about SSH ControlMaster
Relates: #4180
8 years ago
Jordi Boggiano 7e44d19d59 Rewrap 8 years ago
Jordi Boggiano 9e41ce2ab1 Merge pull request #4842 from cgrossde/patch-1
Document IPv6 workarounds. Fixes #4748.
8 years ago
Niels Keurentjes 47da91d998 Updated documentation for depends/prohibits. 8 years ago
Niels Keurentjes 53b6417707 Missed some docs on composer depends. 8 years ago
Jordi Boggiano 93501a5e3f Merge pull request #4920 from curry684/issue-4918
Add a --timeout parameter to run-script to override default timeout
8 years ago
Piotr Antosik aeb72fb7c6 Update github api url 8 years ago
Niels Keurentjes 126e71a991 Adds a --timeout parameter to run-script to override default timeout. 8 years ago
Niels Keurentjes 21e262cb8a Documentation updated for new depends parameters. 8 years ago
Niels Keurentjes 575e3fd3d8 Updated docs for new suggest parameters. 8 years ago
Oliver THEBAULT 71e83bc34f fix documentation which use a single pipe for a "logical OR" 9 years ago
Jordi Boggiano 0ea2890ed6 Update install instructions 9 years ago
Bilal Amarni 8b4761ff14 [doc] add -H flag to sudo commands 9 years ago
Chris 3775b05e19 Document IPv6 workarounds. Fixes #4748. 9 years ago
Jordi Boggiano 618190027a Merge pull request #4791 from balbuf/patch-1
Clarify "path" repository type version requirement
9 years ago
Stephen Beemsterboer d58a788485 Clarify "path" repository type version requirement 9 years ago
Jordi Boggiano 593b88e414 Let users configure *any auth* via COMPOSER_AUTH and add it to the docs, refs #4546 9 years ago
Jordi Boggiano c4df3ec0d4 Rewrap text and few minor typos, refs #4832 9 years ago
Daniel Mason 48287b5a1c Removed new style array syntax 9 years ago
Daniel Mason 41937ef781 More comprehensive documentation of event handlers 9 years ago
Jordi Boggiano c5cb2327cf Merge remote-tracking branch 'bamarni/config-repo-options' 9 years ago
Bilal Amarni e727f9f5fe [Config command] allow to pass options when adding a repo 9 years ago
Jordi Boggiano 9d08a7943a Merge pull request #4819 from 0mars/master
Fix Broken Links in troubleshooting.md
9 years ago
Bob4ever eb8df89cd5 Update custom-installers.md 9 years ago
Omar Shaban 05c5aee1f1 Fix Broken Links in troubleshooting.md 9 years ago
Rob Bast 1adb2e6005 Merge branch 'master' of github.com:composer/composer into capath
* 'master' of github.com:composer/composer:
  fix typo
  minor tweaking of phrasing
  move to troubleshooting
  add possible work-around / solution
  initial document
9 years ago
Jordi Boggiano 06a21132db Merge pull request #4713 from alcohol/pitfalls-doc
document common mistakes and misconceptions in a pitfalls article
9 years ago
Rob Bast c1488f65bf a quick stab at adding capath 9 years ago
Rob Bast a927499bd5 fix typo 9 years ago
Jordi Boggiano 96ff17c520 Cleanups of XDG support, refs #1407 9 years ago
Jordi Boggiano 3e9efcfb85 Merge remote-tracking branch 'ntoniazzi/master' 9 years ago
Jordi Boggiano d7c61c50ad Merge branch 'tls-config' 9 years ago
Jordi Boggiano a0398286ba Wording fixes 9 years ago
Rob Bast 8cc50f9c8b minor tweaking of phrasing 9 years ago
Rob Bast aca19deffa move to troubleshooting 9 years ago
Sullivan SENECHAL 358b798ac3 Add Symfony 3 special case on depends command doc 9 years ago
Jordi Boggiano f8dff0867c Remove --disable-tls/--cafile flags and rely solely on config options plus some wording clarifications 9 years ago
Jordi Boggiano 5d015defb8 Merge remote-tracking branch 'origin/master' into tls-config 9 years ago
Bilal Amarni ec7d9f9fad [doc] add a link about composer auto-completion 9 years ago
Jordi Boggiano 814e09c456 Clarify global packages and what global cmd does, fixes #4495, closes #4525 9 years ago
Jordi Boggiano 42cb3dafc4 Merge remote-tracking branch 'Soullivaneuh/depends-replaces' 9 years ago
Jordi Boggiano 4fbf15e6d6 Tweaks and add new args to docs, refs #4663 9 years ago
Jordi Boggiano d6ae9a0529 Tweak docs, refs #4716 9 years ago
hanov.ruslan 38615181c6 Added doc about sort-packages config option 9 years ago
Rob Bast 04fb28a9cb add possible work-around / solution 9 years ago
Rob Bast 8b12e39509 initial document 9 years ago
Rob 09b644faa6 Merge pull request #4674 from Soullivaneuh/depends-doc-ouput
Update depends output on documentation
9 years ago
Sullivan SENECHAL 0eb7e2f216 Add --with-replaces option on depends command 9 years ago
Sullivan SENECHAL fb5ea02b49 Update depends output on documentation 9 years ago
JamesRezo 5c2df001dd add notify-batch in schema 9 years ago
Jordi Boggiano feefd51565 Fix custom installer example, fixes #4648 9 years ago
Rob c74fa483d8 Merge pull request #4668 from mpdude/patch-1
Add a note how to use package and repository URL filters
9 years ago
Rob 824879a8d5 Merge pull request #4642 from JamesRezo/doc/satis
Satis documentation updates
9 years ago
Matthias Pigulla 7fa72b3e6a Add a note how to use package and repository URL filters 9 years ago
Jordi Boggiano b6bac0c2d3 Merge pull request #4640 from lukaswoj/docs-code-standards-link-404-error-fix
Fix broken link on Community docs page
9 years ago
JamesRezo ff93bd5bf2 Typo again 9 years ago
Jordi Boggiano bb2e29ba28 Add warning about --tree 9 years ago
JamesRezo b63cfb7b37 Other options 9 years ago
Jordi Boggiano a79d0ab886 Merge remote-tracking branch 'jeremyFreeAgent/feature/tree' 9 years ago
JamesRezo b4e0d1e879 Indentation 9 years ago
JamesRezo 33f725e99b Satis documentation updates 9 years ago
Łukasz Wojciechowski f627365359 Fix broken link on Community docs page 9 years ago
Jérémy Romey 36271a7dd1 Added a tree view of required packages 9 years ago
Sullivan SENECHAL 9fd67e9e82 Add alias trick on xdebug documentation part 9 years ago
Jordi Boggiano 25fd5065f7 Tweak path repo docs, refs #4588 9 years ago
Jordi Boggiano 1de34e0968 Fix php example 9 years ago
= 1c3c84cf88 Typo fix ("Example:" must go outside the JSON block). 9 years ago
= 9fd9d34b40 Describe how to reference PHP versions and PHP extensions. 9 years ago
Jordi Boggiano a10bffec0e Merge remote-tracking branch 'GromNaN/gitlab' 9 years ago
Jordi Boggiano 7a06615bf0 Add env var to disable xdebug warnings, refs #4622 9 years ago
Jordi Boggiano f2b0e2284a Remove suggestion which is now kinda useless 9 years ago
Jordi Boggiano 4071b09091 Merge pull request #4615 from staabm/xdebugwarn
add a warning when xdebug is loaded while running composer commands
9 years ago
Markus Staab a59f0a7ca8 add a warning when xdebug is loaded while running composer commands 9 years ago
Rob 06586c9b40 Merge pull request #4612 from potherca/path-repository-documentation
Adds more details about Path Repository to the Documentation - #4412
9 years ago
Ben Peachey 11c71fb09f Review feedback: fixes line length and typos. 9 years ago
Rob d7d91269ec Merge pull request #4554 from Minishlink/patch-1
Add "out of memory" tip
9 years ago
Ben Peachey 9775379e64 Adds some more details about Path Repository #4412
- Mentions symlinking
- Mentions absolute paths also being supported
9 years ago
Jordi Boggiano adc0bbeeb9 Forward args/flags down to referenced events 9 years ago
Jérôme Tamarelle ac68a721f4 Merge remote-tracking branch 'composer/master' into gitlab
Conflicts:
	doc/04-schema.md
	src/Composer/Util/RemoteFilesystem.php
9 years ago
Giorgio Premi a25492d1b9 Allow composer script call with @ syntax 9 years ago
Jordi Boggiano 5a5088eb34 Add docs about wildcard support 9 years ago
Jordi Boggiano 463236cb74 Close code block in docs and tweak some wording 9 years ago
Jordi Boggiano 084f6de24e Merge remote-tracking branch 'trivago/add_exclude'
Conflicts:
	doc/04-schema.md
	src/Composer/Autoload/AutoloadGenerator.php
9 years ago
Louis Lagrange 842e09a143 Typo 9 years ago
Louis Lagrange 3df536a3ba Wrap lines at the correct limit
Assuming this limit is 80 cols.
9 years ago
Louis Lagrange fbe2a5e726 Add "out of memory" tip 9 years ago
Jordi Boggiano 615638c7c3 Simplify bin-compat by removing the nosymlink option, refs #3704 9 years ago
Jordi Boggiano c9b51a5751 Merge remote-tracking branch 'kocsismate/feature-bin-compat' 9 years ago
Rob 7a9eb02190 Merge pull request #4455 from samsaggace/config_archive
Enable command line configuration for archive-dir and archive-format
9 years ago
Nicolas Toniazzi b6df8549cd Merge remote-tracking branch 'parent/master'
Conflicts:
	src/Composer/Factory.php
9 years ago
3onyc 8cacb16cce Typo: prefering -> preferring 9 years ago
Sebastien Chemin 13f6ae1820 Fix archive-dir documentation example
Use an example of archive-dir configuration
9 years ago
Jordi Boggiano 8f44f9cc67 Merge pull request #4422 from dennisbirkholz/wildcard-repositories
Enable wildcards in path names for path repositories
9 years ago
Jordi Boggiano 8913ac2fff Merge pull request #4362 from bd808/classmap-authoritative-cli
Add cli argument for classmap-authoritative
9 years ago
Jordi Boggiano 620e629ec3 Update some more descriptions, refs #4114 9 years ago
Jordi Boggiano b9fbd5e5b1 Merge remote-tracking branch 'nevvermind/patch-2' 9 years ago
Dennis Birkholz 17636d1bd2 Use 'note' box to inform about wildcards 9 years ago
Dennis Birkholz e4435790a4 Documentation 9 years ago
Gabriele Santini dd0070af98 Update 05-repositories.md
fix typo
9 years ago
Samuel ROZE 284e4761bf Add documentation about the `path` repository 9 years ago
Rob 9f6fdfd703 spelling 9 years ago
Daniel Fahlke f0d6436293 add period 9 years ago
Daniel Fahlke d19aeab55c add another case when package is not found
occurred for my when I wanted to update a meta package, where nearly **ALL** dependencies changed their version.
9 years ago
Bryan Davis 71cb587611 Add autoloader cli options to `require` and `remove`
Update the `composer require` and `composer remove` commands to support
the `--optimize-autoloader` and `--classmap-authoritative` cli options
and associated configuration settings. All cli entry points that invoke
`Installer::run()` or `AutoloadGenerator::dump()` now have consistent
support for these autoloader optimization flags.
9 years ago
Bryan Davis cc2b9cfca5 Add cli argument for classmap-authoritative
Add a `--classmap-authoritative (-a)` argument to `composer install`,
`composer update` and `composer dumpautoload`. This enables the same
authoritative classmap behavior as the existing `classmap-authoritative`
configuration setting. The option can be used for creating highly
optimized production autoloaders via `composer install --no-dev
--optimize-autoloader --classmap-authoritative` for projects where
multiple autoloaders are present and unnecessary `file_exists` calls
introduce performance issues.

Closes #4361
9 years ago
Rob Bast 91336a8312 Merge branch 'feature/document-need-to-require-autoloader-in-script-hooks' of git://github.com/jeskew/composer into jeskew-feature/document-need-to-require-autoloader-in-script-hooks
* 'feature/document-need-to-require-autoloader-in-script-hooks' of git://github.com/jeskew/composer:
  "No files" was inaccurate; amend to specify "no files except"
  House style requires concatenation in examples
  Reiterate the disclaimer in the context of callbacks
  Add a line and example to the documentation covering the need to require the autoloader file in order to use autoloaded files
9 years ago
Jordi Boggiano 976491d865 Rewrap markdown, refs #4329 9 years ago
emersonthis 5508bb8725 Clarified instructions 9 years ago
Kocsis Máté 87c16073ec Merge branch 'master' of https://github.com/composer/composer into feature-bin-compat 9 years ago
Jordi Boggiano c6cc6dd607 Advise the use of absolute paths, fixes #4259 9 years ago
Jordi Boggiano b260a9972f Timeouts are not necessarily cause for alarm 9 years ago
Jordi Boggiano dafa9efa8f Remove whitespace 9 years ago
Jordi Boggiano ff84b32097 Add degraded mode to try and bypass ipv6/gzip issues, refs #4142, refs #4121 9 years ago
Nils Adermann 417516098e Document that lock file name uses COMPOSER env var 9 years ago
Andreas Möller 5828f6202d Enhancement: Also validate lock file 9 years ago
Nils Adermann 39e6f51bef Clarify --no-check-publish in docs 9 years ago
Nils Adermann 984c0afddf Merge pull request #4230 from localheinz/fix/validate
Fix: Update docs for validate command
9 years ago
Nils Adermann 93fd8a928a Merge pull request #4235 from localheinz/fix/colon
Fix: Streamline options in documentation
9 years ago
Ivan Krechetov a9b98dc5b0 Fix a typo: interally -> internally 9 years ago