627 Commits (b7c827c2e5cc407496ea90e3334ad41124b93da5)

Author SHA1 Message Date
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
11 years ago
Nils Adermann 2f4a3aba26 Merge pull request #2302 from igorw/versions-table
Format the possible version formats as a table
11 years ago
Joshua Gigg 6c96bf6ae6 Add documentation for resolve-dependencies 11 years ago
Yuya Takeyama c88d461efd Fix link to COMPOSER_HOME 11 years ago
Sam Evaskitas 2f71d25f31 fix line lengths 11 years ago
Sam Evaskitas ec3e5bf5ab fix up markdown 11 years ago
Sam Evaskitas bd36f5ef1b added warning about referencing dependencies in pre-install and pre-update 11 years ago
Christophe Coevoet c7576ee649 Added a new FAQ entry about unbound version constraints 11 years ago
Igor Wiedler 30b5d2f1fc Document logical OR constraints 11 years ago
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.
11 years ago
Nicolas Bastien 6a435f97c8 Correct line length
Correct GromNaN  comment
11 years ago
Nicolas Bastien e34dae4d42 [DOC] add link to Monolog library 11 years ago
Jordi Boggiano 3f8836ff10 Fix some docs 11 years ago
Jordi Boggiano 941498abbb Merge pull request #2265 from zweifisch/patch-1
Update 05-repositories.md
11 years ago
Peter Schultz 9d15a32405 Add missing require to example composer.json 11 years ago
zweifisch 876314a58d Update 05-repositories.md 11 years ago
akorsus 520e02e0a9 Fixed Typo
JSON didn't validate
11 years ago
Stephan Hochdörfer 4acfe1a079 Added missing semicolon 11 years ago
Nils Adermann f69a47066d Fix numbering in custom installers article 11 years ago
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
11 years ago
Fabian Vogler 0f9988b065 Documentation fixes for composer-plugin type 11 years ago
Nils Adermann 98e5eabf75 Document how to write and use plugins 11 years ago
Nils Adermann 01a08a2ff3 As preparation for composer plugins, rename custom installers to plugins 11 years ago
Matěj Grabovský 0299041ee2 Better wording in a note 11 years ago
jonathan bensaid 6aefe6d8ad Describe stability flags more consistently 11 years ago
Jordi Boggiano ad2b8c4897 Add docs for global command 11 years ago
Ivan Enderlin 766f6fc1ef Fix a typo. 11 years ago
Jordi Boggiano 565e216afb Adjust cache-dir docs, fixes #1667 11 years ago
Jordi Boggiano eb331cbcbe Describe tag names more consistently, fixes #2170 11 years ago
Jordi Boggiano 2492dea4a8 Merge remote-tracking branch 'radnan/issue-1318' 11 years ago
Igor Wiedler 334c25fbbf [docs] Correct note about require-dev not being installed on install
It's now installed by default.
11 years ago
Sascha Egerer e31a0f8296 Add pre-status-cmd and post-status-cmd hooks 11 years ago
Javier Eguiluz 7fb0ea45e7 Fixed minor typo in composer.json example 11 years ago
Jordi Boggiano 542edbdeab Fix typo, fixes #2126 11 years ago
Jordi Boggiano 771233a5a0 Make it clear what is going on when a vcs folder is missing, fixes #2108 11 years ago
Peter Kokot 6bbd2b2803 doc intro and libraries typos 11 years ago
Jordi Boggiano 536685fa9c Make more obvious 11 years ago
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.
11 years ago
Jordi Boggiano e68d455c5c Remove the http protocol from github-protocols, refs #1955 11 years ago
Matthias Pigulla 6232a65a35 Update docs to point out the problem with range constraints for conflict links. 11 years ago
radnan b743ea8dd4 added documentation for no_proxy env var 11 years ago
Jordi Boggiano db22befc76 Add warning to docs about package repos, refs #2011 #563 11 years ago
thewilkybarkid afe9554515 Use full diagnose command name 11 years ago
Drak 6c4cee62fe Missing backslashes. 11 years ago
Jordi Boggiano 22c7d4119f install and create-project now default to dev mode (use --no-dev for production installs) 11 years ago
Jordi Boggiano b4ddfabd73 Clarify language 11 years ago
Jordi Boggiano 4b22d7582a Merge remote-tracking branch 'schmunk42/feature-create-project-events' 11 years ago
Tobias Munk f28f3c2d96 updated docs with new create project command information 11 years ago
Jordi Boggiano 1debe22412 Add HTTPS_PROXY_REQUEST_FULLURI to disable the request_fulluri only for https requests, fixes #1946, fixes #1839 11 years ago
Jordi Boggiano f6b7f0e29a Add --lock argument to the update command to make this hack explicit and official 11 years ago
jos101 8bbb6b9190 Update 00-intro.md 11 years ago
jos101 14260d09c5 Enable php_openssl.dll in php.ini
it specifies to enable the extension php_openssl.dll in php.ini. When php_openssl.gll is disabled, the command show an error in the function file_get_contents but not specify that is necesary to enable php.ini.
11 years ago
Drak 4f18f8242c Update 04-schema.md 11 years ago
Drak 38f13f8a44 Update 04-schema.md 11 years ago
Drak 95b2ddb33e Make namespaces much more explicit 11 years ago
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.
11 years ago
Jordi Boggiano b422261219 Add missings bits and pieces to cli docs 11 years ago
Jordi Boggiano 062b05d37d Fix typos/wording 11 years ago
Jordi Boggiano 5806770a81 Merge remote-tracking branch 'tarjei/patch-1' 11 years ago
Jordi Boggiano 670b36238a Add docs about package-path, refs #1819 11 years ago
Jordi Boggiano 1b030a76d4 CS and wording fixes, refs #1728 11 years ago
Jordi Boggiano e50173ff93 Merge remote-tracking branch 'nfx/artefact-repo-type' 11 years ago
Jordi Boggiano 8c197d2325 Fix CS and wording, remove lowercased env var, add env var to docs 11 years ago
Jordi Boggiano ed82543d2c Merge pull request #1824 from myqlarson/patch-2
Fixes #1822 Update 02-libraries.md
11 years ago
myqlarson fe88dee982 Fixes #1822 Update 02-libraries.md
If username is unrelated, then I propose `username` rather than `composer` or `acme` to avoid confusion.
11 years ago
Jordi Boggiano 87f90c88f2 Merge pull request #1821 from myqlarson/patch-1
Update 02-libraries.md: typo
11 years ago
myqlarson 035dbcc8ff Fixes #1822 Update 02-libraries.md
Assuming #1822 is correct, this should fix it.
11 years ago
myqlarson b51a24023c Update 02-libraries.md: typo 11 years ago
Serge Smertin be0c1b0c2e fixed typo in doc 11 years ago
Jordi Boggiano cf6cb35abd Remind people to use sudo, refs #1807 11 years ago
sclarson f6b39e4c40 removes sudo from global installation
The /usr/local/bin folder should require sudo access.
11 years ago
Max Voloshin 66c7654b45 fix ssl options; add tips about ssl and ssh2 options 11 years ago
Douglas Greenshields f4af32deb7 small English correction in doc 11 years ago
Jordi Boggiano a26bababe0 Add project type to docs, fixes #1142 11 years ago
Jordi Boggiano 894f530898 Add COMPOSER_DISCARD_CHANGE env var, refs #1188 11 years ago
Jordi Boggiano 069109e0f0 Add readme entry to lock file to explain what it is 11 years ago
Jordi Boggiano 605cd3ddc3 Rename diag to diagnose, fix feedback 11 years ago
Jordi Boggiano 7740196b13 Add docs for diag command 11 years ago
Serge Smertin 5c46affdd5 changed documentation typo 11 years ago
Simon Paarlberg 235e4fa899 Update 02-libraries.md
Missing word
11 years ago
Jordi Boggiano 4a5f1babf7 Add note about package naming in VCS repos/fork, fixes #1761 11 years ago
Jordi Boggiano 692015c12b Merge pull request #1760 from gammamatrix/master
Documentation error: Replaced bad character
11 years ago
Jordi Boggiano a112231c55 Add prefer-stable docs 11 years ago
Jeremy Postlethwaite e16c697b4c Update custom-installers.md
Fixed documentation error.
11 years ago
Jordi Boggiano 83ea90296e Add COMPOSER_NO_INTERACTION env var to allow travis & others to easily make sure every composer run is non-interactive 11 years ago
Elan Ruusamäe 32601d4b52 Update 03-cli.md
config schema section anchor has changed
11 years ago
Serge Smertin 83bb38de56 added documentation entry about artifact usage 11 years ago
till 5774f5db4a Engrish is hard. 11 years ago
till 378615d646 Documentation for satis-based downloads. 11 years ago
Nils Adermann afcdad4b23 Define an option to exclude files in the archive command 11 years ago
Jonathan Reinink 5b3d8dc874 Update should-i-commit-the-dependencies-in-my-vendor-directory.md
Tweak option #3 for including dependencies in a GIT repo.
11 years ago
Jonathan Reinink 5a0e97ccb6 Update should-i-commit-the-dependencies-in-my-vendor-directory.md
Add a third option for including vendor dependencies in main GIT repo.
11 years ago
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).
11 years ago
Jordi Boggiano e69a05949b Tweaking text and wrapping lines 11 years ago
Alexander Pánek 91c431c907 Adding some more description what Satis is/does 11 years ago
Igor Wiedler 1a2026ca2e [docs] Advise users not to specify the version explicitly 11 years ago
Igor Wiedler d7d0b19e68 [docs] Link semantic versioning to semver.org 11 years ago
Miklós Márton 72a4146383 Scratch 'prefer-source'; 'preferred-install' is the bee's knees 11 years ago
Miklós Márton c92c69b10e Config option 'prefer-source' added to schema, refs #553 11 years ago
Tarjei Huse b79daf4357 Update troubleshooting.md
I never thought of looking in the aliases section of the documentation...
11 years ago
Jordi Boggiano c32470c7df Update docs, fix tests 11 years ago
Michael Gooden 660861c7fd Update 03-cli.md
Fix small typo.
11 years ago
Jordi Boggiano f06c0cb580 Code reorgs and make bool values real booleans, refs #1637 11 years ago
Ricard Clau 48ac383599 initial steps with new config value, implementation of discard changes for git and svn 12 years ago
Jordi Boggiano 7f861d0c07 Merge pull request #1609 from jeffturcotte/patch-1
Satis configuration file description
12 years ago
Jordi Boggiano e43d0b5a5b Allow for "proprietary" as license identifier 12 years ago
Jordi Boggiano 8518cd1be8 Add post-autoload-dump event to docs/schema 12 years ago
Jeff Turcotte 6428aa1aa2 Further simplified Satis Config intro 12 years ago
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.
12 years ago
Jordi Boggiano 545372172d Document provider-includes 12 years ago
Jordi Boggiano 9dfdc86292 Rephrase package not found troubleshooting entry 12 years ago
Jordi Boggiano 7620541c27 Merge remote-tracking branch 'pscheit/patch-1' 12 years ago
Jordi Boggiano 97fdcd7207 Clarify tilde operator docs 12 years ago
Igor Wiedler c1a4e5d43b Add curl -sS everywhere 12 years ago
Kyle Robinson Young 94a708cfc5 Recommend actual version as constraint with installers. Ref composer/installers#58. 12 years ago
Jordi Boggiano 94e99b9c8b Update docs, config command and schema with all the config values 12 years ago
Jordi Boggiano 710f91c1e3 Merge pull request #1537 from hakre/patch-1
Updated Windows manual installation guide
12 years ago
hakre 9cdc571092 Updated Windows manual installation guide
- The batchfile is not more than a one-liner.
- You don't need notepad to create the batchfile.
12 years ago
Bilal Amarni b02e077ab2 added a note about #1526 12 years ago
Arul 1ba62d09e4 Update doc/articles/vendor-binaries.md 12 years ago
PCSG d0a61bbaa0 Update doc/articles/scripts.md
forget a comma
12 years ago
Jordi Boggiano f3dec1cba2 Add 64bit package to docs 12 years ago
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
12 years ago
David Zuelke 7e1f81dc1e rename vendor-bins.md to vendor-binaries.md 12 years ago
David Zuelke e423c69d8e Rename "vendor bins" to "vendor binaries"
Because a binary is not a receptacle :) Less confusing this way.
12 years ago
Johnny Robeson fade050d19 Fix github url in vcs repository example 12 years ago
Jordi Boggiano fed72a4803 Add system requirements to the docs, fixes #1472 12 years ago
Jordi Boggiano b34220edc8 Remove docs about light-weight packages 12 years ago
Jordi Boggiano bf328697e1 Stop encouraging people ignore tests from their releases 12 years ago
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
12 years ago
Jordi Boggiano d925598f1d Rephrase/reformat some of the intro, refs #1450 12 years ago
Jordi Boggiano 8091eeeac7 Merge remote-tracking branch 'bradp/patch-1' 12 years ago
pauliwang cc043c373f Update doc/04-schema.md
Probably a typo (blocked -> locked)
12 years ago
Brad Parbs 9f80a4fcc8 Updated Doc 00-intro to be more clear
As I was going through the docs, it leads you to do a 'composer install' somewhere where it will not work, if you are following along with installation and such. It is assuming you have a 'composer.json' file in the directory already, which you may not.
12 years ago
Jordi Boggiano b0b9c7b0d1 Add docs for #1410 12 years ago
Aurélien Thieriot e264282ac7 Allowed only * wildcard 12 years ago
Aurélien Thieriot 159badb06b Add ability to use a Regexp when updating packages 12 years ago
Jordi Boggiano 3a0270147a Change confusing name 12 years ago
Jordi Boggiano aefe3a0b11 Add support for .inc files in classmap, fixes #1396 12 years ago
Jordi Boggiano 35afd0a78e Add github-oauth config documentation, fixes #1405 12 years ago
Jordi Boggiano c471afab95 Add note about stability flags and min stability to the basic usage docs, fixes #1403 12 years ago
Jordi Boggiano 5b24a48827 Allow disabling svn branches/tags, fixes composer/satis#43 12 years ago
Jordi Boggiano ae734229d7 Merge pull request #1400 from igorw/patch-3
[docs] Format config command options consistently
12 years ago
Igor Wiedler f6a761ac5d [docs] Format config command options consistently 12 years ago
Igor Wiedler 01f0a2b165 [docs] Lower-case config command name 12 years ago
Jordi Boggiano dfb5516af6 Merge pull request #1375 from igorw/missing-docs
Document batch notification API and cli command options
12 years ago
Devon Weller 0484febffe moved misplaced backtick 12 years ago
Devon Weller 385709ba6c Updated config command documentation.
This implements issue #1377.
12 years ago
Devon Weller 9aa2c5f1ee Updated config command documentation.
This implements issue #1377.
12 years ago
Devon Weller c2a97663f6 Added config command documentation.
This implements issue #1377.
12 years ago
Igor Wiedler 2ef741626d [docs] notify_batch is no longer URL template 12 years ago
Igor Wiedler c441f94d1a [docs] Update repositories notify_batch title 12 years ago
Igor Wiedler 7461be280b [docs] status command 12 years ago
Igor Wiedler 303debe047 [docs] --name-only option for search command 12 years ago
Igor Wiedler 162b1f6653 [docs] -s shorthand for --stability 12 years ago
Igor Wiedler 2b48d6835b [docs] Remove mention of deprecated non-batch notification API 12 years ago
Igor Wiedler 77062eb792 [docs] --stability option for init command 12 years ago
Igor Wiedler ae2c3e8ddb [docs] Batch notification API 12 years ago
Igor Wiedler 5317f9e542 [docs] create-project command --stability option 12 years ago
Jordi Boggiano d50120ae85 Add docs about new cache dirs 12 years ago
Jordi Boggiano b05a554883 Add cache-files-ttl setting, and docs for the cache 12 years ago
Włodzimierz Gajda ebc3597be0 [Documentation] export-ignore Tests/ fix 12 years ago
Jordi Boggiano 5480f7ba26 Fix option name 12 years ago
Jordi Boggiano 3f68577775 Clarify what a comparable version is on the aliasing page 12 years ago
Włodzimierz Gajda c6ae3caf52 Editorial fix 12 years ago
Jordi Boggiano 992249d4cc Update CLI docs 12 years ago
Jordi Boggiano a8561fafda Clarify docs of create-project, refs #1300 12 years ago
Jordi Boggiano 62c1756fc4 Clarify headings of VCS repo docs 12 years ago
Jordi Boggiano 1fb2a1cbaf Merge remote-tracking branch 'gajdaw/bitbucket'
Conflicts:
	doc/05-repositories.md
12 years ago
Jordi Boggiano 83cd5dd092 Change docs URLs to point to HTTPS versions of the sites 12 years ago
Jordi Boggiano 150b7867e3 Merge pull request #1290 from igorw/platform-package-doc
Document platform packages, closes #618
12 years ago
Jordi Boggiano 77220b380c Merge pull request #1291 from igorw/inline-alias-doc
Link to the aliases article from schema and repositories docs
12 years ago
Włodzimierz Gajda 6569963358 BitBucket private repo 12 years ago
Igor Wiedler 2b7b7606ab Replace nl2.php.net link with plain php.net one 12 years ago
Igor Wiedler f089521919 Link to the aliases article from schema and repositories docs
Closes #1179.
12 years ago
Igor Wiedler a1a9760f5b Document platform packages, closes #618 12 years ago
Igor Wiedler 0d07559287 Clarify that branch aliases must be done in the target repository 12 years ago
Jordi Boggiano e85ca1ed94 Add --check to troubleshooting docs 12 years ago
Jordi Boggiano e90955b8b9 Fix windows setup instructions, fixes #1262 12 years ago
Jordi Boggiano 532f237003 Reorganize intro page a bit 12 years ago
Jordi Boggiano 6485f7eef3 Add setup instructions 12 years ago
Jordi Boggiano 0342c30415 Merge remote-tracking branch 'cloakedninjas/master' 12 years ago
Jordi Boggiano cac0e71d45 Add sub-sections for autoload docs 12 years ago
Jordi Boggiano 48b7e329c1 Add user ml link 12 years ago
Jordi Boggiano 5fc0de566f Fix docs 12 years ago
Jordi Boggiano 083ca464b3 Merge remote-tracking branch 'johnkary/cliEvents' 12 years ago
John Kary a069f7a906 Fix styling typo 12 years ago
Jordi Boggiano 9e90db45b3 Add docs for ~ operator 12 years ago
Jordi Boggiano 75c0d5592d Add subversion repo options docs 12 years ago
Jordi Boggiano 0c3371b30f Merge pull request #1220 from compwright/patch-1
English corrections and clarifications
12 years ago
Jordi Boggiano 6cd838a0d7 Merge pull request #1222 from compwright/patch-3
Minor English and readability improvements
12 years ago
Jonathon Hill dee785cc81 Minor English and readability improvements 12 years ago
Jonathon Hill a83a4e7e8f Minor English correction 12 years ago
Jonathon Hill 02d5d5219b English corrections and clarifications
Updated the PEAR `vendor-alias` documentation for clarity and proper English
12 years ago
Peter Bowyer 03c5d9c75b Update monlolog to 1.2.*
I slavishly followed these instructions when learning how to use Composer, then wondered why Monolog didn't behave per its documentation (`addNotice()` is missing in 1.0.*)
12 years ago
Dmitry Menshikov 4302ede68a Fixed urls on the troubleshooting page 12 years ago
Ismael Ambrosi 40d289feba Added reference to --dev option in show command 12 years ago
Michael De Wildt 32e34156ad Fixed typo 12 years ago
Jordi Boggiano 0e997a94fb Format docs 12 years ago
Jordi Boggiano 81a7d40428 Merge remote-tracking branch 'timheil/master' 12 years ago
John Kary b213e585df Update and refine Scripts docs with CLI-based commands 12 years ago
Jordi Boggiano b3077bc4bc Merge pull request #1177 from sandermarechal/stream-context
Allow setting stream context options
12 years ago
Igor Wiedler 1939407c77 Minor docs nitpick 12 years ago
Sander Marechal 3e63ebf7fe Add stream context options documetation 12 years ago
Jordi Boggiano ab1c7fbb9b Clarify docs about stability, fixes #1094 12 years ago
Jordi Boggiano 73c9bb8899 Merge pull request #1095 from pborreli/patch-2
Fixed typo
12 years ago
Pascal Borreli 9c76d89121 Fixed typo 12 years ago
Thomas Tourlourat a836f82ddc Missing alpha example
Also missing the "-" for alphaN.
12 years ago
Jordi Boggiano 9798361937 Merge pull request #1040 from igorw/make-pdf
Script to generate PDF from docs
12 years ago
Igor Wiedler 9a13118ba3 Remove make-pdf script, it will be moved to the getcomposer.org repo 12 years ago
Jordi Boggiano 7023767501 Update docs and schema for new config option 12 years ago
Igor Wiedler 0766bb98f7 Vertically justify text to the top of the page 12 years ago
Igor Wiedler 129a061318 Wrap listings in minipage to prevent page breaks 12 years ago
Igor Wiedler 674a0b12a6 Increase margin by 0.5in 12 years ago
Igor Wiedler da2c9084f4 Smaller page margins that are same on all sides 12 years ago
Igor Wiedler 653a3af609 Update name to "The Composer Community"
(so I don't get blamed for breaking it)
12 years ago
Igor Wiedler 45156263e7 Add script to produce a PDF version of the docs 12 years ago
Igor Wiedler d93f03d0c4 Re-wrap and re-format some docs to make the LaTeX friendly 12 years ago
Tim Heil f2ba19ace2 Troubleshooting ... some lessons learnt 12 years ago
Tim Heil 068e1f3615 Add sub-headlines to Repositories chapter 12 years ago
Jordi Boggiano 3946a44499 Merge remote-tracking branch 'chEbba/memory_limit'
Conflicts:
	bin/composer
12 years ago
Kirill chEbba Chebunin 34c4f94619 Fix typo in troubleshooting doc 12 years ago
Kirill chEbba Chebunin 21596b2ccd Increase memory to 512M, remove warning 12 years ago
Kirill chEbba Chebunin 4f129424e1 Increase memory_limit to 256M if it is lower than this value 12 years ago
Kirill chEbba Chebunin 99f3444f30 Fix typo in troubleshooting article 12 years ago
Kirill chEbba Chebunin 47156103a6 Remove hard coded memory limit. Add troubleshooting doc 12 years ago
Daniel Jackson 53b20367ec Windows installation guide
Downloading via file_get_contents & creation of BAT file
12 years ago
Jordi Boggiano 036c81b1cc Fix package name in docs 12 years ago
Jordi Boggiano f7feb82915 Clarify docs 12 years ago
Kyle Robinson Young 404c944adc Reword custom directory FAQ 12 years ago
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.
12 years ago
Jordi Boggiano 2d670fc5cb Merge pull request #1003 from benwaine/documentation_clarification
Added a small clarification to the 05-repositories article.
12 years ago
Jordi Boggiano fde3135a12 Add dump-autoload docs 12 years ago
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.
12 years ago
Jordi Boggiano 6e42fa47b6 Rewrap new content and tweak wording a bit 12 years ago
Jordi Boggiano 3ec8702233 Merge remote-tracking branch 'cordoval/feature/addDocumentationForGitAttributes' 12 years ago
till 37b1e4c4a8 Share more info about COMPOSER_HOME/config.json. 12 years ago
Luis Cordova 7a326627b0 add note on only works for tagged packages 12 years ago
Luis Cordova 45e6fa381c add documentation segment recommending .gitattributes use to exclude tests etc files from zip balls 12 years ago
Matthew Weier O'Phinney 990a36ac09 Update doc/00-intro.md
Updated the schema to getcomposer.org to use https instead of http.
12 years ago
Stefano Sala 89658a753b Fixing custom repository sample code (missing url) 12 years ago
Igor Wiedler fc2e9e48e8 Clarify that root package depends on context 12 years ago
Jordi Boggiano 8bf03aea07 Doc fixes 12 years ago
Jordi Boggiano dfd71b31dc Doc fixes 12 years ago
Kyle Robinson Young 6e40822abb Add FAQ on how to install to a custom directory 12 years ago
Jordi Boggiano c065b5251d Update repo docs 12 years ago
Jordi Boggiano 7b31abade1 Rewrap docs 12 years ago
Артём Курапов d81525f91c More specific autoloading dir 12 years ago
ffguru daea0c76cc correct path of autoload_namespaces.php 12 years ago
Michael McAndrew 91d399148b seems to me like "Out of the box, composer supports three types" (not two types) of package type. 12 years ago