1
0
Fork 0
Commit Graph

445 Commits (cf676880c181c7009562431a9bf86a3439467b2f)

Author SHA1 Message Date
Carsten Brandt cf676880c1 Docs: Added Note about tags vs. version constraint
I made this mistake myself a few days ago, so I think it will be useful to note that here.
2013-12-20 13:41:08 +01:00
Nico Schoenmaker 14b463da1c Added reference to script events in plugins.md 2013-11-27 12:55:12 +01:00
Bilal Amarni 61cc291c8a [CreateProject] allowed pretty version constraint 2013-11-20 00:47:02 +01:00
Elan Ruusamäe 847b33da44 drop ^A
added probably mistakenly in e34dae4d42
2013-11-13 22:41:44 +02:00
Elan Ruusamäe b92bce5569 Minor typo fix
introduced from 6ce0bf7cbf with #2314
2013-11-13 09:15:08 +02:00
Jordi Boggiano f134e09f45 Add stronger warning in docs about #<ref> hack, refs #2410 2013-11-11 14:41:21 +01:00
Thomas Szteliga 36712386f9 Composer supports four types. 2013-11-08 08:17:11 +01:00
Jordi Boggiano d3ff302194 Merge pull request #2375 from gena01/github-ee
Fixing #728 Adding basic support for Github Enterprise
2013-10-31 15:19:08 -07:00
Elliott Peay c14e277476 Update 05-repositories.md
Typo, which is best addressed as a small rewrite.
2013-10-28 17:28:26 -04:00
Jordi Boggiano 7148b22414 Add github-domains config value for GitHub Enterprise setups, fixes #728
Signed-off-by: Gennady Feldman <gena01@gmail.com>
2013-10-28 12:40:20 -04:00
ernest leitch ebece5a3b9 Update 00-intro.md
Updated spelling
2013-10-20 10:14:41 -07:00
ernest leitch 1e4ace764d Update 00-intro.md
Added note to help install PHP via brew if it's missing.
2013-10-19 18:54:36 -07:00
Joshua Gigg c4818e5cb4 Fix code formatting introduced by PR #2333 2013-10-19 15:03:00 +01:00
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