1
0
Fork 0
Commit Graph

185 Commits (7d45ce9d8fe0dfa67d2c55dd5f2e8446e22c75ed)

Author SHA1 Message Date
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