1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00
Commit graph

233 commits

Author SHA1 Message Date
Graham Campbell
fa799970ad Replace whitelist with allow list 2020-06-07 22:15:09 +01:00
Nils Adermann
1cb6bbe550 Clarify composer update mirrors/nothing/lock
Addresses https://github.com/composer/composer/issues/7459 by listing these special arguments in the documentation.
2020-04-30 19:54:04 +02:00
Jordi Boggiano
77a477fb57
Add FundCommand 2020-02-14 14:08:38 +01:00
Jordi Boggiano
02433c3659
Merge pull request #8565 from glaubinix/t/create-project-add-repository
Create project: add option to add the repository to the composer.json
2020-02-11 13:47:34 +01:00
Stephan Vock
2a564a9f36 Create project: add option to add the repository to the composer.json 2020-02-10 16:46:28 +00:00
Victor Bocharsky
3934877efe Wrap version constaints that contain * with double quotes
Some shells like ZSH require wrapping * with quotes, otherwise, it shows an error like:
> zsh: no matches found: 2.2.*
But single quotes may cause issues on Windows CMD
2020-02-08 10:16:59 +02:00
gary houbre
ff3eda6d40 Added Documentation from new alias 2019-12-04 11:41:39 +01:00
Andreas Möller
f4ff91da6c
Fix: Add environment variables related to Xdebug to documentation 2019-11-03 14:27:22 +01:00
Jordi Boggiano
45591597f6
Clarify how check-platform-reqs works, fixes #8191 2019-07-29 16:38:01 +02:00
Jordi Boggiano
79a300eaac
Merge branch '1.8' 2019-06-07 16:58:37 +02:00
Jordi Boggiano
e7eecc6901
Add docs for COMPOSER_SELF_UPDATE_TARGET, refs #8151 2019-06-07 16:55:23 +02:00
Jordi Boggiano
ff246e3e85 Merge branch '1.8' 2019-02-10 12:59:38 +01:00
Jordi Boggiano
4de1f021f5 Quote wildcards to avoid issues in some shells, fixes #7960 2019-02-10 12:40:11 +01:00
Jordi Boggiano
f1297b11bc Merge branch '1.8' 2019-01-28 16:56:40 +01:00
Jordi Boggiano
abcde19022 Document --no-check-all better, fixes #7889 2019-01-28 16:17:46 +01:00
Jordi Boggiano
02ceb74151 Tweak --no-cache option to be available globally and to not break VCS drivers relying on it, refs #7880, refs #6650 2019-01-28 15:29:37 +01:00
Andreas Möller
618122f897
Fix: Keep environment variables sorted by name 2018-12-24 10:45:06 +01:00
Jordi Boggiano
2528654c53 Merge branch '1.7' 2018-10-31 18:13:39 +01:00
Alexey Pyltsyn
ed3aa1870c Replace OSX with macOS 2018-09-27 14:00:10 +03:00
Christophe Coevoet
0ca5c6342d
Fix the doc markup
In *nix, the star needs to be part of the content, not of the markdown markup, and so it requires escaping.
2018-09-26 15:12:25 +02:00
refael iliaguyev
2f347e1347 add alias u to the update command 2018-07-19 11:38:43 +03:00
refael iliaguyev
b63e2de819 add alias i to the install command 2018-07-11 20:37:34 +03:00
Jordi Boggiano
d694687b86
Merge pull request #7128 from rogeriopradoj/patch-1
Add option "no-secure-http" for create-project
2018-03-29 23:11:00 +02:00
Sven Luijten
8f65518ed3 Avoid using 'just' in documentation 2018-03-23 11:37:33 +01:00
Rogerio Prado de Jesus
7676a5e4ec
Add option "no-secure-http" for create-project
Refers to #5121, commit f13e0f975f
2018-02-21 18:09:43 -03:00
Jordi Boggiano
1f3c52d3af Doc tweak 2018-01-31 16:23:01 +01:00
Jordi Boggiano
882b82d542 Add COMPOSER_MEMORY_LIMIT env var to force a given memory_limit, fixes #6931 2018-01-04 10:49:41 +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
58a62dceab Change http to https where possible 2017-12-29 11:37:59 +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
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
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
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
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
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
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
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