1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00
Commit graph

738 commits

Author SHA1 Message Date
Jordi Boggiano
5a26b7c102 Merge pull request #4299 from webberwu/master
show change if package directory have changed to symbolic link
2015-08-10 01:17:02 +01:00
Jordi Boggiano
4824b4504e Remove typo 2015-08-10 01:05:32 +01:00
Jordi Boggiano
b16c5fbeb9 Shorten ternary and reuse config file instead of the null argument to figure out path to auth.json 2015-08-10 00:56:55 +01:00
Tehem
9e592f19a1 Used shorthand version for ternary operator 2015-08-03 23:36:05 +02:00
Thomas Marcon
b35e762354 Updated configFile parsing to first look into -f parameter, then COMPOSER environment variable, then default to composer.json 2015-07-31 12:01:49 +02:00
Tehem
9392adef79 Fixes #4302 allow COMPOSER env with config statements (overrides --file) 2015-07-28 00:01:01 +02:00
Webber Wu
92530e374b Merge remote-tracking branch 'upstream/master' 2015-07-26 12:33:39 +08:00
Rob Bast
5ae9e7fe22 remove spdx files, introduce external library 2015-07-16 11:42:12 +02:00
Andreas Möller
5828f6202d Enhancement: Also validate lock file 2015-07-10 18:07:40 -04:00
Jordi Boggiano
0964c02acb Use only one level of verbosity 2015-07-04 12:02:57 +01:00
Jordi Boggiano
5ba41514a9 Merge remote-tracking branch 'alcohol/add-suggests-command' 2015-07-04 11:58:58 +01:00
Kunal Mehta
f634c6946d Update callers of VersionParser::formatVersion()
Tests were moved to BasePackageTest.
2015-07-02 00:06:56 -07:00
Jordi Boggiano
6a64041055 CS fixes 2015-06-30 15:38:32 +01:00
Andreas Möller
eac5fbdee4 Fix: Remove unused imports 2015-06-28 23:20:54 -04:00
Rob Bast
3dffdc8705 don't suggest packages already installed 2015-06-24 11:06:21 +02:00
Rob Bast
680082c5fe output based purely on verbosity 2015-06-23 22:46:16 +02:00
Rob Bast
33f78b2ccc limit suggestions to optional list of packages 2015-06-23 22:46:16 +02:00
Rob Bast
760eeb0b03 reworked suggests command 2015-06-23 22:46:16 +02:00
Gusakov Nikita
f1af16984e [Command] Add suggests command 2015-06-23 21:04:20 +02:00
Jordi Boggiano
e727ed4d73 --keep-vcs should only imply prefer source for the root package in create-project, refs #4063 2015-06-19 12:59:57 +01:00
Jordi Boggiano
c8eca6f198 Remove pool usage from ArchiveCommand 2015-06-18 17:45:37 +01:00
Jordi Boggiano
049f84f21f Remove unnecessary Pool usage in HomeCommand 2015-06-18 16:33:30 +01:00
Nils Adermann
75c501251d Revert "Merge remote-tracking branch 'naderman/load-no-providers'"
This reverts commit 3e85f82373, reversing
changes made to b025d0982b.
2015-06-18 15:40:27 +02:00
Jordi Boggiano
3e85f82373 Merge remote-tracking branch 'naderman/load-no-providers' 2015-06-18 11:32:37 +01:00
Jordi Boggiano
b025d0982b Remove some state 2015-06-18 11:12:57 +01:00
Thibault Jamet
25ab752ca6 Map archive command to the archive configuration 2015-06-17 20:53:09 +02:00
Jordi Boggiano
6d15ad08b6 Add http check even if openssl is present, refs #4084 2015-06-11 19:20:09 +01:00
Barys Biankouski
a59c46f781 [create-project] If process terminated with SIGINT then 130 IMO will be returned. Remove unused variable 2015-06-11 19:50:52 +03:00
Barys Biankouski
38bc4e6a78 Added Ctrl+C support to create-project command for unix-like systems 2015-06-11 13:02:33 +03:00
Rob Bast
dfbee6a532 cleaner solution 2015-06-05 13:04:56 +02:00
Rob Bast
7a50225389 disable path if no composer available, fixes #4101
gracefully remove the option and continue, after informing the user
2015-06-05 13:00:04 +02:00
Jordi Boggiano
98b339e87a Make --keep-vcs imply --prefer-source, closes #4063 2015-05-25 11:28:07 +01:00
Jordi Boggiano
48d8cc6465 Avoid errors when invoking composer global config and there is no global composer.json yet, refs #4002 2015-05-06 11:48:45 +01:00
Possum
29ca21f30e PHP version checks tweaking 2015-05-05 20:18:24 +02:00
Nils Adermann
ec5416f03c loadDev parameter is nonsense, properly load packages in create command 2015-05-05 19:58:03 +02:00
Possum
2e99b9fdf5 Use https where possible 2015-05-04 19:37:57 +02:00
Cees-Jan Kiewiet
c9d9b5085a Replaced <error> with <warning> for abandoned package as it reflects the intention of this feature better 2015-04-30 23:34:26 +02:00
Rob Bast
acd1486406 Mark method as @private 2015-04-30 12:35:25 +02:00
Rob Bast
e810a7913e Space after ? (so it doesnt glue answer to ?) 2015-04-30 12:29:19 +02:00
Rob Bast
0fbc00f3fb Switch to QuestionHelper 2015-04-30 12:23:13 +02:00
Rob Bast
290fafa156 Docs and whitespace 2015-04-30 12:22:54 +02:00
Rob Bast
bef46a17dc Moved method 2015-04-30 12:22:09 +02:00
Rob Bast
3dae4cd517 Switch to QuestionHelper 2015-04-30 12:20:32 +02:00
Rob Bast
00fcd63c04 Remove redundant helper 2015-04-30 12:17:56 +02:00
Jordi Boggiano
a57c51e8d7 Finalize platform override feature
- Added tests, docs
- Persist to lock file
- Add support in config command
- Added to json schema
2015-04-29 22:38:07 +01:00
Marc Bennewitz
ff1ce78e6b fixes #3976: drop ext/ctype dependency 2015-04-29 21:19:15 +02:00
Jordi Boggiano
35a9b5dbf9 Merge pull request #3953 from alcohol/allow-numeric-author-name
Allow numeric author name
2015-04-21 20:47:49 +01:00
Evan Mattson
ec9eb2b799 update init type question 2015-04-21 13:19:18 -04:00
Evan Mattson
5ed001765f allow package type to be set with init command 2015-04-21 13:19:18 -04:00
Rob Bast
c7d387f599 Allow numeric characters 2015-04-20 13:09:25 +02:00