1
0
Fork 0
Commit Graph

432 Commits (3dd3233e209df08f7c9a241b0640090c73275382)

Author SHA1 Message Date
Jordi Boggiano 3dd3233e20 Clarify tag docs, fixes #2343 2013-10-17 21:08:23 +02: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
Jordi Boggiano 7cfeccb101 Merge pull request #2327 from pl-github/with-dependencies
Change dependency processing for update with whitelisted packages
2013-10-16 09:15:46 -07:00
Jordi Boggiano 28abb08da8 Move homebrew docs to the docs 2013-10-16 16:24:48 +02:00
Jordi Boggiano f220da8065 Merge pull request #2322 from s-e/patch-1
added warning about referencing dependencies in pre-install and pre-update
2013-10-16 06:58:54 -07:00
Jordi Boggiano 6ce0bf7cbf Update docs for #2314 2013-10-16 12:17:18 +02:00
Phillip Look 07a7284ffc Change dependency processing for update with whitelisted packages
By default dependencies of white listed packages are no longer installed automaticaly.
To Install dependencies of whitelisted packages use --with-dependencies.
- rework after review comments
- precise documentation of option
- add missing punctuation marks
2013-10-16 09:37:14 +02:00
Nils Adermann 2f4a3aba26 Merge pull request #2302 from igorw/versions-table
Format the possible version formats as a table
2013-10-15 09:55:22 -07:00
Joshua Gigg 6c96bf6ae6 Add documentation for resolve-dependencies 2013-10-15 14:07:05 +01:00
Yuya Takeyama c88d461efd Fix link to COMPOSER_HOME 2013-10-13 18:52:28 +09: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
Igor Wiedler 30b5d2f1fc Document logical OR constraints 2013-10-02 12:55:29 +02:00
Igor Wiedler 1c2213ef5d Format the possible version formats as a table
Note I: This syntax is supported by MarkdownExtra, which both getcomposer
and github are using.

Note II: This patch currently breaks the PDF, because pandoc does not like
non-standard markdown tables. Ideas for fixing this appreciated.

Note III: The idea for this patch came up a few weeks ago on IRC. We
agreed back then that a table would be a good idea.

Note IIII: This patch creates a stability section which opens the door for
finally documenting how stability works in the composer docs.
2013-10-02 01:11:53 +02: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
Jordi Boggiano 3f8836ff10 Fix some docs 2013-09-26 12:00:12 +02:00
Jordi Boggiano 941498abbb Merge pull request #2265 from zweifisch/patch-1
Update 05-repositories.md
2013-09-16 02:08:49 -07:00
Peter Schultz 9d15a32405 Add missing require to example composer.json 2013-09-16 01:39:08 +02:00
zweifisch 876314a58d Update 05-repositories.md 2013-09-15 22:37:16 +08: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
Nils Adermann 01a08a2ff3 As preparation for composer plugins, rename custom installers to plugins 2013-08-30 12:51:40 +02:00
Matěj Grabovský 0299041ee2 Better wording in a note 2013-08-27 15:21:57 +02:00
jonathan bensaid 6aefe6d8ad Describe stability flags more consistently 2013-08-23 12:18:09 +03:00
Jordi Boggiano ad2b8c4897 Add docs for global command 2013-08-17 03:45:51 +02:00
Ivan Enderlin 766f6fc1ef Fix a typo. 2013-08-14 15:37:09 +02:00
Jordi Boggiano 565e216afb Adjust cache-dir docs, fixes #1667 2013-08-13 15:19:08 +02:00
Jordi Boggiano eb331cbcbe Describe tag names more consistently, fixes #2170 2013-08-13 14:47:19 +02:00
Jordi Boggiano 2492dea4a8 Merge remote-tracking branch 'radnan/issue-1318' 2013-08-12 00:36:45 +02:00
Igor Wiedler 334c25fbbf [docs] Correct note about require-dev not being installed on install
It's now installed by default.
2013-08-07 21:11:52 +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
Jordi Boggiano 542edbdeab Fix typo, fixes #2126 2013-07-29 21:44:16 +02:00
Jordi Boggiano 771233a5a0 Make it clear what is going on when a vcs folder is missing, fixes #2108 2013-07-26 12:25:05 +02:00
Peter Kokot 6bbd2b2803 doc intro and libraries typos 2013-07-01 02:52:10 +02:00
Jordi Boggiano 536685fa9c Make more obvious 2013-07-01 00:14:57 +02:00
erikmaarten 9d10f5c6f0 Update 04-schema.md
Added example line for how to enable prefer-stable. Some other examples in the document show options enabled using the string "true" and since this is not the case for prefer-stable I added an example to avoid confusion.
2013-06-30 21:00:16 +09:00
Jordi Boggiano e68d455c5c Remove the http protocol from github-protocols, refs #1955 2013-06-28 19:16:12 +02:00
Matthias Pigulla 6232a65a35 Update docs to point out the problem with range constraints for conflict links. 2013-06-20 23:32:59 +02:00
radnan b743ea8dd4 added documentation for no_proxy env var 2013-06-20 14:03:00 -05:00
Jordi Boggiano db22befc76 Add warning to docs about package repos, refs #2011 #563 2013-06-18 14:43:21 +02:00
thewilkybarkid afe9554515 Use full diagnose command name 2013-06-12 13:05:01 +01:00
Drak 6c4cee62fe Missing backslashes. 2013-06-06 20:50:43 +02:00
Jordi Boggiano 22c7d4119f install and create-project now default to dev mode (use --no-dev for production installs) 2013-06-04 15:22:19 +02:00