1
0
Fork 0
Commit Graph

379 Commits (bb1bb022e4625291a6be5b985b53cf6177ba6b71)

Author SHA1 Message Date
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
Chris Smith 0858e96ac6 Correct capitalisation of OAuth 2014-01-31 16:33:47 +00:00
Chris Smith f1af43068c Change docs to reflect support for GitHub 2FA 2014-01-31 16:33:13 +00:00
Nils Adermann 0238aaf5ac Merge pull request #2629 from moranjk/master
Implemented Pre/Post Archive Script Events
2014-01-29 01:12:19 -08:00
James Moran c103b54991 updated documentation with pre/post archive events 2014-01-27 19:45:20 -05:00
Christophe Coevoet 57d1cff0bc Fixed a typo in the doc about github auth 2014-01-22 17:41:53 +01:00
Daniel Londero e776294616 Add API rate limit and two factor authentication doc 2014-01-15 18:17:31 +01:00
Luis Cordova 8d10181873 documentation for http basic authentication method for repositories 2013-12-28 18:03:28 -05:00
Jordi Boggiano fa60a9974a Merge pull request #2515 from asgrim/patch-1
Add information on how to run scripts manually
2013-12-26 05:37:23 -08:00
James Titcumb 7799c27df0 Removed sneaky typo 2013-12-18 21:59:10 +00:00
James Titcumb 8bdffd75ce Add information on how to run scripts manually 2013-12-18 21:58:20 +00:00
Adán Lobato f9f144862e Fixed minor typo on 'require' property 2013-12-17 09:33:46 +01:00
Nico Schoenmaker 14b463da1c Added reference to script events in plugins.md 2013-11-27 12:55:12 +01:00
Elan Ruusamäe 847b33da44 drop ^A
added probably mistakenly in e34dae4d42
2013-11-13 22:41:44 +02:00
Joshua Gigg c4818e5cb4 Fix code formatting introduced by PR #2333 2013-10-19 15:03:00 +01:00
Jordi Boggiano 5e160c0f9e Merge pull request #2333 from giggsey/patch-1
Add documentation for resolve-dependencies
2013-10-16 09:16:23 -07:00
Joshua Gigg 6c96bf6ae6 Add documentation for resolve-dependencies 2013-10-15 14:07:05 +01:00
Sam Evaskitas 2f71d25f31 fix line lengths 2013-10-12 14:32:57 +01:00
Sam Evaskitas ec3e5bf5ab fix up markdown 2013-10-12 05:03:08 +01:00
Sam Evaskitas bd36f5ef1b added warning about referencing dependencies in pre-install and pre-update 2013-10-12 04:58:43 +01:00
Nicolas Bastien 6a435f97c8 Correct line length
Correct GromNaN  comment
2013-09-30 00:10:23 +02:00
Nicolas Bastien e34dae4d42 [DOC] add link to Monolog library 2013-09-28 06:51:54 +02:00
Peter Schultz 9d15a32405 Add missing require to example composer.json 2013-09-16 01:39:08 +02:00
akorsus 520e02e0a9 Fixed Typo
JSON didn't validate
2013-09-11 19:20:29 +02:00
Stephan Hochdörfer 4acfe1a079 Added missing semicolon 2013-09-09 22:35:21 +02:00
Nils Adermann f69a47066d Fix numbering in custom installers article 2013-09-08 18:03:05 +02:00
Fabian Vogler 7b43d4909c Use getPackageBasePath instead of getInstallPath
As LibraryInstaller uses getPackageBasePath for uninstall: https://github.com/composer/composer/blob/master/src/Composer/Installer/LibraryInstaller.php#L126
2013-09-06 17:44:16 +02:00
Fabian Vogler 0f9988b065 Documentation fixes for composer-plugin type 2013-09-06 16:49:01 +02:00
Nils Adermann 98e5eabf75 Document how to write and use plugins 2013-09-05 20:08:17 +02:00
Sascha Egerer e31a0f8296 Add pre-status-cmd and post-status-cmd hooks 2013-08-01 08:44:07 +02:00
Javier Eguiluz 7fb0ea45e7 Fixed minor typo in composer.json example 2013-07-31 10:30:18 +02:00
thewilkybarkid afe9554515 Use full diagnose command name 2013-06-12 13:05:01 +01:00
Tobias Munk f28f3c2d96 updated docs with new create project command information 2013-05-31 11:39:14 +02:00
Taylor Otwell 60cd875cc2 Added "pre-autoload-dump" event.
This event is fired before the autoload file is generated, for either
an install or update command.
2013-05-06 09:37:21 -05:00
Jordi Boggiano 062b05d37d Fix typos/wording 2013-04-27 17:51:05 +02:00
Jordi Boggiano 5806770a81 Merge remote-tracking branch 'tarjei/patch-1' 2013-04-27 17:49:24 +02:00
Max Voloshin 66c7654b45 fix ssl options; add tips about ssl and ssh2 options 2013-04-13 19:24:03 +03:00
Jordi Boggiano 7740196b13 Add docs for diag command 2013-04-04 00:47:03 +02:00
Jeremy Postlethwaite e16c697b4c Update custom-installers.md
Fixed documentation error.
2013-04-02 09:00:20 -07:00
till 5774f5db4a Engrish is hard. 2013-03-30 21:48:18 +01:00
till 378615d646 Documentation for satis-based downloads. 2013-03-30 21:21:14 +01:00
David Zülke d693bdf3bc Clarify custom installer names/interfaces
"i.e." is an abbreviation for "id est", meaning "that is". The intention here is probably "e.g.", "exempli gratia", meaning "for example".

Also gave non-`Composer\` example path and added the name of the interface an installer should implement (it's mentioned later in the article, but it's useful to mention it early).
2013-03-13 16:39:22 +02:00
Jordi Boggiano e69a05949b Tweaking text and wrapping lines 2013-03-13 11:03:44 +01:00
Alexander Pánek 91c431c907 Adding some more description what Satis is/does 2013-03-13 10:59:02 +01:00
Tarjei Huse b79daf4357 Update troubleshooting.md
I never thought of looking in the aliases section of the documentation...
2013-03-04 14:17:43 +01:00
Jordi Boggiano 7f861d0c07 Merge pull request #1609 from jeffturcotte/patch-1
Satis configuration file description
2013-02-25 09:23:32 -08:00
Jordi Boggiano 8518cd1be8 Add post-autoload-dump event to docs/schema 2013-02-22 18:44:50 +01:00
Jeff Turcotte 6428aa1aa2 Further simplified Satis Config intro 2013-02-22 09:48:43 -05:00
Jeff Turcotte f6059890b1 Satis configuration file description
Better upfront description of what a Satis configuration file actually is. Was previously not clear the name didn't matter until further down.
2013-02-21 21:05:27 -05:00
Jordi Boggiano 9dfdc86292 Rephrase package not found troubleshooting entry 2013-02-19 16:18:45 +01:00
Jordi Boggiano 7620541c27 Merge remote-tracking branch 'pscheit/patch-1' 2013-02-19 16:11:58 +01:00
Igor Wiedler c1a4e5d43b Add curl -sS everywhere 2013-02-18 17:56:13 +01:00
Bilal Amarni b02e077ab2 added a note about #1526 2013-01-27 23:07:01 +01:00
Arul 1ba62d09e4 Update doc/articles/vendor-binaries.md 2013-01-26 11:52:28 +08:00
PCSG d0a61bbaa0 Update doc/articles/scripts.md
forget a comma
2013-01-23 18:55:57 +01:00
Matt Kirwan 9ad629b39b Update doc/articles/handling-private-packages-with-satis.md
Added the stability flag to this article, was a little confusing as to why satis didn't install correctly using this article. Turned out the github composer/satis README had the answer so i've put it here also.

Matt
2013-01-22 16:35:20 +00:00
David Zuelke 7e1f81dc1e rename vendor-bins.md to vendor-binaries.md 2013-01-14 19:42:12 +01:00
David Zuelke e423c69d8e Rename "vendor bins" to "vendor binaries"
Because a binary is not a receptacle :) Less confusing this way.
2013-01-14 19:01:09 +01:00
Philipp Scheit ab53020ab0 add solution to #1454 to troubleshooting
The solution suggested by Seldaek helped to solve the issue.

https://github.com/composer/composer/issues/1454
2013-01-06 21:00:36 +01:00
Jordi Boggiano 3f68577775 Clarify what a comparable version is on the aliasing page 2012-11-08 21:01:26 +01:00
Jordi Boggiano 83cd5dd092 Change docs URLs to point to HTTPS versions of the sites 2012-11-08 15:10:26 +01:00
Igor Wiedler 0d07559287 Clarify that branch aliases must be done in the target repository 2012-11-06 15:17:52 +01:00
Jordi Boggiano e85ca1ed94 Add --check to troubleshooting docs 2012-10-30 12:54:53 +01:00
Jordi Boggiano 5fc0de566f Fix docs 2012-10-22 20:24:05 +02:00
Jordi Boggiano 083ca464b3 Merge remote-tracking branch 'johnkary/cliEvents' 2012-10-22 18:57:51 +02:00
John Kary a069f7a906 Fix styling typo 2012-10-21 14:05:32 -05:00
Jonathon Hill dee785cc81 Minor English and readability improvements 2012-10-16 15:49:01 -03:00
Dmitry Menshikov 4302ede68a Fixed urls on the troubleshooting page 2012-10-11 21:20:49 +03:00
Jordi Boggiano 0e997a94fb Format docs 2012-10-08 19:42:28 +02:00
Jordi Boggiano 81a7d40428 Merge remote-tracking branch 'timheil/master' 2012-10-08 19:31:49 +02:00
John Kary b213e585df Update and refine Scripts docs with CLI-based commands 2012-10-05 23:37:26 -05:00
Sander Marechal 3e63ebf7fe Add stream context options documetation 2012-10-03 20:32:00 +02:00
Jordi Boggiano 9798361937 Merge pull request #1040 from igorw/make-pdf
Script to generate PDF from docs
2012-09-09 03:23:44 -07:00
Igor Wiedler d93f03d0c4 Re-wrap and re-format some docs to make the LaTeX friendly 2012-08-29 22:30:47 +02:00
Tim Heil f2ba19ace2 Troubleshooting ... some lessons learnt 2012-08-27 22:09:00 +02:00
Jordi Boggiano 3946a44499 Merge remote-tracking branch 'chEbba/memory_limit'
Conflicts:
	bin/composer
2012-08-24 17:39:49 +02:00
Kirill chEbba Chebunin 34c4f94619 Fix typo in troubleshooting doc 2012-08-24 18:32:36 +04:00
Kirill chEbba Chebunin 21596b2ccd Increase memory to 512M, remove warning 2012-08-24 17:49:35 +04:00
Kirill chEbba Chebunin 4f129424e1 Increase memory_limit to 256M if it is lower than this value 2012-08-24 17:06:03 +04:00
Kirill chEbba Chebunin 99f3444f30 Fix typo in troubleshooting article 2012-08-24 14:35:16 +04:00
Kirill chEbba Chebunin 47156103a6 Remove hard coded memory limit. Add troubleshooting doc 2012-08-24 13:53:02 +04:00
Andrew Short e0a1d9ef58 Support multiple installers in a composer-installer package. 2012-05-25 18:28:53 +10:00
Jordi Boggiano e982c19bdb Add fields to sample satis config 2012-04-27 22:40:43 +02:00
Igor Wiedler 6a1843da38 [docs] Change alias article according to comments
1.0.x-dev alias is safer than 1.0-dev. require-dev is also supported.
Clarify that inline aliases are for matching constraints of deps.
Tell users to avoid inline aliasing if possible.
2012-04-26 19:21:31 +02:00
Igor Wiedler 7b882479a7 [docs] Aliases: branch-alias and inline aliasing 2012-04-26 18:40:00 +02:00
Jordi Boggiano 108134451d Fix typo 2012-04-19 20:50:24 +02:00
Jordi Boggiano ada8d69507 Update satis docs 2012-04-19 19:56:02 +02:00
Igor Wiedler e802b98897 [improve-docs] Move create-project command documentation into cli chapter 2012-04-13 12:36:27 +02:00
Igor Wiedler cfe53bdc25 [improve-docs] Remove packagist update schedule article
It is wrong and doesn't belong in the composer docs.
2012-04-13 12:14:35 +02:00
Igor Wiedler 3580f033df [improve-docs] Add taglines to articles 2012-04-13 12:13:52 +02:00
Jordi Boggiano 6c6c95e506 Reword some things and make it a bit more accurate 2012-04-08 19:09:57 +02:00
Mike van Riel 2f2f2e4f26 Incorporated latest feedback: added use statement in code example and removed explicit type-cast 2012-04-08 14:24:34 +02:00
Mike van Riel b3e0126acf Removed trailing comma 2012-04-07 18:47:53 +02:00
Mike van Riel 5b8ba09bfc Renamed phpdocumentor/template. to phpdocumentor/template- and limited line length to 80 characters 2012-04-07 18:46:58 +02:00
Mike van Riel 74f460ed80 Written documentation on Custom Installers 2012-04-07 18:27:54 +02:00
Romain Neutron 6844d7b572 Removed scripts documentation duplication, refactor to the dedicated article page 2012-03-27 00:59:08 +02:00
Jordi Boggiano 04d2acda29 Add docs about satis & why repositories are not loaded recursively 2012-03-23 20:58:12 +01:00
Jordi Boggiano 53ab5011f0 Update create projects docs 2012-03-08 21:12:43 +01:00
Jordi Boggiano d5d133e584 Move create projects article 2012-03-08 21:08:55 +01:00
Jordi Boggiano 202cfb4fb9 Some docs update 2012-02-29 15:57:16 +01:00
Jordi Boggiano 605fae42a6 Remove fenced blocks in docs 2012-02-29 15:56:53 +01:00
Jordi Boggiano 46931824fb Rename faqs to articles 2012-02-20 16:33:22 +01:00