627 Commits (b7c827c2e5cc407496ea90e3334ad41124b93da5)

Author SHA1 Message Date
Jordi Boggiano 8dd0594983 Cleaner install instruction without curl 11 years ago
Nils Adermann 2b1a7c2ba0 Merge pull request #2640 from webflo/master
Replace %name% with %package% in 05-repositories.md
11 years ago
Chris Smith 78568b49d6 Correct use of English 11 years ago
Chris Smith 0858e96ac6 Correct capitalisation of OAuth 11 years ago
Chris Smith f1af43068c Change docs to reflect support for GitHub 2FA 11 years ago
thewilkybarkid 3c75cf59e8 Correct JSON 11 years ago
Nils Adermann 0238aaf5ac Merge pull request #2629 from moranjk/master
Implemented Pre/Post Archive Script Events
11 years ago
James Moran c103b54991 updated documentation with pre/post archive events 11 years ago
Florian Weber 3b25703f35 Replace %name% with %package% in 05-repositories.md 11 years ago
Nils Adermann 4ec4ba1397 Merge pull request #2618 from stof/patch-5
Fixed a typo in the doc about github auth
11 years ago
Anthon Pang d07339382d add lib-icu and hhvm 11 years ago
Christophe Coevoet 57d1cff0bc Fixed a typo in the doc about github auth 11 years ago
Nils Adermann 7adc41d02c Merge pull request #2605 from robertboloc/feature-config_optimize_autoload_always
Added config option to optimize the autoloader always
11 years ago
Robert Boloc 8a221854b1 changed name of the option to optimize-autoloader 11 years ago
Robert Boloc 55da519cae added information to the docs 11 years ago
Daniel Londero e776294616 Add API rate limit and two factor authentication doc 11 years ago
Jordi Boggiano 8775a89710 deprecate target-dir and update docs to recommend psr-4, refs #2459 11 years ago
Jordi Boggiano b23742e30c Merge remote-tracking branch 'donquixote/feature/psr4-complete' 11 years ago
Luis Cordova 8d10181873 documentation for http basic authentication method for repositories 11 years ago
Jordi Boggiano 09602bbf00 Merge pull request #2531 from cordoval/1762-document-archive
[Docu | WCM] add documentation entry for archive command on 03-cli.md
11 years ago
Luis Cordova 32eba1f142 plug version example to the command call 11 years ago
Luis Cordova 05af035219 add documentation entry for archive command on 03-cli.md 11 years ago
Jordi Boggiano 6ead35f189 Add version arg, docs for --rollback and reorganize the code, refs #2522 11 years ago
Jordi Boggiano f85a366eb9 Finalize new autoloader-suffix config value, refs #2524, fixes #1413 11 years ago
Jordi Boggiano 8a5d072b87 Merge pull request #2519 from cebe/patch-1
Docs: Added Note about tags vs. version constraint
11 years ago
Jordi Boggiano fa60a9974a Merge pull request #2515 from asgrim/patch-1
Add information on how to run scripts manually
11 years ago
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.
11 years ago
James Titcumb 7799c27df0 Removed sneaky typo 11 years ago
James Titcumb 8bdffd75ce Add information on how to run scripts manually 11 years ago
Adán Lobato f9f144862e Fixed minor typo on 'require' property 11 years ago
Andreas Hennings 39c09d5192 Add psr-4 stuff in a few more places. 11 years ago
Pierre du Plessis 5267622bba Add remove command to remove a package from the list of current installed packages 11 years ago
Nico Schoenmaker 14b463da1c Added reference to script events in plugins.md 11 years ago
Bilal Amarni 61cc291c8a [CreateProject] allowed pretty version constraint 11 years ago
Elan Ruusamäe 847b33da44 drop ^A
added probably mistakenly in e34dae4d42
11 years ago
Elan Ruusamäe b92bce5569 Minor typo fix
introduced from 6ce0bf7cbf with #2314
11 years ago
Jordi Boggiano f134e09f45 Add stronger warning in docs about #<ref> hack, refs #2410 11 years ago
Thomas Szteliga 36712386f9 Composer supports four types. 11 years ago
Jordi Boggiano d3ff302194 Merge pull request #2375 from gena01/github-ee
Fixing #728 Adding basic support for Github Enterprise
11 years ago
Elliott Peay c14e277476 Update 05-repositories.md
Typo, which is best addressed as a small rewrite.
11 years ago
Jordi Boggiano 7148b22414 Add github-domains config value for GitHub Enterprise setups, fixes #728
Signed-off-by: Gennady Feldman <gena01@gmail.com>
11 years ago
ernest leitch ebece5a3b9 Update 00-intro.md
Updated spelling
11 years ago
ernest leitch 1e4ace764d Update 00-intro.md
Added note to help install PHP via brew if it's missing.
11 years ago
Joshua Gigg c4818e5cb4 Fix code formatting introduced by PR #2333 11 years ago
Jordi Boggiano 3dd3233e20 Clarify tag docs, fixes #2343 11 years ago
Jordi Boggiano 5e160c0f9e Merge pull request #2333 from giggsey/patch-1
Add documentation for resolve-dependencies
11 years ago
Jordi Boggiano 7cfeccb101 Merge pull request #2327 from pl-github/with-dependencies
Change dependency processing for update with whitelisted packages
11 years ago
Jordi Boggiano 28abb08da8 Move homebrew docs to the docs 11 years ago
Jordi Boggiano f220da8065 Merge pull request #2322 from s-e/patch-1
added warning about referencing dependencies in pre-install and pre-update
11 years ago
Jordi Boggiano 6ce0bf7cbf Update docs for #2314 11 years ago
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