713 Commits (1bf03e9621d3c2f72e931b8142cfea25eca61b8d)

Author SHA1 Message Date
Rob 7a9eb02190 Merge pull request #4455 from samsaggace/config_archive
Enable command line configuration for archive-dir and archive-format
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
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