1
0
Fork 0
Commit Graph

451 Commits (8949f91117df8670b6f96ba8b12b05d48ceaf9dd)

Author SHA1 Message Date
Jordi Boggiano f0a1eaaabf Clarify that inline aliases are root only, fixes #7217 2018-04-13 09:49:07 +02:00
Jordi Boggiano a652039cc2
Merge pull request #7157 from xabbuh/patch-1
document the COMPOSER_MEMORY_LIMIT env var
2018-04-12 09:26:38 +02:00
Sven Luijten 8f65518ed3 Avoid using 'just' in documentation 2018-03-23 11:37:33 +01:00
Christian Flothmann 47ce495454
document the COMPOSER_MEMORY_LIMIT env var
as implemented in 882b82d542
2018-03-05 09:38:22 +01:00
Kat a34f88cb01
Change `dependencies` to `binaries` 2018-02-01 14:43:38 +00:00
Kat cd27cb1a95
Correct a tiny typo
`project b's` should be `project a's` in the example given
2018-01-31 14:38:48 +00:00
Jordi Boggiano b1bfb9bb65 Add PRE_COMMAND_RUN event, fixes #7002 2018-01-24 15:21:55 +01:00
Gabriel Caruso 486e580db2 Clean up documentation 2017-12-30 18:11:52 -02:00
Martin Hujer 149a5e9401 Change links to prevent unnecessary redirect 2017-12-29 11:38:02 +01:00
Martin Hujer 58a62dceab Change http to https where possible 2017-12-29 11:37:59 +01:00
Mathias Brodala 8424235fac Rename to "scripts-descriptions" 2017-12-18 10:47:01 +01:00
Mathias Brodala 80d0c2029b Move "scripts-description" to toplevel
Fixes #6881
2017-12-18 10:14:24 +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
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
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
Jordi Boggiano 41a9357d4b Merge remote-tracking branch 'thom8/script_help' 2017-11-03 17:19:36 +01: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
Victor Isadov 2bb5c79ea4 Update versions.md 2017-08-12 14:49:54 +03: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 9aadbe2728 Minor wording tweak
Closes https://github.com/composer/getcomposer.org/issues/113
2017-06-06 15:49:06 +02:00
frezno 5a3891d5d9 Correct path 2017-03-11 16:15:19 +01:00
Thorsten Frommen 8c388a6a4d Fix typo 2017-03-09 11:14:27 +01:00
Nils Adermann 001fe8afcf Merge branch 'docs-improve'
* docs-improve:
  Docs: cleanup version branches section
  Docs: those/these composer/Composer
  Docs: notice => note
  Docs: Fix shell sample output
  Docs: Add back a second clear note about hardcoded versions in VCS
  Docs: HHVM is not called HipHop
  Docs: versions plural, and update == rm lock&install
  Docs: don't use short forms, it => composer
  Docs: composer.lock lists versions, not constraints
  Docs: superfluous comma & it => Composer
  The confusing part is probably rather constraints and how versions work, not what they are
  Docs: Clarify what "It" stands for
  Finished reworking docs to clarify points about versioning (fixes #6088)
  Updated basic usage and versions pages to clarify how versioning and package resolution works (refs #6088)
  Added some useful overview information about repositories in the Basic Usage documentation.
2017-03-08 11:21:05 +01:00
Nils Adermann cd224ad44b Docs: cleanup version branches section 2017-03-08 11:20:23 +01:00
Nils Adermann 6c07bb1fb7 Docs: those/these composer/Composer 2017-03-08 11:13:08 +01:00
Nils Adermann 4a20d5d98b Docs: notice => note 2017-03-08 11:10:51 +01:00
Nils Adermann 138fb5b6af Docs: Fix shell sample output 2017-03-08 11:02:24 +01:00
Jordi Boggiano 6260bb70d0 Warn about using autoloader optimizations in dev 2017-03-07 14:04:10 +01:00
Jordi Boggiano f1f064981b Add docs about autoloader optimizations, fixes #5947 2017-03-07 12:33:19 +01:00
Jordi Boggiano e2b2baf48a Merge pull request #6205 from Xerkus/patch-1
Update current plugin api version in docs
2017-03-06 15:43:09 +01:00
Jordi Boggiano 0ecd1f5eb5 Merge branch '1.3' 2017-03-06 12:30:33 +01:00
Jordi Boggiano 4b11bbccef Add note about requiring composer for plugin dev, fixes #6132 2017-03-06 09:01:07 +01:00
Jordi Boggiano 78d81cc473 Fix typo 2017-03-01 09:13:04 +01:00
Aleksei Khudiakov acc1238ac2 Update current plugin api version in docs 2017-02-24 05:02:57 +10:00
Kael Shipman c8c7619a4a Finished reworking docs to clarify points about versioning (fixes #6088) 2017-01-23 13:06:51 -06:00
Kael Shipman a0d2934946 Updated basic usage and versions pages to clarify how versioning and package resolution works (refs #6088) 2017-01-20 11:49:29 -06:00
Tilo Baller 89a2e66293 Add GitLab as supported downloads source in docs 2017-01-19 00:12:05 +01:00
Nils Adermann b3bd409a30 Clarify Private Packagist description a bit 2017-01-03 01:03:08 +01:00
Filippo Tessarotto 498d49f1ba Fix php.net HTTPS links; always use HTTPS for getcomposer.org 2017-01-02 12:49:45 +01:00
Michael Cullum 97a80b6249 Update memory limit in docs
As per 0bc75c3fb6
2017-01-01 21:18:52 +00:00
Jordi Boggiano fdd63de8ac Typo fix 2016-12-29 18:02:08 +01:00
Jordi Boggiano 173a601d27 Update private package hosting docs 2016-12-29 18:01:02 +01:00
johnstevenson 25ff290e4c Document COMPOSER_DISABLE_XDEBUG_WARN variable 2016-12-28 15:22:00 +00:00
johnstevenson d57a89d5af Update xdebug troubleshooting, fixes #5997 2016-12-28 12:13:23 +00:00
Jordi Boggiano 9042147674 Merge pull request #5931 from Jean85/patch-1
[Documentation] Update troubleshooting article
2016-12-24 01:08:39 +01:00
Jordi Boggiano da097aa6fc Clarify PATH modification, refs #5970 2016-12-18 11:39:05 +01:00
Jordi Boggiano b0000617cc Support @php prefix for scripts to reuse the current PHP interpreter, fixes #5957 2016-12-11 16:17:34 +01:00
Jordi Boggiano cd21d7e7d4 Merge pull request #5897 from baptistedonaux/patch-1
Permanent swap file tutorial proposed
2016-12-06 22:44:11 +01:00
Alessandro Lai 365e3feba9 [Documentation] Update troubleshooting article
- remove the xdebug section, since it will be irrelevant from v1.3
 - add cPanel shell fork bomb protection as an other possible root cause of memory errors
2016-12-02 18:26:07 +01:00
Rob Bast 960607afc8
Merge branch '1.2' of github.com:composer/composer
* '1.2' of github.com:composer/composer:
  semver.mwl.be moved to HTTPS
2016-12-02 10:09:28 +01:00
Filippo Tessarotto 35a5036c3e semver.mwl.be moved to HTTPS 2016-12-02 09:09:31 +01:00
Baptiste Donaux 90b79d685a Permanent swap file tutorial proposed 2016-11-23 12:05:55 +01:00
Rob Bast 4abb02dbe8
fix #5884 - mardown issues + move urls to footnotes 2016-11-21 08:19:10 +01:00
Rob Bast 96540d4139
apply proper word wrapping 2016-11-18 14:33:42 +01:00
copitz cc932e5bda Add documentation for providers option
With composer/satis#295 an option for dumping provider includes was added which is missing here in the docs
2016-11-18 11:48:26 +01:00
Rob Bast 235b1cca81
wordwrap and minor rephrasing 2016-10-19 08:40:06 +02:00
Andrew Taylor ce6a3c0dd7 Issue 5769 dev mode varaible 2016-10-18 22:56:32 +01:00
Yaman Jain 66950f0354 JSON standard do not allow trailing comma 2016-09-02 17:33:06 +05:30
snipe 35821fc0ce Update troubleshooting.md 2016-07-19 02:35:50 -07:00
snipe 1b96882736 Fixed typo 2016-07-19 00:52:08 -07:00
Jordi Boggiano a8bb93aa1f Fix typo 2016-06-02 11:59:21 +01:00
mastre abfe74244a Update versions.md
Clearer language with less chance for confusion, Though -> Although -- edited because I was confused myself when I first read it.
2016-05-12 19:02:22 -07:00
Jordi Boggiano 124852f15d Merge pull request #5319 from joy2fun/1.1
Tips for running composer without xdebug enabled.
2016-05-12 15:35:41 +02:00
Chiao d2bc5f4563 Add aliases for composer to disable xdebug. 2016-05-12 13:46:59 +08:00
Niels Nijens d113b2b5ec Fix typos in the word priority 2016-05-10 14:27:20 +02:00
Jordi Boggiano b8974a3e13 Merge branch '1.1' 2016-05-05 14:10:14 +01:00
Jordi Boggiano d3eece0af2 Cross-link versions to stability flags and minimum-stability, fixes #5278 2016-05-05 13:33:08 +01:00
Bilal Amarni 253a30793d updates 2016-05-03 08:22:54 +02:00
Bilal Amarni c1bc50dd2a add missing interface 2016-05-02 12:50:25 +02:00
Bilal Amarni 81f33e9739 document plugin capabilities (closes #5262) 2016-05-02 09:19:40 +02:00
Jordi Boggiano a67b127a1a Add deprecation notice for the event type hint rewrites, refs #5238 2016-04-24 15:48:48 +01:00
Jordi Boggiano aeafe2fe59 Add INIT event and bump plugin-api to 1.1.0, fixes #5232 2016-04-22 20:30:24 +01:00
forevermatt f1a16596d1 Fix small typos 2016-04-20 13:25:06 -04:00
Jordi Boggiano 60ce2324bc Add ability to call composer from scripts using @composer XXX, fixes #5153 2016-04-11 19:03:32 +01:00
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
Filippo Tessarotto 4d1416050d Adapt scripts doc to 55b0ed8c8b 2016-03-25 12:16:56 +01:00
Nicolas Grekas 08d48cb61a Prefer ZipArchive over unzip on Windows 2016-03-11 11:07:36 +01: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 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
Patrik Lermon 1da09f24ee Update troubleshooting.md 2016-02-25 12:48:46 +01: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
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
Piotr Antosik aeb72fb7c6 Update github api url 2016-02-16 01:12:29 +01:00
Chris 3775b05e19 Document IPv6 workarounds. Fixes #4748. 2016-01-27 12:41:08 +01:00
Jordi Boggiano c4df3ec0d4 Rewrap text and few minor typos, refs #4832 2016-01-26 12:17:10 +00:00
Daniel Mason 48287b5a1c Removed new style array syntax 2016-01-26 11:47:36 +00:00
Daniel Mason 41937ef781 More comprehensive documentation of event handlers 2016-01-26 11:38:12 +00:00
Jordi Boggiano 9d08a7943a Merge pull request #4819 from 0mars/master
Fix Broken Links in troubleshooting.md
2016-01-25 17:58:49 +00:00
Bob4ever eb8df89cd5 Update custom-installers.md 2016-01-25 14:29:37 +01:00
Omar Shaban 05c5aee1f1 Fix Broken Links in troubleshooting.md 2016-01-23 20:50:43 +02:00
Rob Bast a927499bd5 fix typo 2016-01-19 15:12:46 +01:00
Rob Bast 8cc50f9c8b minor tweaking of phrasing 2016-01-12 08:47:11 +01:00
Rob Bast aca19deffa move to troubleshooting 2016-01-11 10:23:14 +01:00
Rob Bast 04fb28a9cb add possible work-around / solution 2015-12-17 14:15:07 +01:00
Rob Bast 8b12e39509 initial document 2015-12-17 10:14:39 +01:00
JamesRezo 5c2df001dd add notify-batch in schema 2015-12-04 08:41:17 +01:00
Jordi Boggiano feefd51565 Fix custom installer example, fixes #4648 2015-12-03 16:17:58 +00:00
Rob c74fa483d8 Merge pull request #4668 from mpdude/patch-1
Add a note how to use package and repository URL filters
2015-12-03 11:43:13 +01:00
Matthias Pigulla 7fa72b3e6a Add a note how to use package and repository URL filters 2015-12-03 11:37:06 +01:00
JamesRezo ff93bd5bf2 Typo again 2015-11-27 14:22:50 +01:00
JamesRezo b63cfb7b37 Other options 2015-11-27 09:30:04 +01:00
JamesRezo b4e0d1e879 Indentation 2015-11-26 16:48:17 +01:00
JamesRezo 33f725e99b Satis documentation updates 2015-11-26 16:31:49 +01:00
Sullivan SENECHAL 9fd67e9e82 Add alias trick on xdebug documentation part 2015-11-25 17:10:18 +01:00
Jordi Boggiano 7a06615bf0 Add env var to disable xdebug warnings, refs #4622 2015-11-21 20:06:31 +00:00
Jordi Boggiano f2b0e2284a Remove suggestion which is now kinda useless 2015-11-21 02:59:25 +00:00
Markus Staab a59f0a7ca8 add a warning when xdebug is loaded while running composer commands 2015-11-19 13:57:57 +01:00
Rob d7d91269ec Merge pull request #4554 from Minishlink/patch-1
Add "out of memory" tip
2015-11-16 13:23:56 +01:00
Jordi Boggiano adc0bbeeb9 Forward args/flags down to referenced events 2015-11-14 14:02:47 +00:00
Giorgio Premi a25492d1b9 Allow composer script call with @ syntax 2015-11-09 15:34:11 +01:00
Louis Lagrange 842e09a143 Typo 2015-10-29 13:32:12 +01:00
Louis Lagrange 3df536a3ba Wrap lines at the correct limit
Assuming this limit is 80 cols.
2015-10-29 13:29:33 +01:00
Louis Lagrange fbe2a5e726 Add "out of memory" tip 2015-10-28 20:14:23 +01:00
3onyc 8cacb16cce Typo: prefering -> preferring 2015-10-03 22:40:55 +02:00
Jordi Boggiano 620e629ec3 Update some more descriptions, refs #4114 2015-09-20 14:11:09 +01:00
Jordi Boggiano b9fbd5e5b1 Merge remote-tracking branch 'nevvermind/patch-2' 2015-09-20 14:08:32 +01:00
Rob 9f6fdfd703 spelling 2015-09-07 18:55:30 +02:00
Daniel Fahlke f0d6436293 add period 2015-09-05 17:12:20 +02:00
Daniel Fahlke d19aeab55c add another case when package is not found
occurred for my when I wanted to update a meta package, where nearly **ALL** dependencies changed their version.
2015-09-05 11:46:02 +02:00
Rob Bast 91336a8312 Merge branch 'feature/document-need-to-require-autoloader-in-script-hooks' of git://github.com/jeskew/composer into jeskew-feature/document-need-to-require-autoloader-in-script-hooks
* 'feature/document-need-to-require-autoloader-in-script-hooks' of git://github.com/jeskew/composer:
  "No files" was inaccurate; amend to specify "no files except"
  House style requires concatenation in examples
  Reiterate the disclaimer in the context of callbacks
  Add a line and example to the documentation covering the need to require the autoloader file in order to use autoloaded files
2015-08-12 13:48:55 +02:00
Jordi Boggiano b260a9972f Timeouts are not necessarily cause for alarm 2015-07-20 17:50:56 +01:00
Jordi Boggiano dafa9efa8f Remove whitespace 2015-07-20 17:50:34 +01:00
Jordi Boggiano ff84b32097 Add degraded mode to try and bypass ipv6/gzip issues, refs #4142, refs #4121 2015-07-20 17:33:53 +01:00
Ivan Krechetov a9b98dc5b0 Fix a typo: interally -> internally 2015-07-09 08:54:24 +02:00
Jordi Boggiano e817dba90c Rendering fix, refs #4172 2015-07-04 11:56:17 +01:00
Jordi Boggiano 812167b2a0 Formatting tweaks, refs #4172 2015-07-04 11:54:56 +01:00
Jordi Boggiano edf121ce11 Minor tweaks, refs #4172 2015-07-04 11:51:55 +01:00
Jordi Boggiano 720a25abb9 Merge remote-tracking branch 'alcohol/split-schema-documentation' 2015-07-04 11:45:49 +01:00
Jeremy Postlethwaite 558fca8a23 Changing config.json to satis.json
Updating docs to use `satis.json` instead of `config.json`
2015-07-01 14:15:24 -07:00
Jonathan Eskew 4e3fbeabfc "No files" was inaccurate; amend to specify "no files except" 2015-07-01 09:38:14 -07:00
Jonathan Eskew 56ffa407f1 House style requires concatenation in examples 2015-07-01 09:15:22 -07:00
Rob Bast 16a7cf19fc outside of table, no need to escape 2015-06-30 15:49:00 +02:00
Rob Bast 50db9393e5 better phrasing / structure + moved version testing link 2015-06-30 15:49:00 +02:00
Rob Bast 10b813fc40 reworking basic usage, added versions article 2015-06-30 15:49:00 +02:00
Jonathan Eskew 5fe37357a2 Reiterate the disclaimer in the context of callbacks 2015-06-29 14:44:28 -07:00
Jonathan Eskew 26a2e94e78 Add a line and example to the documentation covering the need to require the autoloader file in order to use autoloaded files 2015-06-27 14:38:09 -07:00
Rob Bast 6ee6074a5c more consistent ucfirst composer references 2015-06-22 11:08:23 +02:00
Jordi Boggiano 070007769a Merge pull request #4134 from craue/patch-1
[docs] mention the `memory_limit` actually being set
2015-06-11 17:32:56 +01:00
Jordi Boggiano 9debc39ba5 Update to caret operator 2015-06-11 15:02:59 +01:00
Christian Raue fe0c600d0f [docs] mention the `memory_limit` actually being set 2015-06-11 15:14:45 +02:00
nevvermind 12c833864c Revert converting `1.0.0` to `^1.0`. 2015-06-08 22:45:20 +01:00
nevvermind 1cba63cc0a fix typo + better express order of events
The fix here being more "occurs before a package has been uninstalled", which is incorrect.
2015-06-06 11:06:14 +01:00
nevvermind 5ba1dd67c0 Change wording 2015-06-03 12:21:54 +01:00
nevvermind 00da5945ec Update docs 2015-06-02 19:09:57 +01:00
Olav Morken b0a7c2612d Fix link to Composer\Installer\InstallerInterface.
The link was pointing to Composer\Plugin\PluginInterface since
commit 98e5eab. Fix the link by updating the reference from
`[3]` to `[4]`.
2015-05-10 20:34:05 +02:00
Possum 2e99b9fdf5 Use https where possible 2015-05-04 19:37:57 +02:00
Jordi Boggiano 6b3178b169 Merge remote-tracking branch 'isoroku/fix-misspellings'
Conflicts:
	doc/articles/handling-private-packages-with-satis.md
2015-04-15 02:21:44 +01:00
Jordi Boggiano 39c912005b Merge pull request #3869 from SchulteMarkus/patch-1
Explaining how to deal with cyclic dependency problems within Jenkins-bu...
2015-04-15 02:05:50 +01:00
Jordi Boggiano 1b3ca77bd5 Merge pull request #3878 from jakoch/patch-docu-httpheaderauth
added "example using a custom HTTP Header field" to docu, issue https://...
2015-04-15 01:59:55 +01:00
Richard K Miller 5b3457f812 Fix typo in aliases.md 2015-04-13 10:49:35 -06:00
jakoch cf7441bc27 added "example using a custom HTTP Header field" to docu, issue https://github.com/composer/composer/issues/3756 2015-03-27 19:01:16 +01:00
Markus Schulte bcc387b297 Explaining how to deal with cyclic dependency problems within Jenkins-builds. 2015-03-24 09:44:13 +01:00
isoroku e0657b60a2 Fix misspellings 2015-03-20 14:23:24 +00:00
Sergey Gonimar c87418099c Fix docs basic-auth => http-basic 2015-03-13 14:25:55 +05:00
Jordi Boggiano 2a0da15eb5 Merge pull request #3227 from tobiastom/patch-1
Added some details about authentication handling.
2015-03-05 20:53:47 +00:00
Jordi Boggiano 26799f4244 Update script/plugin docs 2015-03-04 23:50:10 +00:00
Jordi Boggiano 01476214da Tweak satis/toran/packagist docs 2015-02-24 12:49:14 +00:00
Paul Dragoonis 2bd9cef799 Satis grammar fix. 2015-01-30 10:35:39 +00:00
Jordi Boggiano dadf02f511 Merge remote-tracking branch 'tractorcow/pulls/fix-numeric-alias' 2015-01-20 10:18:29 +00:00
Jordi Boggiano af161e242e Add more troubleshooting info, refs #3457 2015-01-20 09:55:18 +00:00
Damian Mooyman 7bb85ff21e Support aliases for numeric branches. Fixes #3461 2015-01-20 17:42:01 +13:00
tomzx 6b5a531782 Minor fix to the HTTP Basic Authentication documentation
Replaced JSON array with JSON object since you cannot assign key values in an array.
2014-12-17 21:11:36 -05:00
Jordi Boggiano fa470be001 Wording tweaks and docblock formatting, refs #2536 2014-12-08 21:30:39 +00:00
Jordi Boggiano 5c62e9b487 Merge remote-tracking branch 'cordoval/http-basic-auth' 2014-12-08 21:23:58 +00:00
Jordi Boggiano 7ccda2b1c3 Update recommendations, refs #3095 2014-10-07 14:35:09 +01:00
Jordi Boggiano bdc60ec9c4 Merge remote-tracking branch 'amyboyd/patch-1' 2014-10-07 14:26:26 +01:00
Jordi Boggiano 6c0afd3fc0 Merge pull request #3191 from jakoch/master
added stof's php inline example from #3190 to doc/articles/scripts.md
2014-10-04 17:55:03 +01:00
Jordi Boggiano 3d1a094535 Merge pull request #3262 from jklein/patch-1
Fixing a typo in the scripts documentation
2014-10-04 17:00:32 +01:00
Jordi Boggiano efcdb394d3 Rename *-solve-dependencies to *-dependencies-solving 2014-09-30 16:26:55 +01:00
Tomáš Votruba 9efc4d1e9d typo 2014-09-10 17:51:02 +02:00
Jordi Boggiano 0e409a159c Add toran to docs besides satis 2014-09-10 16:05:11 +01:00
Jonathan Klein 7dadd22ea4 Fixing a typo in the scripts documentation 2014-09-05 12:21:50 -04:00
Tobias Tom 2dbc9447b5 Added some details about authentication handling.
This details are more or less copied directly from [Authentication management in Composer](http://seld.be/notes/authentication-management-in-composer).
2014-08-21 11:17:08 +02:00
jakoch 9d5106e2e3 added stof's php inline example from #3190 to doc/articles/scripts.md 2014-08-06 14:54:43 +02:00
Amy Boyd 126495e3c8 Update troubeshooting.md to suggest clearing Composer's cache. 2014-07-27 20:32:16 +01:00
Jordi Boggiano 400f35efde Doc tweak 2014-07-23 19:00:59 +02:00
Jordi Boggiano e5b36827ee Improve scripts docs 2014-07-23 16:47:54 +02:00
Michael C. 367654b81f Add note about how to put binaries in project root 2014-07-01 20:52:28 +01:00
Jordi Boggiano 5915747a0a Merge pull request #3010 from dmoreaulf/patch-1
adding doc entry for composer/satis's PR 118
2014-06-05 15:58:23 +02:00
Jordi Boggiano 9f0b9f3544 Merge pull request #2978 from jyggen/patch-1
Updated Satis install command in docs.
2014-06-05 12:41:13 +02:00
dmoreaulf f5f6e5eaac adding doc entry for composer/satis's PR 118
https://github.com/composer/satis/pull/118/commits
2014-05-23 10:05:00 +02:00
Jordi Boggiano 0c85ca426d Add code-fences to examples for syntax highlighting 2014-05-19 12:17:07 +02:00
Jonas Stendahl 868121c7b2 Updated Satis install command. 2014-05-07 17:45:37 +02:00
Jordi Boggiano cfed93287c Remove fenced block 2014-04-16 17:23:42 +02:00
Jordi Boggiano 9db2a537e5 Merge remote-tracking branch 'cs278/github-otp-support' 2014-02-26 16:16:13 +01:00
Jordi Boggiano 5eafcf155a Merge pull request #2748 from sndpl/issue/1849
Updated the troubleshooting doc with a chapter for the proc_fork errors
2014-02-24 10:36:33 +01:00
Sandy Pleyte eed5ba7752 Updated the troubleshooting doc with a chapter for the proc_fork errors that happen on a tiny VPS with no swap space. Also added the solution provided in #1849, #1101, #945. 2014-02-24 09:40:02 +01:00
Carsten Brandt 4af421bce1 Update aliases.md
added another example to make clear how it works.

fixes #2741
2014-02-22 17:30:47 +01:00
Chris Smith 78568b49d6 Correct use of English 2014-01-31 16:36:00 +00:00