Jordi Boggiano
|
755482ddb1
Merge branch '1.5'
|
7 years ago |
Jordi Boggiano
|
a928ffa4ee
Fix require command when specifying non-stable versions, fixes #6859
|
7 years ago |
Jordi Boggiano
|
e5d07fde6b
Merge pull request #6743 from zachflower/feature/init_defaults
|
7 years ago |
Jordi Boggiano
|
fedef55362
Merge remote-tracking branch 'arjank/abandoned_package_warning'
|
7 years ago |
Jordi Boggiano
|
0b3bc4ccb9
Merge branch '1.5'
|
7 years ago |
Jordi Boggiano
|
a691a179e5
Merge remote-tracking branch 'naderman/improve-not-found-error' into 1.5
|
7 years ago |
Jordi Boggiano
|
b4df2c9517
Avoid reverting the composer.json in case of a composer require/remove failure that is unrelated to the Solver
|
7 years ago |
Zachary Flower
|
a59f7399bf
Use environment variables to define default values instead
|
7 years ago |
Nils Adermann
|
685bc08c0a
Improve the error on init/require if a package could not be found
|
7 years ago |
Jordi Boggiano
|
7c7c91344a
Avoid some error paths, refs #6678
|
7 years ago |
Zachary Flower
|
9ed0a2d35f
Use default configs, where applicable, in init
|
7 years ago |
Arjan
|
a03efa2fda
Composer init - abandoned package warning
|
7 years ago |
Michal Lulco
|
c409f96353
Removed unused uses
|
7 years ago |
Michal Lulco
|
1efe02f2e1
Search similar package when package could not be found
|
7 years ago |
Michal Lulco
|
84fed794d7
Trying to find package with similar name when package could not be found
|
7 years ago |
Ivan Pepelko
|
877bad7933
Added $_SERVER['USER'] as possible value for <vendor> part of package name.
|
8 years ago |
CupOfTea696
|
14adc03225
Auto-skip interactive require when set by option
|
8 years ago |
Jose Miguel Pérez Ruiz
|
b2f62bc06c
Fix Init Command to accept author names with Unicode combining diacritical marks
|
8 years ago |
Jordi Boggiano
|
122e422682
CS fixes
|
8 years ago |
Jordi Boggiano
|
586f4bac87
Make use of prefer-stable/minimum-stability when picking versions in require command, fixes #6219
|
8 years ago |
Matthew "Juniper" Barlett
|
09dad8a018
Clean up regex in InitCommand::parseAuthorString
|
8 years ago |
Matthew "Juniper" Barlett
|
ac41bb0615
Fix for issue #5631
|
8 years ago |
Jordi Boggiano
|
04ae1584dc
Add docs about package type to prompt, fixes #5378
|
9 years ago |
Michael Aherne
|
830644f374
Observe COMPOSER environment variable in init command
|
9 years ago |
Niels Keurentjes
|
fbbde23fb3
Improved error message when adding a package that is disallowed by PHP version, fixes #4686
|
9 years ago |
Jordi Boggiano
|
bf1ddaa298
Fix method name for php5
|
9 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
|
9 years ago |
Jordi Boggiano
|
b9a3ef73c0
Allow skipping author, fixes #4969
|
9 years ago |
Niels Keurentjes
|
692a3ed300
Renamed Composer\Console\Command to BaseCommand for consistency with other abstract base classes.
|
9 years ago |
Jordi Boggiano
|
507415e404
Make VersionSelector prefer stable by default and allow specifying a PHP version that must be matched, fixes #4318
|
9 years ago |