208 Commits (280f02b4bc4b0eee2a39cb19654a3cc0d0235afb)

Author SHA1 Message Date
Ayesh Karunaratne 280f02b4bc
Update HTTP URLs to their HTTPS if they already redirect automatically 4 years ago
Nils Adermann 538f070a29
JSON Syntax fix for schema doc
Co-Authored-By: Andreas Möller <am@localheinz.com>
4 years ago
Nils Adermann 5c4f524d6a
Add funding field to composer.json
You can specify a list of funding options each with a type and URL. The
type is used to specify the kind of funding or the platform through
which funding is possible.
4 years ago
Fonata 6add026df0
Explain the syntax of stability flags 4 years ago
Alexey Kopytko e92eda5678
composer/composer#7384: update chat note based on code review feedback
Co-Authored-By: dmanners <dmanners87@gmail.com>
6 years ago
David Manners 96347fbea1 composer/composer#7384: add chat to support options
- update schema documents to note that chat is allowed,
 - validate that chat must be a string and a url similar to forum options
6 years ago
Jordi Boggiano 9de9c2b114
Merge pull request #7259 from tflori/doc-readme-patch
move readme description one level up
6 years ago
Jordi Boggiano eaf725d6a5
Merge pull request #7131 from pylebecq/doc-abandoned-prop
Add abandoned property in composer schema documentation
6 years ago
Thomas Flori 6825592d65
move readme description one level up 6 years ago
Jordi Boggiano a8cf4a07fc Merge branch '1.6' 6 years ago
Jordi Boggiano 24ef605473 Clarify that #refs is root-only, fixes #7241 6 years ago
Thomas Flori 05c9542db8
add readme to support fields in the schema docs 6 years ago
Sven Luijten 8f65518ed3 Avoid using 'just' in documentation 6 years ago
Pierre-Yves Lebecq efc744de76 Add abandoned property in composer schema documentation 6 years ago
Jordi Boggiano 9b30d83c23 More license docs fixes 6 years ago
Jordi Boggiano 2e0a25e73f Update license docs 6 years ago
Gabriel Caruso 486e580db2 Clean up documentation 6 years ago
Martin Hujer 9bb4cce0b8 Fixes typos in docs 6 years ago
Martin Hujer 149a5e9401 Change links to prevent unnecessary redirect 6 years ago
Martin Hujer 58a62dceab Change http to https where possible 6 years ago
Jordi Boggiano b07be842a0 Remove feature-branches option as it is misnamed and duplicates the non-feature-branches option, refs #6475 7 years ago
Jordi Boggiano 474834e8a9 Wording tweaks 7 years ago
Alex Mersdorf 1d66852c6e Update 04-schema.md
Added line to try and clarify, that any dev/non-minimum-stability Requirement needs to be added to root composer.json as well.
7 years ago
Claus Due 965f1f42d1 Add support for feature-branches setting
A negative list of non-feature-branches names
is already supported - this patch adds a list of
branches names which *will* be considered as
feature branches.

Allows changing the currently hardcoded set of
expected feature branch names, from:

* master|trunk|default|develop

To any set of names or patterns that you desire.
7 years ago
Jonas Thelemann f3aa1885bb Remove Deprecated Licenses
These licenses are deprecated in spdx spec v2 (https://spdx.org/licenses/).
7 years ago
Javier Eguiluz 4a3d57b166 Typo 7 years ago
Javier Eguiluz 5f6d42a0b0 Package names are case insensitive 7 years ago
Javier Eguiluz 5f09df6070 [Doc] Explained a bit more about the possible contents of the "name" property 7 years ago
Nils Adermann 001fe8afcf Merge branch 'docs-improve'
* docs-improve:
  Docs: cleanup version branches section
  Docs: those/these composer/Composer
  Docs: notice => note
  Docs: Fix shell sample output
  Docs: Add back a second clear note about hardcoded versions in VCS
  Docs: HHVM is not called HipHop
  Docs: versions plural, and update == rm lock&install
  Docs: don't use short forms, it => composer
  Docs: composer.lock lists versions, not constraints
  Docs: superfluous comma & it => Composer
  The confusing part is probably rather constraints and how versions work, not what they are
  Docs: Clarify what "It" stands for
  Finished reworking docs to clarify points about versioning (fixes #6088)
  Updated basic usage and versions pages to clarify how versioning and package resolution works (refs #6088)
  Added some useful overview information about repositories in the Basic Usage documentation.
7 years ago
Jordi Boggiano f1f064981b Add docs about autoloader optimizations, fixes #5947 7 years ago
Kael Shipman c8c7619a4a Finished reworking docs to clarify points about versioning (fixes #6088) 7 years ago
Mark Watney a8a432c580 Fix wrong Composer package "type" example
Details: https://wiki.typo3.org/Composer#TYPO3_Composer_installers
8 years ago
Jordi Boggiano 9c8617cd33 Merge branch '1.2' 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 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
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
bohwaz 49a94ca7fd Update docs for fossil support 8 years ago
Jordi Boggiano d2e26907c7 Update schema URL 8 years ago
Tomáš Markacz bb05ce5c7f Add RSS channel to support section in composer schema (closes #5073) 8 years ago
marsuboss 0cd5008a8f Update 04-schema.md 8 years ago
Anthony Kuske cb6e567967 Gender neutral authors 8 years ago
Oliver THEBAULT 71e83bc34f fix documentation which use a single pipe for a "logical OR" 8 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