165 Commits (47da91d99830f8136ba151456245673447c3c564)

Author SHA1 Message Date
Daniel Londero e776294616 Add API rate limit and two factor authentication doc 11 years ago
Jordi Boggiano 8775a89710 deprecate target-dir and update docs to recommend psr-4, refs #2459 11 years ago
Jordi Boggiano b23742e30c Merge remote-tracking branch 'donquixote/feature/psr4-complete' 11 years ago
Jordi Boggiano f85a366eb9 Finalize new autoloader-suffix config value, refs #2524, fixes #1413 11 years ago
Andreas Hennings 39c09d5192 Add psr-4 stuff in a few more places. 11 years ago
Elan Ruusamäe b92bce5569 Minor typo fix
introduced from 6ce0bf7cbf with #2314
11 years ago
Jordi Boggiano f134e09f45 Add stronger warning in docs about #<ref> hack, refs #2410 11 years ago
Thomas Szteliga 36712386f9 Composer supports four types. 11 years ago
Jordi Boggiano 7148b22414 Add github-domains config value for GitHub Enterprise setups, fixes #728
Signed-off-by: Gennady Feldman <gena01@gmail.com>
11 years ago
Jordi Boggiano 6ce0bf7cbf Update docs for #2314 11 years ago
Nils Adermann 01a08a2ff3 As preparation for composer plugins, rename custom installers to plugins 11 years ago
jonathan bensaid 6aefe6d8ad Describe stability flags more consistently 11 years ago
Jordi Boggiano eb331cbcbe Describe tag names more consistently, fixes #2170 11 years ago
Igor Wiedler 334c25fbbf [docs] Correct note about require-dev not being installed on install
It's now installed by default.
11 years ago
Jordi Boggiano 542edbdeab Fix typo, fixes #2126 11 years ago
Jordi Boggiano 536685fa9c Make more obvious 11 years ago
erikmaarten 9d10f5c6f0 Update 04-schema.md
Added example line for how to enable prefer-stable. Some other examples in the document show options enabled using the string "true" and since this is not the case for prefer-stable I added an example to avoid confusion.
11 years ago
Jordi Boggiano e68d455c5c Remove the http protocol from github-protocols, refs #1955 11 years ago
Matthias Pigulla 6232a65a35 Update docs to point out the problem with range constraints for conflict links. 11 years ago
Jordi Boggiano b4ddfabd73 Clarify language 11 years ago
Drak 4f18f8242c Update 04-schema.md 11 years ago
Drak 38f13f8a44 Update 04-schema.md 11 years ago
Drak 95b2ddb33e Make namespaces much more explicit 11 years ago
Douglas Greenshields f4af32deb7 small English correction in doc 11 years ago
Jordi Boggiano a26bababe0 Add project type to docs, fixes #1142 11 years ago
Jordi Boggiano a112231c55 Add prefer-stable docs 11 years ago
Nils Adermann afcdad4b23 Define an option to exclude files in the archive command 11 years ago
Miklós Márton 72a4146383 Scratch 'prefer-source'; 'preferred-install' is the bee's knees 11 years ago
Miklós Márton c92c69b10e Config option 'prefer-source' added to schema, refs #553 11 years ago
Jordi Boggiano c32470c7df Update docs, fix tests 11 years ago
Jordi Boggiano f06c0cb580 Code reorgs and make bool values real booleans, refs #1637 12 years ago
Ricard Clau 48ac383599 initial steps with new config value, implementation of discard changes for git and svn 12 years ago
Jordi Boggiano e43d0b5a5b Allow for "proprietary" as license identifier 12 years ago
Jordi Boggiano 94e99b9c8b Update docs, config command and schema with all the config values 12 years ago
David Zuelke 7e1f81dc1e rename vendor-bins.md to vendor-binaries.md 12 years ago
David Zuelke e423c69d8e Rename "vendor bins" to "vendor binaries"
Because a binary is not a receptacle :) Less confusing this way.
12 years ago
pauliwang cc043c373f Update doc/04-schema.md
Probably a typo (blocked -> locked)
12 years ago
Jordi Boggiano 3a0270147a Change confusing name 12 years ago
Jordi Boggiano aefe3a0b11 Add support for .inc files in classmap, fixes #1396 12 years ago
Jordi Boggiano 35afd0a78e Add github-oauth config documentation, fixes #1405 12 years ago
Jordi Boggiano d50120ae85 Add docs about new cache dirs 12 years ago
Jordi Boggiano b05a554883 Add cache-files-ttl setting, and docs for the cache 12 years ago
Igor Wiedler f089521919 Link to the aliases article from schema and repositories docs
Closes #1179.
12 years ago
Jordi Boggiano cac0e71d45 Add sub-sections for autoload docs 12 years ago
Sander Marechal 3e63ebf7fe Add stream context options documetation 12 years ago
Jordi Boggiano ab1c7fbb9b Clarify docs about stability, fixes #1094 12 years ago
Thomas Tourlourat a836f82ddc Missing alpha example
Also missing the "-" for alphaN.
12 years ago
Jordi Boggiano 7023767501 Update docs and schema for new config option 12 years ago
Tom Klingenberg e3cbe3fb1e Correction of SPDX license identifier examples
The more common LGPL version number is 2.1 not 2.0, this is a minor mistake I made and should be corrected now.
12 years ago
Igor Wiedler fc2e9e48e8 Clarify that root package depends on context 12 years ago
Michael McAndrew 91d399148b seems to me like "Out of the box, composer supports three types" (not two types) of package type. 12 years ago
Jordi Boggiano 5325aef8fe Rename brackets to parenthesis for clarity, fixes #888 12 years ago
prehfeldt 8fde6edfdf fixed typos in doc 12 years ago
Rob Loach 12cf2441e0 Fix by @stof: Forgot RC as a minimum-stability flag. #r1101718 12 years ago
Rob Loach 4f922ffa28 Update minimum-stability documentation 12 years ago
Jordi Boggiano 1923906bfc Clarify require-dev is only for root 12 years ago
Jordi Boggiano db7f25baaf Add note about version and packagist 12 years ago
Nils Adermann 8a9c51c83e Merge remote-tracking branch 'github-beberlei/AutoloadFunctions' 12 years ago
Jordi Boggiano 9f9a0884b1 Fix typo 12 years ago
Nick Lombard 23548ffc03 Removed the notice as @stof's ensure's it's untrue. 12 years ago
Nick Lombard 365060f0cb More autoload documentation.
As discovered through discussions at composer/composer#763
Resubmitted after travis complained, lets try again.
12 years ago
Benjamin Eberlei 5c5e962b5a Add Files Autoloading key. This is a necessary feature to allow purely or partly functional libraries to be "autoloadable" by composer by calling require_once on every file in the "autoload"."files" list. 12 years ago
Jordi Boggiano 8c16c1bbef Update schema and add docs for support 12 years ago
dbu 9173d4384e explaining behaviour when require-dev conflicts with require. fix #720 12 years ago
Jordi Boggiano d7608bcddd Added docs for new reference feature 12 years ago
Jordi Boggiano 8af189e300 Remove bad chars from docs 12 years ago
Nils Adermann 9c9391fc43 Clarify standard replace use case 12 years ago
Nils Adermann 7c7cac61b6 Merge remote-tracking branch 'github-seldaek/stability'
* github-seldaek/stability:
  Add stability docs
  Add test for Pool handling and refactor a couple things
  Add support for stabilities in lock file
  Infer stability flags for requirements that have an explicit version required of a lower stability
  Add InstalledArrayRepository to make sure the root package is not purged by the Pool because of a lower stability
  Basic handling of stability flags
  Add list of stabilities to base package
  Add minimum-stability flag on root package to filter packages by stability
  Add CompositeRepo::getRepositories
  Add package stability
12 years ago
Jordi Boggiano 4cab4b46e4 Merge remote-tracking branch 'ktomk/patch-1' 12 years ago
Jordi Boggiano 44fdc05e45 Add stability docs 12 years ago
Jordi Boggiano 1709d6a6c7 Clarify deprecation of include-path 12 years ago
Tom Klingenberg 74ca58bcb6 Use of SPDX license identifiers. 12 years ago
Jordi Boggiano 14f7d10478 Fix typos 12 years ago
Michael Cullum 0edc94cdce Adding role to author information 12 years ago
Jordi Boggiano 939c745a9a Improvements to autoload docs 12 years ago
Igor Wiedler 21b39f8e87 [docs] Clarify that there is no cross-repo leakage with notify 12 years ago
Igor Wiedler f519636094 [docs] Document the notify-on-install config option 12 years ago
Jordi Boggiano 8d4f8543fc Update docs 12 years ago
Igor Wiedler be9ca486a6 [improve-docs] List link types in link types reference title 12 years ago
Igor Wiedler 3cccc29b55 [improve-docs] Explain what the root package is, refs #500 12 years ago
Igor Wiedler 99c90cde5a [improve-docs] Specify that config and repositories are root-only, closes #500 12 years ago
Igor Wiedler 6c4f47da74 [improve-docs] Remove "Package root" from schema chapter 12 years ago
Igor Wiedler a2eeeab79a [improve-docs] Mention classmap autoloading in basic-usage 12 years ago
Jordi Boggiano b3b6b03aff Fix doc typo 12 years ago
Jordi Boggiano f21ce43a52 Crosslinking 12 years ago
Jordi Boggiano 3c07b4338a Rename include-paths to include-path, add deprecated warnings, only generate file if it is needed 12 years ago
Christoph Hochstrasser 5ec267ccf4 Added basic docs to schema docs. 12 years ago
Jordi Boggiano 30cfb69739 Add support for mapping a namespace prefix onto many dirs in the autoload config 12 years ago
Romain Neutron 6844d7b572 Removed scripts documentation duplication, refactor to the dedicated article page 12 years ago
Jordi Boggiano f0a0d7ffa7 Add docs for metapackages 12 years ago
Jordi Boggiano 502048bfd8 Fix schema nesting 12 years ago
Maks 099823c369 Typo 12 years ago
Jordi Boggiano 7c97abec8c Update docs on repo order 12 years ago
Jordi Boggiano 27eb249aab Merge remote-tracking branch 'beberlei/ClassMaps' 12 years ago
Jordi Boggiano f3c4b8661d finish updating links to .md 12 years ago
Travis Northcutt cee5fed25f added prev/next links to docs 12 years ago
Jordi Boggiano c27bdad728 Merge pull request #402 from igorw/packagist-false-docs
[docs] move docs on disabling packagist to repositories chapter
13 years ago
Igor Wiedler 4da3d1fac0 [docs] move docs on disabling packagist to repositories chapter, fixes #362 13 years ago
Igor Wiedler 364afaa16a [docs] fix some links to the repositories page 13 years ago
Benjamin Eberlei 590ee419bd Fix docs 13 years ago