Markus Staab
|
c876613d5c
Added "Read more at" links to all commands (#8019)
|
6 年之前 |
Jordi Boggiano
|
ff59bbdab0
CS fixer
|
7 年之前 |
refael iliaguyev
|
b63e2de819
add alias `i` to the install command
|
7 年之前 |
Nicolas Grekas
|
6d4e60b991
Add --apcu-autoloader option to enable APCu caching of found/not-found classes
|
9 年之前 |
Fabien Potencier
|
69740bbbee
Refactor some common logic in Command classes
|
8 年之前 |
Jesse Donat
|
cbfd81dc99
Adds flag to allow suggestions to be skipped
|
9 年之前 |
Jordi Boggiano
|
4319435154
Make sure the --no-plugin is documented as available everywhere and not redefined
|
9 年之前 |
Niels Keurentjes
|
692a3ed300
Renamed Composer\Console\Command to BaseCommand for consistency with other abstract base classes.
|
9 年之前 |
Jordi Boggiano
|
8913ac2fff
Merge pull request #4362 from bd808/classmap-authoritative-cli
|
9 年之前 |
Olivier Laviale
|
cc522c20bb
Optimized this->getIO()
|
9 年之前 |
Bryan Davis
|
cc2b9cfca5
Add cli argument for classmap-authoritative
|
10 年之前 |
Rob Bast
|
cb336a5416
Implement writeError throughout Composer
|
10 年之前 |
Jordi Boggiano
|
b39e0a271f
Merge pull request #3517 from WouterJ/patch-2
|
10 年之前 |
Wouter J
|
32218e97d1
Added deprecated warning for the dev option
|
10 年之前 |
Bryan Davis
|
ad1f8e6c5a
Add classmap-authoritative config setting
|
10 年之前 |
Jordi Boggiano
|
095dc61295
Rename runAutoloader to dumpAutoloader, refs #3453
|
10 年之前 |
Matthew J. Sahagian
|
198ac7bc5b
Expose no autoloader option to install command
|
10 年之前 |
Jordi Boggiano
|
94926218e8
CS fixes
|
10 年之前 |
Jordi Boggiano
|
ec0463a400
Add tests for platform packages required by root and avoid creating rules altogether instead of disabling them, refs #3320
|
10 年之前 |
alu
|
b7fa302b90
add ignore-platform-package-requirements for update/install commands.
|
10 年之前 |
Jordi Boggiano
|
ac497feaba
CS fixes
|
11 年之前 |
Jordi Boggiano
|
a90a05a059
Detect composer install foo/bar misuse and suggest alt
|
11 年之前 |
Robert Boloc
|
5e5311a224
use optimize-autoloader config param in update and install commands
|
11 年之前 |
Jordi Boggiano
|
e126c92525
Fix exit codes, cc @tyrael
|
11 年之前 |
Nils Adermann
|
d00ca4bcdb
Add a Command event triggered by all comands which load plugins
|
11 年之前 |
Nils Adermann
|
15ac7be6f1
Fix disabling plugins which has to happen in the factory now
|
12 年之前 |
Nils Adermann
|
f0b45099c1
Correct authorship info for files I edited
|
12 年之前 |
Nils Adermann
|
b83535d2d9
Add back --no-custom-installers option with a deprecated warning
|
12 年之前 |
Nils Adermann
|
01a08a2ff3
As preparation for composer plugins, rename custom installers to plugins
|
12 年之前 |
Jordi Boggiano
|
22c7d4119f
install and create-project now default to dev mode (use --no-dev for production installs)
|
12 年之前 |