404 Commits (9b70b89b8f8d60b56b5900ea232109427604c748)

Author SHA1 Message Date
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
Jordi Boggiano 5325aef8fe Rename brackets to parenthesis for clarity, fixes #888 12 years ago
prehfeldt 8fde6edfdf fixed typos in doc 12 years ago
Rob Loach 12cf2441e0 Fix by @stof: Forgot RC as a minimum-stability flag. #r1101718 12 years ago
Rob Loach 4f922ffa28 Update minimum-stability documentation 12 years ago
Alexey Prilipko 22aef0124e Revert Locker change, ignore PEAR packages whose version cannot be parsed. 12 years ago
Alexey Prilipko 9ba3deb91b Fix text spacing and remove excess getInstallPath call in LibraryInstaller::update 12 years ago
Alexey Prilipko 3ff941ed30 Add docs for 'vendor-alias' 12 years ago
Jordi Boggiano 1923906bfc Clarify require-dev is only for root 12 years ago
Jordi Boggiano f1320bf7a1 Update docs about operators 12 years ago
Jordi Boggiano c9d1e7a918 Add FAQ about committing deps 12 years ago
Jordi Boggiano 48f66f66fb Add autoload example to the package repository docs for clarity 12 years ago
Włodzimierz Gajda 8ebbd8f874 Basic usage: lock filename fix 12 years ago
Kyle Robinson Young 6375bc5551 Typo fixes 12 years ago
Jordi Boggiano 4c75a2db01 Reinforce language about not specifying the version 12 years ago
Jordi Boggiano db7f25baaf Add note about version and packagist 12 years ago
Grégoire Pineau 3068e92446 [Doc] Added a note to install composer globally 12 years ago
Jonathan Ingram 2dea55cdbb Change master-dev to dev-master 12 years ago
Nils Adermann 8a9c51c83e Merge remote-tracking branch 'github-beberlei/AutoloadFunctions' 12 years ago
Jordi Boggiano 9f9a0884b1 Fix typo 12 years ago
Nick Lombard 23548ffc03 Removed the notice as @stof's ensure's it's untrue. 12 years ago
Nick Lombard 365060f0cb More autoload documentation.
As discovered through discussions at composer/composer#763
Resubmitted after travis complained, lets try again.
12 years ago
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. 12 years ago
Igor Wiedler 0afd5dcd51 Add some missing options to the CLI docs 12 years ago
Nils Adermann 242323cba4 Merge pull request #736 from Seldaek/require-update
Require command & update <package>
12 years ago
Jordi Boggiano 8c16c1bbef Update schema and add docs for support 12 years ago
Jordi Boggiano 76f727b273 Update docs 12 years ago
Jordi Boggiano b33496c853 Merge remote-tracking branch 'jeremyFreeAgent/master'
Conflicts:
	doc/03-cli.md
12 years ago
Andrew Short e0a1d9ef58 Support multiple installers in a composer-installer package. 12 years ago
Jordi Boggiano 5498b8d6a0 Add COMPOSER_ROOT_VERSION env var to override the root version 12 years ago
dbu 9173d4384e explaining behaviour when require-dev conflicts with require. fix #720 12 years ago
Jordi Boggiano d7608bcddd Added docs for new reference feature 12 years ago
Jordi Boggiano 8af189e300 Remove bad chars from docs 12 years ago
Nils Adermann 9c9391fc43 Clarify standard replace use case 12 years ago
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
12 years ago
Jordi Boggiano 4cab4b46e4 Merge remote-tracking branch 'ktomk/patch-1' 12 years ago
Jordi Boggiano 44fdc05e45 Add stability docs 12 years ago
Jordi Boggiano 1709d6a6c7 Clarify deprecation of include-path 12 years ago
Tom Klingenberg 74ca58bcb6 Use of SPDX license identifiers. 12 years ago
Daniel Mecke 133f3317ee fixed typo 12 years ago
Jordi Boggiano 28941f169b Fix docs 12 years ago
Jordi Boggiano 14f7d10478 Fix typos 12 years ago
Michael Cullum 0edc94cdce Adding role to author information 12 years ago
Jordi Boggiano e982c19bdb Add fields to sample satis config 12 years ago
Jordi Boggiano b356c30c5c Remove rogue. dot 12 years ago
Jordi Boggiano 939c745a9a Improvements to autoload docs 12 years ago
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.
12 years ago
Igor Wiedler 3b40771089 [docs] Remove false information about recursive include fields 12 years ago
Igor Wiedler 8dd2a72e8d [docs] Remove mentions of version_normalized
People will get it wrong so it would possibly cause more harm than good
12 years ago
Igor Wiedler 21b39f8e87 [docs] Clarify that there is no cross-repo leakage with notify 12 years ago
Igor Wiedler bca2ab7836 [docs] Correct default process timeout 12 years ago
Igor Wiedler 1d3fd25cf2 [docs] Improve description of COMPOSER_HOME 12 years ago
Igor Wiedler 7b882479a7 [docs] Aliases: branch-alias and inline aliasing 12 years ago
Igor Wiedler b14aac84ae [docs] Document COMPOSER_HOME 12 years ago
Igor Wiedler f6259263ad [docs] Update composer repository specification 12 years ago
Igor Wiedler f519636094 [docs] Document the notify-on-install config option 12 years ago
Jordi Boggiano 22fe296ad0 Move .composer files out into the vendor dir, fixes #497 12 years ago
Jordi Boggiano 108134451d Fix typo 12 years ago
Jordi Boggiano ada8d69507 Update satis docs 12 years ago
Ulrich b8d5cfddb9 Found duplicate word. 12 years ago
Jordi Boggiano 8d4f8543fc Update docs 12 years ago
Igor Wiedler be9ca486a6 [improve-docs] List link types in link types reference title 12 years ago
Igor Wiedler 3cccc29b55 [improve-docs] Explain what the root package is, refs #500 12 years ago
Igor Wiedler 99c90cde5a [improve-docs] Specify that config and repositories are root-only, closes #500 12 years ago
Igor Wiedler 6c4f47da74 [improve-docs] Remove "Package root" from schema chapter 12 years ago
Igor Wiedler e802b98897 [improve-docs] Move create-project command documentation into cli chapter 12 years ago
Igor Wiedler cfe53bdc25 [improve-docs] Remove packagist update schedule article
It is wrong and doesn't belong in the composer docs.
12 years ago
Igor Wiedler 3580f033df [improve-docs] Add taglines to articles 12 years ago
Igor Wiedler a2eeeab79a [improve-docs] Mention classmap autoloading in basic-usage 12 years ago
Jordi Boggiano ecf6afdbb3 Add FAQ entry 12 years ago
Jordi Boggiano b3b6b03aff Fix doc typo 12 years ago
Jordi Boggiano f21ce43a52 Crosslinking 12 years ago
Jordi Boggiano 6c6c95e506 Reword some things and make it a bit more accurate 12 years ago
Jordi Boggiano c9ea542ccc Merge remote-tracking branch 'mvriel/custom-installer-doc' 12 years ago
Jordi Boggiano 3c07b4338a Rename include-paths to include-path, add deprecated warnings, only generate file if it is needed 12 years ago
Mike van Riel 2f2f2e4f26 Incorporated latest feedback: added use statement in code example and removed explicit type-cast 12 years ago
Mike van Riel b3e0126acf Removed trailing comma 12 years ago
Mike van Riel 5b8ba09bfc Renamed phpdocumentor/template. to phpdocumentor/template- and limited line length to 80 characters 12 years ago
Mike van Riel 74f460ed80 Written documentation on Custom Installers 12 years ago
Christoph Hochstrasser 5ec267ccf4 Added basic docs to schema docs. 12 years ago
Jérémy Romey 260d7d434f Add a command for adding package to composer.json
Updated doc for require command
12 years ago
Jordi Boggiano 30cfb69739 Add support for mapping a namespace prefix onto many dirs in the autoload config 12 years ago
Igor Wiedler ea19aba18c [docs] move lib lockfile notes into lib chapter 12 years ago
Igor Wiedler d0cfe35265 [docs] clarify lock file insignificance for libs, closes #504 12 years ago
Romain Neutron 6844d7b572 Removed scripts documentation duplication, refactor to the dedicated article page 12 years ago
Mateusz Heleniak 219751b0ad fixed typo 12 years ago
Jordi Boggiano f0a0d7ffa7 Add docs for metapackages 12 years ago
Jordi Boggiano 04d2acda29 Add docs about satis & why repositories are not loaded recursively 12 years ago
Tony Lemke 108c921fde corrected namespace for Logger::WARNING 12 years ago
Jordi Boggiano 81fdd790f2 Notes on HTTP_PROXY env var 12 years ago
Jordi Boggiano 1a32b15003 Fix docs 12 years ago
Jordi Boggiano 502048bfd8 Fix schema nesting 12 years ago
Nils Adermann 98686e32e2 fix typo "is is" => "it is" 12 years ago
Maks 099823c369 Typo 12 years ago
Jordi Boggiano 7c43ecd81a Reflow text 12 years ago
Jordi Boggiano ac36d0c396 Merge pull request #452 from weaverryan/beginning-doc-changes
Proofreading the first and second chapters of the very well-written docs
12 years ago
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 12 years ago
Jordi Boggiano 7c97abec8c Update docs on repo order 12 years ago
Ryan Weaver 37b4edc25d Fixing typo per @stof 12 years ago
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
12 years ago
Jordi Boggiano 27eb249aab Merge remote-tracking branch 'beberlei/ClassMaps' 12 years ago
Jordi Boggiano 142d5785f4 Updated docs 12 years ago
Jordi Boggiano 53ab5011f0 Update create projects docs 12 years ago
Jordi Boggiano d5d133e584 Move create projects article 12 years ago
Jordi Boggiano cb57c7bf42 Merge branch 'InstallAppCommand' of https://github.com/beberlei/composer 12 years ago
Wil Moore III 1ee715ead5 updated intro and basic-usage to reflect new --install-dir option 12 years ago
Jordi Boggiano 49a214686a Fix typo 12 years ago
Christophe Coevoet ca5662b143 Fixed the doc to use the new format for versions 12 years ago
Jordi Boggiano f3c4b8661d finish updating links to .md 12 years ago
Travis Northcutt cee5fed25f added prev/next links to docs 12 years ago
Jordi Boggiano c27bdad728 Merge pull request #402 from igorw/packagist-false-docs
[docs] move docs on disabling packagist to repositories chapter
12 years ago
Igor Wiedler 4da3d1fac0 [docs] move docs on disabling packagist to repositories chapter, fixes #362 12 years ago
Igor Wiedler 29871573d0 [docs] add docs for HTTP_PROXY env var to the cli page, refs #394 12 years ago
Igor Wiedler 364afaa16a [docs] fix some links to the repositories page 12 years ago
Benjamin Eberlei 590ee419bd Fix docs 12 years ago
Benjamin Eberlei 7855eda57a Explain classmap generation in documentation 12 years ago
Jordi Boggiano 202cfb4fb9 Some docs update 13 years ago
Jordi Boggiano 605fae42a6 Remove fenced blocks in docs 13 years ago
Benjamin Eberlei 24de082fd5 Refactored 13 years ago
Benjamin Eberlei db64917a83 Renamed install-project to create-project to differentiate from just "install". 13 years ago
Benjamin Eberlei 62bdaaf408 Add docs 13 years ago
Jordi Boggiano 8ba76fe6d2 Boost default timeout to 5min 13 years ago
Jordi Boggiano f101ec16f6 Add process-timeout docs 13 years ago
Igor Wiedler 765c1774a9 [docs] inconvenient typo 13 years ago
Igor Wiedler 672e7d85a1 [docs] re-word some things, document env vars 13 years ago
Michael Cullum 0accac7974 Fix links broken due to newlines. 13 years ago
Jordi Boggiano b8f200b0f2 Fix link 13 years ago
Jordi Boggiano a71f9c71f0 Move schema into res folder 13 years ago
Jordi Boggiano 46931824fb Rename faqs to articles 13 years ago
Jordi Boggiano 38ef1dcb24 Doc fixes 13 years ago
Igor Wiedler e4143f98c5 [docs] mention coding standards 13 years ago
Igor Wiedler 9cc02a7596 [docs] minor fixes 13 years ago
Igor Wiedler b71db7607d [docs] fix smarty source reference 13 years ago
Igor Wiedler 1f6ac63d85 [docs] remove resources from community 13 years ago
Igor Wiedler 08af50220e [docs] add community chapter 13 years ago
Igor Wiedler 1dc25641c0 [docs] wrap newlines at 80 chars 13 years ago
Igor Wiedler 397ca5ddbf [docs] add section to repositories about hosting your own composer repo 13 years ago
Igor Wiedler be47869f56 [docs] add repository sections for pear and package repos 13 years ago
Igor Wiedler c42e37037a [docs] wrap all lines to 80 chars 13 years ago
Igor Wiedler cabe1c2949 [docs] add vcs repo section to repos chapter 13 years ago
Igor Wiedler c8f3fa5800 [docs] add cli sample to quote block 13 years ago
Igor Wiedler 31a75f06da [docs] put notes into quote blocks to highlight them 13 years ago
Igor Wiedler b6079f73ba [docs] beginning of the repositories chapter 13 years ago
Igor Wiedler f4511271a8 [docs] schema chapter describing composer.json 13 years ago
Igor Wiedler 57c13df37e [docs] chapter about the cli 13 years ago
Igor Wiedler 7a66eb3367 [docs] add a note about the lock file to the libs chapter 13 years ago
Igor Wiedler 868fc255b1 [docs] add section about publishing to vcs and on packagist 13 years ago
Igor Wiedler f4984e9a1e [docs] first parts of the libraries chapter 13 years ago
Igor Wiedler 33f49462bd [docs] adjust wildcard version constraint explanation 13 years ago
Igor Wiedler b56ae1a484 [docs] add section about packagist 13 years ago
Igor Wiedler e825ceaea0 [docs] basic usage chapter 13 years ago
Igor Wiedler 61d24acaa2 [docs] introduction chapter 13 years ago
Jordi Boggiano edae6d5eab Merge pull request #284 from simensen/packagist-update-schedule-faq
Update Schedule
13 years ago
Beau Simensen bf0f0cf73e Updated to reference @Seldaek notes and refer to GitHub Post-Receive URL PR. 13 years ago
Maks3w ba2dc9b7c3 Typo and coding style 13 years ago
Beau Simensen d115c265cb Not sure I have the timing right, but figured this is a good place to start. 13 years ago
Jordi Boggiano 39ab5017aa Update scripts docs 13 years ago
François Pluchino 2902e9ee06 Update doc/faqs/triggers.md 13 years ago
François Pluchino 1699b5c338 Update trigger faq 13 years ago
François Pluchino f017074655 Remove package trigger
Rename GetTriggerEvent on TriggerEvent
Remove get/set Application in TriggerEvent
Remove get/set Dispatcher in TriggerEvent
Add get/set Composer in TriggerEvent
Add get/set IO in TriggerEvent
Restaure ConsoleIO and IOInterface
Update Faq
13 years ago
François Pluchino 2f6a3ce8b9 Add system trigger 13 years ago
Jordi Boggiano c9929a2e82 Minor doc tweaks 13 years ago
Beau Simensen c1d1482393 This was nowhere near accurate before. Must have been thinking about the wrong then when I wrote this. 13 years ago
Beau Simensen 1b908d4f80 Changing vendor bin configuration 13 years ago
Beau Simensen 4748e1dacb Tweaks on Windows section of the doc 13 years ago
Beau Simensen 8507bcf298 Updates per @stof 13 years ago
Beau Simensen d21fca24a6 Forgot a bit. :-/ 13 years ago
Beau Simensen 70187699aa vendor bins documentation 13 years ago
Jordi Boggiano 17e9694317 Update composer.json schema 13 years ago
Jordi Boggiano 89caa9b117 Rewrite autoloader to use only PSR-0, remove splitting of PEAR path 13 years ago
Igor Wiedler 611639d26d define types for autoload and repositories 13 years ago
Igor Wiedler 72a1f66b7a rename installAs to target-dir 13 years ago
Igor Wiedler ea31039556 [autoload] autoloading prototype 13 years ago
Nils Adermann 7558731830 Fix documentation layout 13 years ago
Nils Adermann 4d5655a604 Add basic specification of the default solver policy behaviour 13 years ago
Jordi Boggiano 044081691f Update json-schema 13 years ago
Jordi Boggiano c67d8ee2a3 Add note to schema 13 years ago
Jordi Boggiano 6c2e4ed357 Add json-schema spec file for composer.json validation 13 years ago