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
Rob Bast
016cc7ee19
splitting up some docs, closes #4155
2015-06-22 10:00:04 +02:00
Thibault Jamet
460f2f438e
Update documentation with new archive configuration
2015-06-17 20:53:09 +02:00
Jordi Boggiano
a7ec17b2f1
Merge pull request #4062 from coderstephen/master
...
Docs: Fix non-feature-branches schema example not syntax highlighted
2015-06-11 18:02:57 +01:00
Rob Bast
95dbb6d9db
add docs to support section in composer schema, closes #4055
...
Note that this does not yet add this attribute @ packagist though
2015-05-28 13:15:56 +02:00
coderstephen
8534d881f9
Fix non-feature-branches schema example not syntax highlighted
2015-05-24 16:02:58 -05:00
Possum
2e99b9fdf5
Use https where possible
2015-05-04 19:37:57 +02:00
Jordi Boggiano
a57c51e8d7
Finalize platform override feature
...
- Added tests, docs
- Persist to lock file
- Add support in config command
- Added to json schema
2015-04-29 22:38:07 +01:00
Geo
2070b95e27
Update 04-schema.md
2015-03-30 17:19:20 -04:00
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
...
2015-03-25 16:27:23 +01:00
msiebeneicher
636f93750c
add "exclude-from-classmap" description to 04-schema.md
2015-02-17 15:56:34 +01:00
Jordi Boggiano
53925295c3
Merge pull request #3699 from trivago/non_feature_branches
...
added non-feature-branches
2015-02-14 15:44:45 +00:00
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
2015-02-11 16:03:17 +01:00
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
2015-02-11 16:01:41 +01:00
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
2015-02-11 16:00:43 +01:00
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
2015-02-11 15:59:26 +01:00
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
2015-02-11 15:57:33 +01:00
Nils Adermann
0543a32d39
Merge pull request #3610 from bd808/feature/classmap-authoritative
...
Add classmap-authoritative config setting
2015-01-28 11:26:28 +01:00
Robin Hallabro
ea3736522d
Update documententation for version shorthand parsing
2015-01-20 09:05:40 +01:00
Hannes Van De Vreken
200f867d64
"suggest" was on a wrong heading level compared to the others
2015-01-09 10:08:13 +01:00
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
2015-01-03 17:35:25 -07:00
Miodrag Tokić
12ba415f0e
Fix documented Composer home variable name
2014-12-14 22:55:49 +01:00
Jordi Boggiano
ca168d478b
Spaces are now equivalent to comma in constraints and mean AND
2014-12-07 18:07:29 +00:00
Jordi Boggiano
751190aafd
Add new github-expose-hostname to docs/schema/config command, refs #3164
2014-10-17 17:21:59 +01:00
Jordi Boggiano
fb5d01d635
Tweak some page titles
2014-07-20 18:47:10 +02:00
Jordi Boggiano
449f8165ef
Allow $HOME and ~ usage in all *-dir config values, fixes #3060
2014-06-29 14:47:43 +02:00
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
2014-05-27 13:50:47 +02:00
Jordi Boggiano
0c85ca426d
Add code-fences to examples for syntax highlighting
2014-05-19 12:17:07 +02:00
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.
```
2014-04-27 12:29:35 +02:00
Jordi Boggiano
790a25c348
Adjust dump command, add another test, update docs, refs #1344
2014-03-01 21:21:00 +01:00
Jordi Boggiano
023ff131aa
Merge remote-tracking branch 'bamarni/autoload-dev'
2014-03-01 20:28:31 +01:00
Bilal Amarni
db91454a13
added an autoload-dev section
2014-02-28 00:27:03 +01:00