1
0
Fork 0
composer/doc
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
..
articles JSON standard do not allow trailing comma 2016-09-02 17:33:06 +05:30
dev Prioritize repository over package versions in the default policy, fixes #3509 2015-04-30 10:43:04 +01:00
faqs typo 2016-07-09 09:43:40 +02:00
fixtures remove 'includes' references from docs 2016-10-03 10:14:57 +02:00
00-intro.md Update docs for fossil support 2016-06-23 08:42:11 +12:00
01-basic-usage.md Advise the use of absolute paths, fixes #4259 2015-07-21 14:46:38 +01:00
02-libraries.md Update docs for fossil support 2016-06-23 08:42:11 +12:00
03-cli.md Allow setting default transport strategy for path repositories 2016-09-25 19:56:12 +02:00
04-schema.md Clarify allowed format for repositories key 2016-10-09 22:24:14 +02:00
05-repositories.md remove 'includes' references from docs 2016-10-03 10:14:57 +02:00
06-config.md Update related docs and config definitions 2016-07-06 16:25:18 +08:00
07-community.md Fix link to CONTRIBUTING.md 2016-07-19 17:34:42 +01:00