811 Commits (47da91d99830f8136ba151456245673447c3c564)

Author SHA1 Message Date
Jordi Boggiano a79d0ab886 Merge remote-tracking branch 'jeremyFreeAgent/feature/tree' 9 years ago
JamesRezo b4e0d1e879 Indentation 9 years ago
JamesRezo 33f725e99b Satis documentation updates 9 years ago
Łukasz Wojciechowski f627365359 Fix broken link on Community docs page 9 years ago
Jérémy Romey 36271a7dd1 Added a tree view of required packages 9 years ago
Sullivan SENECHAL 9fd67e9e82 Add alias trick on xdebug documentation part 9 years ago
Jordi Boggiano 25fd5065f7 Tweak path repo docs, refs #4588 9 years ago
Jordi Boggiano 1de34e0968 Fix php example 9 years ago
= 1c3c84cf88 Typo fix ("Example:" must go outside the JSON block). 9 years ago
= 9fd9d34b40 Describe how to reference PHP versions and PHP extensions. 9 years ago
Jordi Boggiano a10bffec0e Merge remote-tracking branch 'GromNaN/gitlab' 9 years ago
Jordi Boggiano 7a06615bf0 Add env var to disable xdebug warnings, refs #4622 9 years ago
Jordi Boggiano f2b0e2284a Remove suggestion which is now kinda useless 9 years ago
Jordi Boggiano 4071b09091 Merge pull request #4615 from staabm/xdebugwarn
add a warning when xdebug is loaded while running composer commands
9 years ago
Markus Staab a59f0a7ca8 add a warning when xdebug is loaded while running composer commands 9 years ago
Rob 06586c9b40 Merge pull request #4612 from potherca/path-repository-documentation
Adds more details about Path Repository to the Documentation - #4412
9 years ago
Ben Peachey 11c71fb09f Review feedback: fixes line length and typos. 9 years ago
Rob d7d91269ec Merge pull request #4554 from Minishlink/patch-1
Add "out of memory" tip
9 years ago
Ben Peachey 9775379e64 Adds some more details about Path Repository #4412
- Mentions symlinking
- Mentions absolute paths also being supported
9 years ago
Jordi Boggiano adc0bbeeb9 Forward args/flags down to referenced events 9 years ago
Jérôme Tamarelle ac68a721f4 Merge remote-tracking branch 'composer/master' into gitlab
Conflicts:
	doc/04-schema.md
	src/Composer/Util/RemoteFilesystem.php
9 years ago
Giorgio Premi a25492d1b9 Allow composer script call with @ syntax 9 years ago
Jordi Boggiano 5a5088eb34 Add docs about wildcard support 9 years ago
Jordi Boggiano 463236cb74 Close code block in docs and tweak some wording 9 years ago
Jordi Boggiano 084f6de24e Merge remote-tracking branch 'trivago/add_exclude'
Conflicts:
	doc/04-schema.md
	src/Composer/Autoload/AutoloadGenerator.php
9 years ago
Louis Lagrange 842e09a143 Typo 9 years ago
Louis Lagrange 3df536a3ba Wrap lines at the correct limit
Assuming this limit is 80 cols.
9 years ago
Louis Lagrange fbe2a5e726 Add "out of memory" tip 9 years ago
Jordi Boggiano 615638c7c3 Simplify bin-compat by removing the nosymlink option, refs #3704 9 years ago
Jordi Boggiano c9b51a5751 Merge remote-tracking branch 'kocsismate/feature-bin-compat' 9 years ago
Rob 7a9eb02190 Merge pull request #4455 from samsaggace/config_archive
Enable command line configuration for archive-dir and archive-format
9 years ago
Nicolas Toniazzi b6df8549cd Merge remote-tracking branch 'parent/master'
Conflicts:
	src/Composer/Factory.php
9 years ago
3onyc 8cacb16cce Typo: prefering -> preferring 9 years ago
Sebastien Chemin 13f6ae1820 Fix archive-dir documentation example
Use an example of archive-dir configuration
9 years ago
Jordi Boggiano 8f44f9cc67 Merge pull request #4422 from dennisbirkholz/wildcard-repositories
Enable wildcards in path names for path repositories
9 years ago
Jordi Boggiano 8913ac2fff Merge pull request #4362 from bd808/classmap-authoritative-cli
Add cli argument for classmap-authoritative
9 years ago
Jordi Boggiano 620e629ec3 Update some more descriptions, refs #4114 9 years ago
Jordi Boggiano b9fbd5e5b1 Merge remote-tracking branch 'nevvermind/patch-2' 9 years ago
Dennis Birkholz 17636d1bd2 Use 'note' box to inform about wildcards 9 years ago
Dennis Birkholz e4435790a4 Documentation 9 years ago
Gabriele Santini dd0070af98 Update 05-repositories.md
fix typo
9 years ago
Samuel ROZE 284e4761bf Add documentation about the `path` repository 9 years ago
Rob 9f6fdfd703 spelling 9 years ago
Daniel Fahlke f0d6436293 add period 9 years ago
Daniel Fahlke d19aeab55c add another case when package is not found
occurred for my when I wanted to update a meta package, where nearly **ALL** dependencies changed their version.
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
Rob Bast 91336a8312 Merge branch 'feature/document-need-to-require-autoloader-in-script-hooks' of git://github.com/jeskew/composer into jeskew-feature/document-need-to-require-autoloader-in-script-hooks
* 'feature/document-need-to-require-autoloader-in-script-hooks' of git://github.com/jeskew/composer:
  "No files" was inaccurate; amend to specify "no files except"
  House style requires concatenation in examples
  Reiterate the disclaimer in the context of callbacks
  Add a line and example to the documentation covering the need to require the autoloader file in order to use autoloaded files
9 years ago
Jordi Boggiano 976491d865 Rewrap markdown, refs #4329 9 years ago
emersonthis 5508bb8725 Clarified instructions 9 years ago
Kocsis Máté 87c16073ec Merge branch 'master' of https://github.com/composer/composer into feature-bin-compat 9 years ago
Jordi Boggiano c6cc6dd607 Advise the use of absolute paths, fixes #4259 9 years ago
Jordi Boggiano b260a9972f Timeouts are not necessarily cause for alarm 9 years ago
Jordi Boggiano dafa9efa8f Remove whitespace 9 years ago
Jordi Boggiano ff84b32097 Add degraded mode to try and bypass ipv6/gzip issues, refs #4142, refs #4121 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
Nils Adermann 93fd8a928a Merge pull request #4235 from localheinz/fix/colon
Fix: Streamline options in documentation
9 years ago
Ivan Krechetov a9b98dc5b0 Fix a typo: interally -> internally 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
Jordi Boggiano 5ba41514a9 Merge remote-tracking branch 'alcohol/add-suggests-command' 9 years ago
Jordi Boggiano e817dba90c Rendering fix, refs #4172 9 years ago
Jordi Boggiano 812167b2a0 Formatting tweaks, refs #4172 9 years ago
Jordi Boggiano edf121ce11 Minor tweaks, refs #4172 9 years ago
Jordi Boggiano 720a25abb9 Merge remote-tracking branch 'alcohol/split-schema-documentation' 9 years ago
Jeremy Postlethwaite 558fca8a23 Changing config.json to satis.json
Updating docs to use `satis.json` instead of `config.json`
9 years ago
Jonathan Eskew 4e3fbeabfc "No files" was inaccurate; amend to specify "no files except" 9 years ago
Jonathan Eskew 56ffa407f1 House style requires concatenation in examples 9 years ago
Rob Bast 16a7cf19fc outside of table, no need to escape 9 years ago
Rob Bast d8d2bcadde added some links and some restructuring 9 years ago
Rob Bast 50db9393e5 better phrasing / structure + moved version testing link 9 years ago
Rob Bast 10b813fc40 reworking basic usage, added versions article 9 years ago
Rob Bast eb98613672 add installer information 9 years ago
Rob Bast 4ddd5aa37f cleaned up intro page a bit 9 years ago
Sam Minnee 5cd1b6d56f Added documentation about -stable suffix in version range comparison. Fixes #4080. 9 years ago
Jonathan Eskew 5fe37357a2 Reiterate the disclaimer in the context of callbacks 9 years ago
Jonathan Eskew 26a2e94e78 Add a line and example to the documentation covering the need to require the autoloader file in order to use autoloaded files 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 48ff6b61b3 ucfirst packagist 9 years ago
Rob Bast eba72fdd43 removed uneccesary nesting 9 years ago
Rob Bast 5a2a78fd29 the note already explains the same, but better 9 years ago
Rob Bast 3e1b7ee295 link back to schema 9 years ago
Rob Bast 6ee6074a5c more consistent ucfirst composer references 9 years ago
Rob Bast db4b8dd42b wordwrap at 80 9 years ago
Rob Bast 3ed4be072d split list into individual sections/paragraphs 9 years ago
Rob Bast 859522ffb7 moved some non-config sections back 9 years ago
Rob Bast 141f2b626f link from schema to config 9 years ago
Rob Bast 016cc7ee19 splitting up some docs, closes #4155 9 years ago
Thibault Jamet 460f2f438e Update documentation with new archive configuration 9 years ago