Mathias Brodala
80d0c2029b
Move "scripts-description" to toplevel
...
Fixes #6881
2017-12-18 10:14:24 +01:00
Jordi Boggiano
8bc02d1aed
Merge pull request #6904 from brettsantore/doc-update
...
clarify optionality of package in require command
2017-12-17 15:02:18 +01:00
Jordi Boggiano
226eb7e657
Merge pull request #6906 from sonjaq/patch-1
...
Corrects troubleshooting.md documentation link by removing space
2017-12-16 22:38:39 +01:00
Jordi Boggiano
0a09886307
Merge pull request #6880 from mbrodala/patch-2
...
Document arguments for custom commands
2017-12-16 22:19:44 +01:00
Jordi Boggiano
525e6cddaa
Add check-platform-reqs to docs
2017-12-16 22:04:48 +01:00
Jordi Boggiano
5f382e1e63
Merge pull request #6899 from kohkimakimoto/update-doc
...
update doc
2017-12-16 21:59:54 +01:00
Sonja Leaf
20cdfd09ae
Corrects documentation link by removing space
...
There was an extra space lurking that prevented a link from rendering. The space is now removed.
2017-12-15 12:33:31 -06:00
Brett Santore
449ecf098d
clarify optionality of package in require command
2017-12-14 11:44:54 -05:00
Kohki Makimoto
afa0b14389
update doc
2017-12-13 11:58:42 +09:00
Mathias Brodala
4721a7c2c8
Document arguments for custom commands
...
Custom commands support the same pattern to pass arbitrary arguments like the "run-script" Composer command.
2017-12-07 12:21:41 +01:00
Dane Powell
8695fd6948
Clarified language on branch naming for forks
2017-12-05 11:15:17 -08:00
Saul Wilcox
bb97383772
Add 'remove' to example global commands
...
Common and useful enough to be explicitly stated in docs
2017-11-15 10:06:24 +00:00
Jordi Boggiano
308cf07973
Merge pull request #6781 from cafferata/patch-1
...
Update 03-cli.md
2017-11-03 19:59:19 +01:00
Jordi Boggiano
4ab34c22fa
Merge pull request #6740 from croensch/master
...
also support NO_PROXY
2017-11-03 19:50:28 +01:00
Jordi Boggiano
41a9357d4b
Merge remote-tracking branch 'thom8/script_help'
2017-11-03 17:19:36 +01:00
Jordi Boggiano
9df22654c3
Merge remote-tracking branch 'grasmash/issue-6661-whitelist-all-deps'
2017-11-03 14:20:38 +01:00
Jeffrey Cafferata
b36622d316
Update 03-cli.md
...
Package `fabpot/php-cs-fixer` is, so I replaced it with `friendsofphp/php-cs-fixer`.
2017-11-03 11:49:42 +01:00
croensch
6da92e98ac
also support NO_PROXY
...
since WINDOWS can only have one case and that is usually upperase
2017-10-12 16:35:05 +02:00
Petr Heinz
7d06c3b9b8
typo "semvar" => "semver"
2017-09-19 09:37:28 +02:00
Bartek Zdanowski
dc693c3a6e
fixed caret sub title link in the article
...
Fixed link to Caret version range paragraph
2017-09-12 09:11:47 +02:00
Thom Toogood
bf880ad5e0
Allow custom script descriptions.
2017-09-12 13:17:08 +10:00
Matthew Grasmick
2e9e7ddd99
Updating docs.
2017-09-11 12:43:32 -04:00
Jordi Boggiano
92458596ea
Merge branch '1.5'
2017-09-11 16:23:25 +02:00
Jordi Boggiano
69ecb2403e
Add upgrade alias to update, fixes #6649
2017-09-11 16:13:33 +02:00
Jordi Boggiano
7c0a774157
Merge pull request #6654 from andrewryantech/patch-1
...
Update why-can't-composer-load-repositories-recursively.md
2017-09-11 10:32:55 +02:00
Nils Adermann
90b802a732
Documentation: Wording on multi version package repo doc
2017-09-11 00:11:20 +02:00
Jordi Boggiano
eb61069058
Merge pull request #6613 from decadence/patch-1
...
Note for aliases
2017-09-09 12:41:49 +02:00
andrewryantech
a6d0ecd13f
Update why-can't-composer-load-repositories-recursively.md
2017-09-05 08:55:37 +10:00
Deamon
bff904d11c
add example on how to add several version of a package
2017-08-25 15:39:52 +02:00
Victor Isadov
4a4bd4a6a2
Note for short names
2017-08-16 16:14:29 +03:00
Victor Isadov
884a605bbe
Update 03-cli.md
2017-08-16 16:11:41 +03:00
Victor Isadov
7968016d26
Update 03-cli.md
2017-08-16 16:11:04 +03:00
Victor Isadov
4c165f9718
Update 03-cli.md
2017-08-16 16:08:05 +03:00
Jordi Boggiano
0292a2f78f
Merge pull request #6605 from decadence/patch-1
...
Update versions.md
2017-08-14 09:24:59 +02:00
Victor Isadov
2bb5c79ea4
Update versions.md
2017-08-12 14:49:54 +03:00
Mohamed Chraiet
c2815e9df0
Typo correction
...
Should be repository instead of respository.
2017-08-11 16:33:27 -04: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
c2da4e0e0e
Merge pull request #6582 from jasonquick/patch-1
...
Improve BitBucket driver usage documentation
2017-08-07 11:17:58 +02:00
Jordi Boggiano
474834e8a9
Wording tweaks
2017-08-07 10:57:15 +02:00
jasonquick
5b6d954528
Clarify use of auth.json file
2017-08-04 13:29:21 -04:00
jasonquick
88b88319b5
Improve BitBucket driver usage documentation
...
Clarified and expanded the documentation for private repositories using the BitBucket driver. Emphasized the use of the COMPOSER_AUTH variable to encourage people not to save their credentials in composer.json. Pointed out that git endpoints don't seem to work.
2017-08-01 21:32:13 -04: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
Jordi Boggiano
020805dd6f
More version doc updates
2017-07-04 08:18:43 +02:00
Jordi Boggiano
91fcb6cba1
Clarify version doc titles
2017-07-04 08:16:56 +02:00
Jordi Boggiano
69282de829
Fix env var docs
2017-06-17 15:38:05 +02:00
Wil Hall
9e2cd9e717
Word wrap htaccess-protect option documentation
2017-06-16 08:26:43 -04:00
Wil Hall
6b806d3afd
Add cli documentation for COMPOSER_HTACCESS_PROTECT env variable
2017-06-15 11:53:13 -04:00
Wil Hall
bf088c76c4
Simplify documentation for htaccess-protect config option
2017-06-15 11:43:11 -04:00
Wil Hall
f0924fb878
Add htaccess-protect option for disabling the creation of .htaccess files
2017-06-15 11:06:13 -04:00
Jordi Boggiano
cc9234562d
Merge pull request #6475 from NamelessCoder/featurebranches
...
Add support for feature-branches setting
2017-06-15 15:49:10 +02:00