Jordi Boggiano
f964b83018
Add bearer support in config command and add to docs/schema, refs #8671
2020-03-10 13:39:26 +01:00
Mark Sch
a9fec9b972
Fix language.
2019-11-21 23:00:29 +01:00
Arnout Boks
7c5e5e3ede
Add option to disable the lock file
...
When the `lock` option is set to false, composer will not write a
`composer.lock` file to disk. This signals that the package is meant
to be developed with unlocked and always updated dependencies. At the
moment, both `install` and `update` are allowed to install the
dependencies for such a package. If #6822 is implemented, only `update`
should be used for packages without a lockfile.
https://github.com/composer/composer/issues/8354
2019-10-19 21:46:29 +02:00
Kevin Boyd
5d615a16d1
Add documentation for Composer\\Config::disableProcessTimeout
2019-05-02 13:50:25 +02:00
Jordi Boggiano
2d7a8c67e8
Doc formatting fixes
2019-01-29 10:55:05 +01:00
Kath Young
fbb9d20c33
Adjusted config name to be more descriptive, added documentation
2019-01-29 07:26:38 +10:30
mw-jko
635d96b5e5
add hint for possible need of gitlab-domains option
2018-05-03 15:43:36 +02:00
Jordi Boggiano
9a3c0f7eda
Tweak platform config docs, fixes #7067
2018-02-01 11:03:56 +01:00
Wil Hall
9e2cd9e717
Word wrap htaccess-protect option documentation
2017-06-16 08:26:43 -04:00
Wil Hall
bf088c76c4
Simplify documentation for htaccess-protect config option
2017-06-15 11:43:11 -04:00
Wil Hall
f0924fb878
Add htaccess-protect option for disabling the creation of .htaccess files
2017-06-15 11:06:13 -04:00
Nicolas Grekas
6d4e60b991
Add --apcu-autoloader option to enable APCu caching of found/not-found classes
2016-12-06 11:21:44 +01:00
moyo
c4ac59601f
Update related docs and config definitions
2016-07-06 16:25:18 +08:00
bohwaz
49a94ca7fd
Update docs for fossil support
2016-06-23 08:42:11 +12:00
Mickael GOETZ
9303a04bed
fix `http-basic` json example
...
The JSON example for the `http-basic` option was missing the closing curly brace.
2016-05-11 23:04:51 +02:00
Paul Wenke
d2c5479b2d
Updated documentation and fixed formatting in Bitbucket Util.
2016-03-06 22:20:22 -05:00
Jordi Boggiano
30b7015f31
Update docs for github-protocols
2016-03-01 13:46:54 +00:00
Jordi Boggiano
06be9b88c2
Merge remote-tracking branch 'slbmeh/feature/gh-2787'
2016-02-25 19:03:36 +00:00
Jordi Boggiano
cb59cf0c85
Allow exception to secure-http for packagist provider files and add docs, refs #4907
2016-02-25 12:36:09 +00:00
Rob Bast
c1488f65bf
a quick stab at adding capath
2016-01-20 21:20:18 +01:00
Jordi Boggiano
96ff17c520
Cleanups of XDG support, refs #1407
2016-01-18 18:26:05 +00:00
Jordi Boggiano
3e9efcfb85
Merge remote-tracking branch 'ntoniazzi/master'
2016-01-18 17:52:46 +00:00
Jordi Boggiano
f8dff0867c
Remove --disable-tls/--cafile flags and rely solely on config options plus some wording clarifications
2016-01-10 16:37:11 +00:00
Jordi Boggiano
d6ae9a0529
Tweak docs, refs #4716
2015-12-22 20:44:41 +00:00
hanov.ruslan
38615181c6
Added doc about sort-packages config option
2015-12-21 21:59:40 +03:00
Jérôme Tamarelle
ac68a721f4
Merge remote-tracking branch 'composer/master' into gitlab
...
Conflicts:
doc/04-schema.md
src/Composer/Util/RemoteFilesystem.php
2015-11-14 14:13:39 +01:00
Jordi Boggiano
615638c7c3
Simplify bin-compat by removing the nosymlink option, refs #3704
2015-10-27 15:36:12 +00:00
Jordi Boggiano
c9b51a5751
Merge remote-tracking branch 'kocsismate/feature-bin-compat'
2015-10-27 15:20:53 +00:00
Nicolas Toniazzi
b6df8549cd
Merge remote-tracking branch 'parent/master'
...
Conflicts:
src/Composer/Factory.php
2015-10-05 09:52:52 +02:00
Sebastien Chemin
13f6ae1820
Fix archive-dir documentation example
...
Use an example of archive-dir configuration
2015-09-28 13:33:35 +02:00
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
2015-08-19 22:18:54 -06:00
Kocsis Máté
87c16073ec
Merge branch 'master' of https://github.com/composer/composer into feature-bin-compat
2015-07-22 15:54:20 +02:00
Rob Bast
4ddd5aa37f
cleaned up intro page a bit
2015-06-30 15:49:00 +02:00
Nicolas Toniazzi
7d63eb5718
Merge remote-tracking branch 'parent/master'
...
Conflicts:
doc/04-schema.md
2015-06-23 14:19:12 +02:00
Rob Bast
eba72fdd43
removed uneccesary nesting
2015-06-22 14:05:50 +02:00
Rob Bast
3e1b7ee295
link back to schema
2015-06-22 11:13:12 +02:00
Rob Bast
6ee6074a5c
more consistent ucfirst composer references
2015-06-22 11:08:23 +02:00
Rob Bast
db4b8dd42b
wordwrap at 80
2015-06-22 10:54:55 +02:00
Rob Bast
3ed4be072d
split list into individual sections/paragraphs
2015-06-22 10:53:17 +02:00
Rob Bast
016cc7ee19
splitting up some docs, closes #4155
2015-06-22 10:00:04 +02:00