270 Commits (a3f9d300f3ec0be2150d53be0e4f814460800346)

Author SHA1 Message Date
Sven Gerlach da4d5c670a Added option --no-scripts for require and remove command to 03-cli.md 8 years ago
Mathias Brodala d9909993b2 Add --prefer-stable and --prefer-lowest to "require" command
Fixes #5314
8 years ago
Jordi Boggiano 4319435154 Make sure the --no-plugin is documented as available everywhere and not redefined 8 years ago
Jordi Boggiano 35fbf9bc14 Merge branch '1.0' 8 years ago
Jordi Boggiano fd5f90989f Add --all to oudated command and switch it to show only outdated by default, fixes #5253 8 years ago
Jordi Boggiano 135783299a Add support for editing top level properties and extra values, replaces #2415, fixes #1411, fixes #2384 8 years ago
Bilal Amarni b93ea0e540 [doc] add a command helper for the global bin dir 8 years ago
Jordi Boggiano aabe21d84d Add --direct and --outdated flags to ShowCommand & OutdatedCommand, fixes #5240 8 years ago
Jordi Boggiano e7069dd5e8 Tweak colors in the output, make sure we load the proper version according to stability flags and add outdated command, refs #5028 8 years ago
Jordi Boggiano 21a9f21cc8 Add package filtering in show command, fixes #5212, closes #5215 8 years ago
Jordi Boggiano 134ce134a2 Rename COMPOSER_DISABLE_ROOT_WARN to COMPOSER_ALLOW_SUPERUSER, refs #5119 8 years ago
Jordi Boggiano cb8587cdad Add COMPOSER_DISABLE_ROOT_WARN env var and skip root warning on self-update command as well, refs #5119 8 years ago
Jordi Boggiano 2c9326bacb Merge remote-tracking branch 'wenkepaul/master' 8 years ago
Andrew Marcinkevičius bddf0d4f46 Fix typo 8 years ago
Paul Wenke d2c5479b2d Updated documentation and fixed formatting in Bitbucket Util. 8 years ago
Jordi Boggiano 1aec1c1fc8 Add --repository flag to init command, and rename --repository-url to --repository in create-project, fixes #4200, closes #4207, closes #2604, fixes #2920 8 years ago
Jordi Boggiano 44cfad36b7 Merge remote-tracking branch 'curry684/sort-suggestions' 8 years ago
Jordi Boggiano 04a1085d47 Rename new flag to --root-reqs, refs #4938 8 years ago
Jordi Boggiano 35d26db704 Add docs for exec command, refs #4887 8 years ago
Jordi Boggiano f681dbc51e Merge remote-tracking branch 'curry684/rewrite-depends' 8 years ago
Niels Keurentjes 47da91d998 Updated documentation for depends/prohibits. 8 years ago
Niels Keurentjes 53b6417707 Missed some docs on composer depends. 8 years ago
Niels Keurentjes 126e71a991 Adds a --timeout parameter to run-script to override default timeout. 8 years ago
Niels Keurentjes 21e262cb8a Documentation updated for new depends parameters. 8 years ago
Niels Keurentjes 575e3fd3d8 Updated docs for new suggest parameters. 8 years ago
Bilal Amarni 8b4761ff14 [doc] add -H flag to sudo commands 8 years ago
Jordi Boggiano 593b88e414 Let users configure *any auth* via COMPOSER_AUTH and add it to the docs, refs #4546 8 years ago
Bilal Amarni e727f9f5fe [Config command] allow to pass options when adding a repo 8 years ago
Jordi Boggiano 3e9efcfb85 Merge remote-tracking branch 'ntoniazzi/master' 8 years ago
Jordi Boggiano d7c61c50ad Merge branch 'tls-config' 8 years ago
Jordi Boggiano a0398286ba Wording fixes 8 years ago
Sullivan SENECHAL 358b798ac3 Add Symfony 3 special case on depends command doc 8 years ago
Jordi Boggiano f8dff0867c Remove --disable-tls/--cafile flags and rely solely on config options plus some wording clarifications 8 years ago
Jordi Boggiano 5d015defb8 Merge remote-tracking branch 'origin/master' into tls-config 8 years ago
Bilal Amarni ec7d9f9fad [doc] add a link about composer auto-completion 8 years ago
Jordi Boggiano 814e09c456 Clarify global packages and what global cmd does, fixes #4495, closes #4525 8 years ago
Jordi Boggiano 42cb3dafc4 Merge remote-tracking branch 'Soullivaneuh/depends-replaces' 8 years ago
Jordi Boggiano 4fbf15e6d6 Tweaks and add new args to docs, refs #4663 8 years ago
Sullivan SENECHAL 0eb7e2f216 Add --with-replaces option on depends command 9 years ago
Sullivan SENECHAL fb5ea02b49 Update depends output on documentation 9 years ago
Jordi Boggiano bb2e29ba28 Add warning about --tree 9 years ago
Jérémy Romey 36271a7dd1 Added a tree view of required packages 9 years ago
Jordi Boggiano 7a06615bf0 Add env var to disable xdebug warnings, refs #4622 9 years ago
Nicolas Toniazzi b6df8549cd Merge remote-tracking branch 'parent/master'
Conflicts:
	src/Composer/Factory.php
9 years ago
Bryan Davis 71cb587611 Add autoloader cli options to `require` and `remove`
Update the `composer require` and `composer remove` commands to support
the `--optimize-autoloader` and `--classmap-authoritative` cli options
and associated configuration settings. All cli entry points that invoke
`Installer::run()` or `AutoloadGenerator::dump()` now have consistent
support for these autoloader optimization flags.
9 years ago
Bryan Davis cc2b9cfca5 Add cli argument for classmap-authoritative
Add a `--classmap-authoritative (-a)` argument to `composer install`,
`composer update` and `composer dumpautoload`. This enables the same
authoritative classmap behavior as the existing `classmap-authoritative`
configuration setting. The option can be used for creating highly
optimized production autoloaders via `composer install --no-dev
--optimize-autoloader --classmap-authoritative` for projects where
multiple autoloaders are present and unnecessary `file_exists` calls
introduce performance issues.

Closes #4361
9 years ago
Nils Adermann 417516098e Document that lock file name uses COMPOSER env var 9 years ago
Andreas Möller 5828f6202d Enhancement: Also validate lock file 9 years ago
Nils Adermann 39e6f51bef Clarify --no-check-publish in docs 9 years ago
Nils Adermann 984c0afddf Merge pull request #4230 from localheinz/fix/validate
Fix: Update docs for validate command
9 years ago
Andreas Möller cb1470775c Enhancement: Also validate if composer.lock is up to date 9 years ago
Andreas Möller 8b7f2c4984 Fix: Render option mono-spaced 9 years ago
Andreas Möller db1d58f3d3 Fix: Append colon to option name (for consistency) 9 years ago
Andreas Möller 22ecd0b740 Fix: Update docs for require command 9 years ago
Jordi Boggiano 0964c02acb Use only one level of verbosity 9 years ago
Rob Bast adc3e3a7f2 fixed typo (and auto whitespace) 9 years ago
Rob Bast b523a22641 updated doc 9 years ago
Rob Bast 760eeb0b03 reworked suggests command 9 years ago
Gusakov Nikita f1af16984e [Command] Add suggests command 9 years ago
Nicolas Toniazzi 7d63eb5718 Merge remote-tracking branch 'parent/master'
Conflicts:
	doc/04-schema.md
9 years ago
Rob Bast 4202032c56 updated config links 9 years ago
Rob Bast 6ee6074a5c more consistent ucfirst composer references 9 years ago
Possum 2e99b9fdf5 Use https where possible 9 years ago
Jordi Boggiano a57c51e8d7 Finalize platform override feature
- Added tests, docs
- Persist to lock file
- Add support in config command
- Added to json schema
9 years ago
Rob Bast 1575f19ef2 Updated documentation 9 years ago
Nicolas Toniazzi 865eab602f Merge remote-tracking branch 'parent/master'
Conflicts:
	src/Composer/Factory.php
9 years ago
Hannes Van De Vreken 955e3f776a Add notion of autoloader skipping autoload-dev rules 9 years ago
Padraic Brady 6ce20d36b6 Resolve final conflicts 9 years ago
Padraic Brady 19e24c5804 Merge branch 'master' into tls-config
Conflicts:
	.travis.yml
	doc/03-cli.md
	src/Composer/Command/ConfigCommand.php
	src/Composer/Command/CreateProjectCommand.php
	src/Composer/Command/DiagnoseCommand.php
	src/Composer/Command/InstallCommand.php
	src/Composer/Command/RequireCommand.php
	src/Composer/Command/SelfUpdateCommand.php
	src/Composer/Command/ShowCommand.php
	src/Composer/Command/UpdateCommand.php
	src/Composer/Config.php
	src/Composer/Downloader/FileDownloader.php
	src/Composer/Factory.php
	src/Composer/Repository/ComposerRepository.php
	src/Composer/Repository/PearRepository.php
	src/Composer/Repository/Vcs/VcsDriver.php
	src/Composer/Util/GitHub.php
	src/Composer/Util/RemoteFilesystem.php
9 years ago
Jordi Boggiano 8d0c1a14b3 Add --ignore-platform-reqs to create-project, refs #1426 10 years ago
Jordi Boggiano b8f4960f0d Merge remote-tracking branch 'mattsah/master' 10 years ago
Jordi Boggiano c54d6f93e3 Add --absolute to resolve absolute paths in config command, otherwise set default back to relative 10 years ago
Nicolas Toniazzi ad9c3d3b30 Merge branch 'master' of https://github.com/composer/composer
Conflicts:
	src/Composer/Factory.php
10 years ago
Jordi Boggiano 901fd838f3 Merge pull request #3450 from nicolas-grekas/prefer-lowest-stable
add --prefer-lowest and --prefer-stable to update command
10 years ago
Nicolas Grekas e821ac2772 Persist prefer-lowest in composer.lock 10 years ago
Rob d26f817cfd rewriting some documentation sections 10 years ago
Jordi Boggiano 90a69cd02e Add new arg to docs, refs #3385 10 years ago
ntoniazzi b79f38fd99 Conforming to XDG Base Directory Specification (http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) 10 years ago
Matthew J. Sahagian 14fe882b44 Added no-autoloder option to install and update 10 years ago
Olivier Laurendeau 1c5c334b48 Update remove command's documentation 10 years ago
Olivier Laurendeau af79a104d9 Update require command's documentation 10 years ago
Veres Lajos 7f64afcbe8 typo fix 10 years ago
Jordi Boggiano 8a29c812e3 Fix docs 10 years ago
Jordi Boggiano 97f191a7a7 Add --ignore-platform-reqs to docs, refs #3320 10 years ago
Jordi Boggiano 2e1373b339 Update require message and delete empty file at the end in case of failure, fixes #3260 10 years ago
jakoch d45996111f docu fix (removed dangling "times." introduced by 22afc074a9) 10 years ago
Jordi Boggiano fb5d01d635 Tweak some page titles 10 years ago
Jordi Boggiano 22afc074a9 Add browse command to docs, add a -H flag and tweak fallback mechanism to maximize chances of opening something, refs #2445 10 years ago
Jordi Boggiano e3f32a79f3 Finalize and bring up to speed the remove command, refs #2479 10 years ago
Jordi Boggiano 70d9cad549 Merge remote-tracking branch 'pierredup/remove-command'
Conflicts:
	src/Composer/Console/Application.php
10 years ago
Jordi Boggiano 0c85ca426d Add code-fences to examples for syntax highlighting 10 years ago
Jérôme Macias 4f417e3985 Add --no-check-all option to composer validate command 10 years ago
Pádraic Brady 6c7dd39837 Merge branch 'master' of github.com:composer/composer into tls-config 10 years ago
Pádraic Brady 69bbe0918d Minimal documentation updates 10 years ago
Jordi Boggiano 790a25c348 Adjust dump command, add another test, update docs, refs #1344 10 years ago
Jordi Boggiano e19da1435e Update docs for the new flag 10 years ago
Jordi Boggiano 8775a89710 deprecate target-dir and update docs to recommend psr-4, refs #2459 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
Pierre du Plessis 5267622bba Add remove command to remove a package from the list of current installed packages 11 years ago
Bilal Amarni 61cc291c8a [CreateProject] allowed pretty version constraint 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
Yuya Takeyama c88d461efd Fix link to COMPOSER_HOME 11 years ago
Jordi Boggiano 3f8836ff10 Fix some docs 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
radnan b743ea8dd4 added documentation for no_proxy env var 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 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
Jordi Boggiano b422261219 Add missings bits and pieces to cli docs 11 years ago
Jordi Boggiano 8c197d2325 Fix CS and wording, remove lowercased env var, add env var to docs 11 years ago
Jordi Boggiano 894f530898 Add COMPOSER_DISCARD_CHANGE env var, refs #1188 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
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
Jordi Boggiano c32470c7df Update docs, fix tests 11 years ago
Michael Gooden 660861c7fd Update 03-cli.md
Fix small typo.
11 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
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 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 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 77062eb792 [docs] --stability option for init command 12 years ago
Igor Wiedler 5317f9e542 [docs] create-project command --stability option 12 years ago
Jordi Boggiano 5480f7ba26 Fix option name 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
Ismael Ambrosi 40d289feba Added reference to --dev option in show command 12 years ago
Jordi Boggiano fde3135a12 Add dump-autoload docs 12 years ago
till 37b1e4c4a8 Share more info about COMPOSER_HOME/config.json. 12 years ago
Kyle Robinson Young 6375bc5551 Typo fixes 12 years ago
Grégoire Pineau 3068e92446 [Doc] Added a note to install composer globally 12 years ago