1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-08 16:17:37 +00:00
Commit graph

204 commits

Author SHA1 Message Date
Alexey Kopytko
e92eda5678
composer/composer#7384: update chat note based on code review feedback
Co-Authored-By: dmanners <dmanners87@gmail.com>
2018-10-22 10:11:34 +02:00
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
2018-10-14 11:15:25 +00:00
Jordi Boggiano
9de9c2b114
Merge pull request #7259 from tflori/doc-readme-patch
move readme description one level up
2018-04-13 11:04:53 +02:00
Jordi Boggiano
eaf725d6a5
Merge pull request #7131 from pylebecq/doc-abandoned-prop
Add abandoned property in composer schema documentation
2018-04-13 10:11:54 +02:00
Thomas Flori
6825592d65
move readme description one level up 2018-04-13 09:06:45 +02:00
Jordi Boggiano
a8cf4a07fc Merge branch '1.6' 2018-04-12 20:03:08 +02:00
Jordi Boggiano
24ef605473 Clarify that #refs is root-only, fixes #7241 2018-04-12 19:49:18 +02:00
Thomas Flori
05c9542db8
add readme to support fields in the schema docs 2018-04-12 06:37:16 +02:00
Sven Luijten
8f65518ed3 Avoid using 'just' in documentation 2018-03-23 11:37:33 +01:00
Pierre-Yves Lebecq
efc744de76 Add abandoned property in composer schema documentation 2018-02-23 10:50:53 +01:00
Jordi Boggiano
9b30d83c23 More license docs fixes 2018-01-22 09:42:50 +01:00
Jordi Boggiano
2e0a25e73f Update license docs 2018-01-22 09:37:05 +01:00
Gabriel Caruso
486e580db2 Clean up documentation 2017-12-30 18:11:52 -02:00
Martin Hujer
9bb4cce0b8 Fixes typos in docs 2017-12-29 13:29:13 +01:00
Martin Hujer
149a5e9401 Change links to prevent unnecessary redirect 2017-12-29 11:38:02 +01:00
Martin Hujer
58a62dceab Change http to https where possible 2017-12-29 11:37:59 +01:00
Jordi Boggiano
b07be842a0 Remove feature-branches option as it is misnamed and duplicates the non-feature-branches option, refs #6475 2017-08-07 18:14:04 +02:00
Jordi Boggiano
474834e8a9 Wording tweaks 2017-08-07 10:57:15 +02:00
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.
2017-07-10 14:27:01 +02:00
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.
2017-06-11 19:02:51 +02:00
Jonas Thelemann
f3aa1885bb Remove Deprecated Licenses
These licenses are deprecated in spdx spec v2 (https://spdx.org/licenses/).
2017-05-25 23:33:20 +02:00
Javier Eguiluz
4a3d57b166 Typo 2017-04-05 11:31:41 +02:00
Javier Eguiluz
5f6d42a0b0 Package names are case insensitive 2017-04-05 10:04:19 +02:00
Javier Eguiluz
5f09df6070 [Doc] Explained a bit more about the possible contents of the "name" property 2017-04-05 09:15:06 +02:00
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.
2017-03-08 11:21:05 +01:00
Jordi Boggiano
f1f064981b Add docs about autoloader optimizations, fixes #5947 2017-03-07 12:33:19 +01:00
Kael Shipman
c8c7619a4a Finished reworking docs to clarify points about versioning (fixes #6088) 2017-01-23 13:06:51 -06:00
Mark Watney
a8a432c580 Fix wrong Composer package "type" example
Details: https://wiki.typo3.org/Composer#TYPO3_Composer_installers
2016-12-02 20:22:07 +01:00
Jordi Boggiano
9c8617cd33 Merge branch '1.2' 2016-11-03 11:05:42 +01:00
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.
2016-10-31 16:26:37 +01:00
Rob
e1d1a73cad Update 04-schema.md
Wrap line-length and modify phrasing
2016-10-10 10:10:06 +02:00
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.
2016-10-09 22:24:14 +02:00
Jordi Boggiano
e3a5b4c723 Wording tweaks, refs #5733 2016-09-29 08:20:23 +02:00
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.
2016-09-28 21:10:16 +09:30
bohwaz
49a94ca7fd Update docs for fossil support 2016-06-23 08:42:11 +12:00
Jordi Boggiano
d2e26907c7 Update schema URL 2016-05-04 10:34:12 +01:00
Tomáš Markacz
bb05ce5c7f Add RSS channel to support section in composer schema (closes #5073) 2016-03-28 10:23:34 +02:00
marsuboss
0cd5008a8f Update 04-schema.md 2016-03-14 17:25:58 +01:00
Anthony Kuske
cb6e567967 Gender neutral authors 2016-02-29 18:59:19 +00:00
Oliver THEBAULT
71e83bc34f fix documentation which use a single pipe for a "logical OR" 2016-02-12 10:09:28 +01:00
Jordi Boggiano
1de34e0968 Fix php example 2015-11-22 16:33:09 +00:00
=
1c3c84cf88 Typo fix ("Example:" must go outside the JSON block). 2015-11-22 16:30:55 +01:00
=
9fd9d34b40 Describe how to reference PHP versions and PHP extensions. 2015-11-22 16:26:10 +01:00
Jordi Boggiano
5a5088eb34 Add docs about wildcard support 2015-10-30 20:48:26 +00:00
Jordi Boggiano
463236cb74 Close code block in docs and tweak some wording 2015-10-30 18:51:52 +00:00
Jordi Boggiano
084f6de24e Merge remote-tracking branch 'trivago/add_exclude'
Conflicts:
	doc/04-schema.md
	src/Composer/Autoload/AutoloadGenerator.php
2015-10-30 00:00:44 +00:00
Rob Bast
5a2a78fd29 the note already explains the same, but better 2015-06-22 11:23:09 +02:00
Rob Bast
6ee6074a5c more consistent ucfirst composer references 2015-06-22 11:08:23 +02:00
Rob Bast
859522ffb7 moved some non-config sections back 2015-06-22 10:53:04 +02:00
Rob Bast
141f2b626f link from schema to config 2015-06-22 10:02:27 +02:00