Jordi Boggiano
|
5ae2deeee2
|
Fix minor wording issues, refs #5170
|
2016-04-11 14:32:34 +01:00 |
Luis Ferro
|
b37178577c
|
Update troubleshooting.md
Alternative way to turn off composer on Mac OS, with PHP installed in user available folders by Homebrew.
|
2016-04-08 20:34:36 +01:00 |
Jordi Boggiano
|
134ce134a2
|
Rename COMPOSER_DISABLE_ROOT_WARN to COMPOSER_ALLOW_SUPERUSER, refs #5119
|
2016-04-02 14:25:21 +01:00 |
Jordi Boggiano
|
cb8587cdad
|
Add COMPOSER_DISABLE_ROOT_WARN env var and skip root warning on self-update command as well, refs #5119
|
2016-04-01 12:31:07 +01:00 |
Jordi Boggiano
|
e5813d06ae
|
Merge pull request #5125 from markatom/rss-support
Add RSS channel to support section in composer schema
|
2016-04-01 03:34:27 +02:00 |
Jordi Boggiano
|
2c9326bacb
|
Merge remote-tracking branch 'wenkepaul/master'
|
2016-04-01 00:59:11 +01:00 |
Tomáš Markacz
|
bb05ce5c7f
|
Add RSS channel to support section in composer schema (closes #5073)
|
2016-03-28 10:23:34 +02:00 |
Jordi Boggiano
|
f18f383a7b
|
Merge pull request #5113 from Slamdunk/patch-2
Install / Update script event changed, now documented
|
2016-03-26 09:31:53 +01:00 |
Andrew Marcinkevičius
|
19c6458e6e
|
Fix typo
|
2016-03-25 13:17:29 +02:00 |
Filippo Tessarotto
|
4d1416050d
|
Adapt scripts doc to 55b0ed8c8b
|
2016-03-25 12:16:56 +01:00 |
Andrew Marcinkevičius
|
bddf0d4f46
|
Fix typo
|
2016-03-24 18:30:23 +02:00 |
marsuboss
|
0cd5008a8f
|
Update 04-schema.md
|
2016-03-14 17:25:58 +01:00 |
Nicolas Grekas
|
08d48cb61a
|
Prefer ZipArchive over unzip on Windows
|
2016-03-11 11:07:36 +01:00 |
Paul Wenke
|
d2c5479b2d
|
Updated documentation and fixed formatting in Bitbucket Util.
|
2016-03-06 22:20:22 -05:00 |
Jordi Boggiano
|
30b7015f31
|
Update docs for github-protocols
|
2016-03-01 13:46:54 +00:00 |
Anthony Kuske
|
cb6e567967
|
Gender neutral authors
|
2016-02-29 18:59:19 +00:00 |
Jordi Boggiano
|
1aec1c1fc8
|
Add --repository flag to init command, and rename --repository-url to --repository in create-project, fixes #4200, closes #4207, closes #2604, fixes #2920
|
2016-02-29 17:33:46 +00:00 |
Niels Keurentjes
|
379d769132
|
Troubleshooting and warning in code related to issues with native ZipArchiver.
|
2016-02-26 08:38:39 +01:00 |
Jordi Boggiano
|
06be9b88c2
|
Merge remote-tracking branch 'slbmeh/feature/gh-2787'
|
2016-02-25 19:03:36 +00:00 |
Jordi Boggiano
|
44cfad36b7
|
Merge remote-tracking branch 'curry684/sort-suggestions'
|
2016-02-25 18:47:19 +00:00 |
Jordi Boggiano
|
c0883d85fa
|
Fix backticks
|
2016-02-25 15:44:15 +00:00 |
Jordi Boggiano
|
250862b325
|
Merge pull request #4941 from astehlik/doc/troubleshoot-ssh-controlma
Troubleshoot info about SSH ControlMaster
|
2016-02-25 15:33:06 +00:00 |
Jordi Boggiano
|
04a1085d47
|
Rename new flag to --root-reqs, refs #4938
|
2016-02-25 14:39:50 +00:00 |
Jordi Boggiano
|
a0bff7af1d
|
Merge pull request #4958 from kler/patch-1
Update troubleshooting.md
|
2016-02-25 12:47:16 +00:00 |
Jordi Boggiano
|
cb59cf0c85
|
Allow exception to secure-http for packagist provider files and add docs, refs #4907
|
2016-02-25 12:36:09 +00:00 |
Jordi Boggiano
|
35d26db704
|
Add docs for exec command, refs #4887
|
2016-02-25 12:21:30 +00:00 |
Patrik Lermon
|
1da09f24ee
|
Update troubleshooting.md
|
2016-02-25 12:48:46 +01:00 |
Jordi Boggiano
|
4df7ade801
|
Merge remote-tracking branch 'burci/feature/path_downloader_option_to_force_copy'
|
2016-02-25 11:42:47 +00:00 |
Patrik Lermon
|
0c93bc3d0b
|
Update troubleshooting.md
|
2016-02-25 11:18:41 +01:00 |
Patrik Lermon
|
271c778300
|
Update troubleshooting.md
|
2016-02-25 10:43:07 +01:00 |
Patrik Lermon
|
5e1bd00089
|
Update troubleshooting.md
|
2016-02-25 10:28:19 +01:00 |
Patrik Lermon
|
8a4a27e450
|
Update troubleshooting.md
|
2016-02-25 10:27:47 +01:00 |
Patrik Lermon
|
06dc17ac8e
|
Update troubleshooting.md
Adding a workaround for disabling xdebug while executing composer.
|
2016-02-25 10:04:50 +01:00 |
Jordi Boggiano
|
f681dbc51e
|
Merge remote-tracking branch 'curry684/rewrite-depends'
|
2016-02-24 17:42:11 +00:00 |
Peter Buri
|
861b2bc8e8
|
Introduce option to force copy instead of symlinking in PathDownloader
|
2016-02-22 13:41:28 +01:00 |
Alexander Stehlik
|
1fc4a00db7
|
Troubleshoot info about SSH ControlMaster
Relates: #4180
|
2016-02-22 11:18:57 +01:00 |
Jordi Boggiano
|
7e44d19d59
|
Rewrap
|
2016-02-20 18:56:22 +00:00 |
Jordi Boggiano
|
9e41ce2ab1
|
Merge pull request #4842 from cgrossde/patch-1
Document IPv6 workarounds. Fixes #4748.
|
2016-02-20 18:53:59 +00:00 |
Niels Keurentjes
|
47da91d998
|
Updated documentation for depends/prohibits.
|
2016-02-20 01:53:51 +01:00 |
Niels Keurentjes
|
53b6417707
|
Missed some docs on composer depends.
|
2016-02-16 16:50:06 +01:00 |
Jordi Boggiano
|
93501a5e3f
|
Merge pull request #4920 from curry684/issue-4918
Add a --timeout parameter to run-script to override default timeout
|
2016-02-16 13:33:00 +00:00 |
Piotr Antosik
|
aeb72fb7c6
|
Update github api url
|
2016-02-16 01:12:29 +01:00 |
Niels Keurentjes
|
126e71a991
|
Adds a --timeout parameter to run-script to override default timeout.
|
2016-02-15 20:47:43 +01:00 |
Niels Keurentjes
|
21e262cb8a
|
Documentation updated for new depends parameters.
|
2016-02-15 01:11:24 +01:00 |
Niels Keurentjes
|
575e3fd3d8
|
Updated docs for new suggest parameters.
|
2016-02-14 21:31:15 +01: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
|
0ea2890ed6
|
Update install instructions
|
2016-02-10 18:41:18 +00:00 |
Bilal Amarni
|
8b4761ff14
|
[doc] add -H flag to sudo commands
|
2016-02-03 15:46:15 +01:00 |
Chris
|
3775b05e19
|
Document IPv6 workarounds. Fixes #4748.
|
2016-01-27 12:41:08 +01:00 |
Jordi Boggiano
|
618190027a
|
Merge pull request #4791 from balbuf/patch-1
Clarify "path" repository type version requirement
|
2016-01-27 10:19:22 +00:00 |