Kyle Robinson Young
404c944adc
Reword custom directory FAQ
2012-08-20 20:42:17 -07:00
Tom Klingenberg
e3cbe3fb1e
Correction of SPDX license identifier examples
...
The more common LGPL version number is 2.1 not 2.0, this is a minor mistake I made and should be corrected now.
2012-08-18 08:24:43 +02:00
Jordi Boggiano
2d670fc5cb
Merge pull request #1003 from benwaine/documentation_clarification
...
Added a small clarification to the 05-repositories article.
2012-08-15 04:00:22 -07:00
Jordi Boggiano
fde3135a12
Add dump-autoload docs
2012-08-15 12:39:53 +02:00
Ben Waine
1ca478de85
Added a small clarification to the 05-repositories article to
...
make it clearer how to use version constraints when making use
of your own VCS repository.
2012-08-15 11:04:32 +01:00
Jordi Boggiano
6e42fa47b6
Rewrap new content and tweak wording a bit
2012-08-13 23:17:53 +02:00
Jordi Boggiano
3ec8702233
Merge remote-tracking branch 'cordoval/feature/addDocumentationForGitAttributes'
2012-08-13 23:10:48 +02:00
till
37b1e4c4a8
Share more info about COMPOSER_HOME/config.json.
2012-08-13 16:26:24 +02:00
Luis Cordova
7a326627b0
add note on only works for tagged packages
2012-08-03 16:10:51 -05:00
Luis Cordova
45e6fa381c
add documentation segment recommending .gitattributes use to exclude tests etc files from zip balls
2012-08-03 15:26:32 -05:00
Matthew Weier O'Phinney
990a36ac09
Update doc/00-intro.md
...
Updated the schema to getcomposer.org to use https instead of http.
2012-07-26 09:03:12 -05:00
Stefano Sala
89658a753b
Fixing custom repository sample code (missing url)
2012-07-23 16:01:49 +02:00
Igor Wiedler
fc2e9e48e8
Clarify that root package depends on context
2012-07-20 20:38:46 +02:00
Jordi Boggiano
8bf03aea07
Doc fixes
2012-07-19 19:44:08 +02:00
Jordi Boggiano
dfd71b31dc
Doc fixes
2012-07-19 19:40:39 +02:00
Kyle Robinson Young
6e40822abb
Add FAQ on how to install to a custom directory
2012-07-18 21:19:03 -07:00
Jordi Boggiano
c065b5251d
Update repo docs
2012-07-18 15:32:54 +02:00
Jordi Boggiano
7b31abade1
Rewrap docs
2012-07-17 16:13:13 +03:00
Артём Курапов
d81525f91c
More specific autoloading dir
2012-07-17 16:06:51 +03:00
ffguru
daea0c76cc
correct path of autoload_namespaces.php
2012-07-13 21:45:32 +03:00
Michael McAndrew
91d399148b
seems to me like "Out of the box, composer supports three types" (not two types) of package type.
2012-07-11 14:39:46 +02:00
Jordi Boggiano
5325aef8fe
Rename brackets to parenthesis for clarity, fixes #888
2012-07-10 12:37:03 +03:00
prehfeldt
8fde6edfdf
fixed typos in doc
2012-07-06 12:40:43 +02:00
Rob Loach
12cf2441e0
Fix by @stof: Forgot RC as a minimum-stability flag. #r1101718
2012-07-04 17:26:59 -03:00
Rob Loach
4f922ffa28
Update minimum-stability documentation
2012-07-04 10:37:28 -04:00
Alexey Prilipko
22aef0124e
Revert Locker change, ignore PEAR packages whose version cannot be parsed.
2012-07-03 19:18:58 +11:00
Alexey Prilipko
9ba3deb91b
Fix text spacing and remove excess getInstallPath call in LibraryInstaller::update
2012-07-03 19:18:58 +11:00
Alexey Prilipko
3ff941ed30
Add docs for 'vendor-alias'
2012-07-03 19:11:57 +11:00
Jordi Boggiano
1923906bfc
Clarify require-dev is only for root
2012-07-03 09:17:09 +02:00
Jordi Boggiano
f1320bf7a1
Update docs about operators
2012-06-22 16:04:44 +02:00
Jordi Boggiano
c9d1e7a918
Add FAQ about committing deps
2012-06-22 15:19:01 +02:00
Jordi Boggiano
48f66f66fb
Add autoload example to the package repository docs for clarity
2012-06-21 14:03:31 +02:00
Włodzimierz Gajda
8ebbd8f874
Basic usage: lock filename fix
2012-06-21 10:12:27 +02:00
Kyle Robinson Young
6375bc5551
Typo fixes
2012-06-20 14:15:54 -07:00
Jordi Boggiano
4c75a2db01
Reinforce language about not specifying the version
2012-06-14 15:08:38 +02:00
Jordi Boggiano
db7f25baaf
Add note about version and packagist
2012-06-14 14:59:11 +02:00
Grégoire Pineau
3068e92446
[Doc] Added a note to install composer globally
2012-06-14 10:16:15 +02:00
Jonathan Ingram
2dea55cdbb
Change master-dev to dev-master
2012-06-12 08:50:36 +10:00
Nils Adermann
8a9c51c83e
Merge remote-tracking branch 'github-beberlei/AutoloadFunctions'
2012-06-11 12:49:12 +02:00
Jordi Boggiano
9f9a0884b1
Fix typo
2012-06-07 12:25:05 +02:00
Nick Lombard
23548ffc03
Removed the notice as @stof's ensure's it's untrue.
2012-06-04 11:59:15 +03:00
Nick Lombard
365060f0cb
More autoload documentation.
...
As discovered through discussions at composer/composer#763
Resubmitted after travis complained, lets try again.
2012-06-04 06:15:59 +03:00
Benjamin Eberlei
5c5e962b5a
Add Files Autoloading key. This is a necessary feature to allow purely or partly functional libraries to be "autoloadable" by composer by calling require_once on every file in the "autoload"."files" list.
2012-06-02 18:18:33 +02:00
Igor Wiedler
0afd5dcd51
Add some missing options to the CLI docs
2012-05-30 23:55:04 +02:00
Nils Adermann
242323cba4
Merge pull request #736 from Seldaek/require-update
...
Require command & update <package>
2012-05-27 17:11:48 -07:00
Jordi Boggiano
8c16c1bbef
Update schema and add docs for support
2012-05-28 01:57:12 +02:00
Jordi Boggiano
76f727b273
Update docs
2012-05-26 15:27:35 +02:00
Jordi Boggiano
b33496c853
Merge remote-tracking branch 'jeremyFreeAgent/master'
...
Conflicts:
doc/03-cli.md
2012-05-26 12:40:36 +02:00
Andrew Short
e0a1d9ef58
Support multiple installers in a composer-installer package.
2012-05-25 18:28:53 +10:00
Jordi Boggiano
5498b8d6a0
Add COMPOSER_ROOT_VERSION env var to override the root version
2012-05-24 20:36:47 +02:00
dbu
9173d4384e
explaining behaviour when require-dev conflicts with require. fix #720
2012-05-21 18:41:20 +02:00
Jordi Boggiano
d7608bcddd
Added docs for new reference feature
2012-05-17 10:08:48 +02:00
Jordi Boggiano
8af189e300
Remove bad chars from docs
2012-05-12 18:42:35 +02:00
Nils Adermann
9c9391fc43
Clarify standard replace use case
2012-05-12 18:28:38 +02:00
Nils Adermann
7c7cac61b6
Merge remote-tracking branch 'github-seldaek/stability'
...
* github-seldaek/stability:
Add stability docs
Add test for Pool handling and refactor a couple things
Add support for stabilities in lock file
Infer stability flags for requirements that have an explicit version required of a lower stability
Add InstalledArrayRepository to make sure the root package is not purged by the Pool because of a lower stability
Basic handling of stability flags
Add list of stabilities to base package
Add minimum-stability flag on root package to filter packages by stability
Add CompositeRepo::getRepositories
Add package stability
2012-05-12 18:28:32 +02:00
Jordi Boggiano
4cab4b46e4
Merge remote-tracking branch 'ktomk/patch-1'
2012-05-12 16:24:21 +02:00
Jordi Boggiano
44fdc05e45
Add stability docs
2012-05-12 16:14:44 +02:00
Jordi Boggiano
1709d6a6c7
Clarify deprecation of include-path
2012-05-12 12:13:15 +02:00
Tom Klingenberg
74ca58bcb6
Use of SPDX license identifiers.
2012-05-12 10:50:48 +02:00
Daniel Mecke
133f3317ee
fixed typo
2012-05-04 14:30:42 +03:00
Jordi Boggiano
28941f169b
Fix docs
2012-05-02 15:22:26 +02:00
Jordi Boggiano
14f7d10478
Fix typos
2012-05-01 16:03:46 +02:00
Michael Cullum
0edc94cdce
Adding role to author information
2012-05-01 16:03:44 +02:00
Jordi Boggiano
e982c19bdb
Add fields to sample satis config
2012-04-27 22:40:43 +02:00
Jordi Boggiano
b356c30c5c
Remove rogue. dot
2012-04-27 20:53:32 +03:00
Jordi Boggiano
939c745a9a
Improvements to autoload docs
2012-04-27 10:01:01 +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
3b40771089
[docs] Remove false information about recursive include fields
2012-04-26 19:04:06 +02:00
Igor Wiedler
8dd2a72e8d
[docs] Remove mentions of version_normalized
...
People will get it wrong so it would possibly cause more harm than good
2012-04-26 19:02:27 +02:00
Igor Wiedler
21b39f8e87
[docs] Clarify that there is no cross-repo leakage with notify
2012-04-26 19:00:55 +02:00
Igor Wiedler
bca2ab7836
[docs] Correct default process timeout
2012-04-26 18:59:09 +02:00
Igor Wiedler
1d3fd25cf2
[docs] Improve description of COMPOSER_HOME
2012-04-26 18:58:16 +02:00
Igor Wiedler
7b882479a7
[docs] Aliases: branch-alias and inline aliasing
2012-04-26 18:40:00 +02:00
Igor Wiedler
b14aac84ae
[docs] Document COMPOSER_HOME
2012-04-26 17:24:31 +02:00
Igor Wiedler
f6259263ad
[docs] Update composer repository specification
2012-04-26 17:19:39 +02:00
Igor Wiedler
f519636094
[docs] Document the notify-on-install config option
2012-04-26 17:19:07 +02:00
Jordi Boggiano
22fe296ad0
Move .composer files out into the vendor dir, fixes #497
2012-04-19 21:55:35 +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
Ulrich
b8d5cfddb9
Found duplicate word.
2012-04-16 12:48:12 +03:00
Jordi Boggiano
8d4f8543fc
Update docs
2012-04-14 23:52:52 +02:00
Igor Wiedler
be9ca486a6
[improve-docs] List link types in link types reference title
2012-04-13 15:26:15 +02:00
Igor Wiedler
3cccc29b55
[improve-docs] Explain what the root package is, refs #500
2012-04-13 14:35:13 +02:00
Igor Wiedler
99c90cde5a
[improve-docs] Specify that config and repositories are root-only, closes #500
2012-04-13 12:41:16 +02:00
Igor Wiedler
6c4f47da74
[improve-docs] Remove "Package root" from schema chapter
2012-04-13 12:37:15 +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
Igor Wiedler
a2eeeab79a
[improve-docs] Mention classmap autoloading in basic-usage
2012-04-13 12:06:53 +02:00
Jordi Boggiano
ecf6afdbb3
Add FAQ entry
2012-04-12 19:32:00 +02:00
Jordi Boggiano
b3b6b03aff
Fix doc typo
2012-04-12 10:04:45 +02:00
Jordi Boggiano
f21ce43a52
Crosslinking
2012-04-08 19:13:00 +02:00
Jordi Boggiano
6c6c95e506
Reword some things and make it a bit more accurate
2012-04-08 19:09:57 +02:00
Jordi Boggiano
c9ea542ccc
Merge remote-tracking branch 'mvriel/custom-installer-doc'
2012-04-08 18:51:34 +02:00
Jordi Boggiano
3c07b4338a
Rename include-paths to include-path, add deprecated warnings, only generate file if it is needed
2012-04-08 17:42: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
Christoph Hochstrasser
5ec267ccf4
Added basic docs to schema docs.
2012-04-04 10:40:00 +02:00
Jérémy Romey
260d7d434f
Add a command for adding package to composer.json
...
Updated doc for require command
2012-04-03 13:49:42 +02:00
Jordi Boggiano
30cfb69739
Add support for mapping a namespace prefix onto many dirs in the autoload config
2012-03-28 17:09:33 +02:00
Igor Wiedler
ea19aba18c
[docs] move lib lockfile notes into lib chapter
2012-03-27 23:18:34 +02:00
Igor Wiedler
d0cfe35265
[docs] clarify lock file insignificance for libs, closes #504
2012-03-27 22:49:35 +02:00
Romain Neutron
6844d7b572
Removed scripts documentation duplication, refactor to the dedicated article page
2012-03-27 00:59:08 +02:00
Mateusz Heleniak
219751b0ad
fixed typo
2012-03-26 21:18:12 +03:00
Jordi Boggiano
f0a0d7ffa7
Add docs for metapackages
2012-03-24 18:20:27 +01:00
Jordi Boggiano
04d2acda29
Add docs about satis & why repositories are not loaded recursively
2012-03-23 20:58:12 +01:00
Tony Lemke
108c921fde
corrected namespace for Logger::WARNING
2012-03-21 11:37:38 +01:00
Jordi Boggiano
81fdd790f2
Notes on HTTP_PROXY env var
2012-03-20 14:03:01 +01:00
Jordi Boggiano
1a32b15003
Fix docs
2012-03-20 12:50:23 +01:00
Jordi Boggiano
502048bfd8
Fix schema nesting
2012-03-18 11:49:24 +01:00
Nils Adermann
98686e32e2
fix typo "is is" => "it is"
2012-03-17 15:02:39 +01:00
Maks
099823c369
Typo
2012-03-17 08:49:04 +01:00
Jordi Boggiano
7c43ecd81a
Reflow text
2012-03-17 01:14:53 +01:00
Jordi Boggiano
ac36d0c396
Merge pull request #452 from weaverryan/beginning-doc-changes
...
Proofreading the first and second chapters of the very well-written docs
2012-03-15 05:57:55 -07:00
Ryan Weaver
caf29268be
Tweaks per @igorw and @Seldaek. Biggest change is the capitalization of Composer (in these first 2 chapters so far) when we're talking about the actual library
2012-03-15 07:53:34 -05:00
Jordi Boggiano
7c97abec8c
Update docs on repo order
2012-03-15 01:13:10 +01:00
Ryan Weaver
37b4edc25d
Fixing typo per @stof
2012-03-14 00:25:17 -05:00
Ryan Weaver
903eff10eb
Proofreading the first and second chapters of the very well-written docs
...
Changes are mostly wording, rephrasing. I did remove some duplicate content between the intro and the basic usage
2012-03-13 22:16:30 -05:00
Jordi Boggiano
27eb249aab
Merge remote-tracking branch 'beberlei/ClassMaps'
2012-03-10 01:22:40 +01:00
Jordi Boggiano
142d5785f4
Updated docs
2012-03-09 18:33:05 +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
cb57c7bf42
Merge branch 'InstallAppCommand' of https://github.com/beberlei/composer
2012-03-08 16:22:37 +01:00
Wil Moore III
1ee715ead5
updated intro and basic-usage to reflect new --install-dir option
2012-03-07 22:41:29 -07:00
Jordi Boggiano
49a214686a
Fix typo
2012-03-08 01:23:39 +01:00
Christophe Coevoet
ca5662b143
Fixed the doc to use the new format for versions
2012-03-08 01:08:13 +01:00
Jordi Boggiano
f3c4b8661d
finish updating links to .md
2012-03-08 00:18:03 +01:00
Travis Northcutt
cee5fed25f
added prev/next links to docs
2012-03-07 23:36:27 +01:00
Jordi Boggiano
c27bdad728
Merge pull request #402 from igorw/packagist-false-docs
...
[docs] move docs on disabling packagist to repositories chapter
2012-03-06 15:29:03 -08:00
Igor Wiedler
4da3d1fac0
[docs] move docs on disabling packagist to repositories chapter, fixes #362
2012-03-07 00:18:29 +01:00
Igor Wiedler
29871573d0
[docs] add docs for HTTP_PROXY env var to the cli page, refs #394
2012-03-07 00:03:35 +01:00
Igor Wiedler
364afaa16a
[docs] fix some links to the repositories page
2012-03-06 23:54:12 +01:00
Benjamin Eberlei
590ee419bd
Fix docs
2012-03-05 14:21:51 +01:00
Benjamin Eberlei
7855eda57a
Explain classmap generation in documentation
2012-03-05 14:13:06 +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
Benjamin Eberlei
24de082fd5
Refactored
2012-02-27 20:25:36 +01:00
Benjamin Eberlei
db64917a83
Renamed install-project to create-project to differentiate from just "install".
2012-02-27 20:25:36 +01:00
Benjamin Eberlei
62bdaaf408
Add docs
2012-02-27 20:25:36 +01:00
Jordi Boggiano
8ba76fe6d2
Boost default timeout to 5min
2012-02-27 11:35:26 +01:00
Jordi Boggiano
f101ec16f6
Add process-timeout docs
2012-02-27 09:32:59 +01:00
Igor Wiedler
765c1774a9
[docs] inconvenient typo
2012-02-26 14:16:08 +01:00
Igor Wiedler
672e7d85a1
[docs] re-word some things, document env vars
2012-02-26 12:40:35 +01:00
Michael Cullum
0accac7974
Fix links broken due to newlines.
2012-02-20 22:58:13 +00:00
Jordi Boggiano
b8f200b0f2
Fix link
2012-02-20 16:53:49 +01:00
Jordi Boggiano
a71f9c71f0
Move schema into res folder
2012-02-20 16:35:13 +01:00
Jordi Boggiano
46931824fb
Rename faqs to articles
2012-02-20 16:33:22 +01:00
Jordi Boggiano
38ef1dcb24
Doc fixes
2012-02-20 16:33:21 +01:00