165 Commits (47da91d99830f8136ba151456245673447c3c564)

Author SHA1 Message Date
Oliver THEBAULT 71e83bc34f fix documentation which use a single pipe for a "logical OR" 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 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
Rob Bast 5a2a78fd29 the note already explains the same, but better 9 years ago
Rob Bast 6ee6074a5c more consistent ucfirst composer references 9 years ago
Rob Bast 859522ffb7 moved some non-config sections back 9 years ago
Rob Bast 141f2b626f link from schema to config 9 years ago
Rob Bast 016cc7ee19 splitting up some docs, closes #4155 9 years ago
Thibault Jamet 460f2f438e Update documentation with new archive configuration 9 years ago
Jordi Boggiano a7ec17b2f1 Merge pull request #4062 from coderstephen/master
Docs: Fix non-feature-branches schema example not syntax highlighted
9 years ago
Rob Bast 95dbb6d9db add docs to support section in composer schema, closes #4055
Note that this does not yet add this attribute @ packagist though
9 years ago
coderstephen 8534d881f9 Fix non-feature-branches schema example not syntax highlighted 9 years ago
Possum 2e99b9fdf5 Use https where possible 9 years ago
Jordi Boggiano a57c51e8d7 Finalize platform override feature
- Added tests, docs
- Persist to lock file
- Add support in config command
- Added to json schema
9 years ago
Geo 2070b95e27 Update 04-schema.md 9 years ago
msiebeneicher 7522a33079 Merge branch 'master' of https://github.com/composer/composer into add_exclude
# By Jordi Boggiano (30) and others
# Via Jordi Boggiano (37) and Morgan Campbell (1)
* 'master' of https://github.com/composer/composer: (83 commits)
  Update 01-basic-usage.md
  Revert 331425bcb3 as well, fixes #3612
  Revert "Disable overwrites when no-ansi is present, fixes #3612"
  Update deps
  Use justinrainbow/json-schema 1.4
  Improved wording
  Fix docs basic-auth => http-basic
  Add test for Generics class
  Single variable for traits and enums
  Use HHVM_VERSION instead of HPHP_VERSION
  Add support for using classmap to autoload Hack enums
  Re-use existing autoloader suffix if available, fixes #3701
  Report Travis CI build success early
  Test on HHVM nightly releases. Allow to fail.
  Make parseJson safer
  Use get home from Config instead of factory
  Fix env override regression, fixes #3820
  [create-project] Used no progress value for dependencies
  Add docBlock and fix CS
  Fix output of first line of progress when output is not decorated, refs #3818
  ...
9 years ago
msiebeneicher 636f93750c add "exclude-from-classmap" description to 04-schema.md 10 years ago
Jordi Boggiano 53925295c3 Merge pull request #3699 from trivago/non_feature_branches
added non-feature-branches
10 years ago
rkerner 38d546da45 * added non-feature-branches to handle non-numeric branches matching configured patterns not been handled as feature branches
* added documentation to doc/04-schema.md
* fixed indentation and styling
10 years ago
rkerner 40b498c96e * added non-feature-branches to handle non-numeric branches matching configured patterns not been handled as feature branches
* added documentation to doc/04-schema.md
* fixed indentation and styling
10 years ago
rkerner 86c7dfcd94 * added non-feature-branches to handle non-numeric branches matching configured patterns not been handled as feature branches
* added documentation to doc/04-schema.md
* fixed indentation
10 years ago
rkerner 62636cdd64 * added non-feature-branches to handle non-numeric branches matching configured patterns not been handled as feature branches
* added documentation to doc/04-schema.md
* fixed indentation
10 years ago
rkerner a8b8a2e143 * added non-feature-branches to handle non-numeric branches matching configured patterns not been handled as feature branches
* added documentation to doc/04-schema.md
10 years ago
Nils Adermann 0543a32d39 Merge pull request #3610 from bd808/feature/classmap-authoritative
Add classmap-authoritative config setting
10 years ago
Robin Hallabro ea3736522d Update documententation for version shorthand parsing 10 years ago
Hannes Van De Vreken 200f867d64 "suggest" was on a wrong heading level compared to the others 10 years ago
Bryan Davis ad1f8e6c5a Add classmap-authoritative config setting
Add a "classmap-authoritative" configuration setting that can be used to
disable searching the various prefix and fallback directories for
classes that have not been registered with the
Composer\Autoload\ClassLoader class map. This setting can be used to
optimize performance by avoiding a potentially large number of
`file_exists` calls when Composer is being used in a program with
additional autoloader facilities. Use of the setting implies
"optimize-autoloader" to ensure that the most complete class map
possible is generated.

Closes #3603
10 years ago
Miodrag Tokić 12ba415f0e Fix documented Composer home variable name 10 years ago
Jordi Boggiano ca168d478b Spaces are now equivalent to comma in constraints and mean AND 10 years ago
Jordi Boggiano 751190aafd Add new github-expose-hostname to docs/schema/config command, refs #3164 10 years ago
Jordi Boggiano fb5d01d635 Tweak some page titles 10 years ago
Jordi Boggiano 449f8165ef Allow $HOME and ~ usage in all *-dir config values, fixes #3060 10 years ago
Jordi Boggiano 90d1b6e08a Rename basic-auth to http-basic, add docs/schema/config support, add local auth file support, add storage to auth.json, add store-auths config option, refs #1862 10 years ago
Jordi Boggiano 0c85ca426d Add code-fences to examples for syntax highlighting 10 years ago
Toni Uebernickel 2c6195785d fix autoload-dev example for PSR-4
The example leads to the following error.

```
  [InvalidArgumentException]
  A non-empty PSR-4 prefix must end with a namespace separator.
```
10 years ago
Jordi Boggiano 790a25c348 Adjust dump command, add another test, update docs, refs #1344 10 years ago
Jordi Boggiano 023ff131aa Merge remote-tracking branch 'bamarni/autoload-dev' 10 years ago
Bilal Amarni db91454a13 added an autoload-dev section 10 years ago
Jordi Boggiano 9db2a537e5 Merge remote-tracking branch 'cs278/github-otp-support' 10 years ago
Jordi Boggiano 9896abeb38 Doc tweaks, refs #2682 11 years ago
Chris Smith 0858e96ac6 Correct capitalisation of OAuth 11 years ago
Chris Smith f1af43068c Change docs to reflect support for GitHub 2FA 11 years ago
thewilkybarkid 3c75cf59e8 Correct JSON 11 years ago
Nils Adermann 7adc41d02c Merge pull request #2605 from robertboloc/feature-config_optimize_autoload_always
Added config option to optimize the autoloader always
11 years ago
Robert Boloc 8a221854b1 changed name of the option to optimize-autoloader 11 years ago
Robert Boloc 55da519cae added information to the docs 11 years ago