Jordi Boggiano
|
2ec75f298d
|
Remove useless output in verbose mode
|
2013-04-27 11:00:37 +02:00 |
Jordi Boggiano
|
cc9dac8fe2
|
Fix tests and convert all package lists to Name[Versions] format
|
2013-04-27 00:31:22 +02:00 |
Jordi Boggiano
|
201cde05be
|
Show reasons why an operation is executed in -vv mode, fixes #1063
|
2013-04-27 00:11:06 +02:00 |
Jordi Boggiano
|
3b97e2e260
|
Add support for new verbosity levels, and initial debug output
|
2013-04-26 23:23:35 +02:00 |
Jordi Boggiano
|
c3ddeae01e
|
Merge pull request #1830 from simensen/validate-autoload-options
Validate autoload options are of a supported type
|
2013-04-26 01:52:23 -07:00 |
Beau Simensen
|
ffd45b7678
|
Validate autoload options are of a supported type
Checks to ensure that the autoload options are one of the three supported
autoload types.
closes #952
|
2013-04-25 14:02:15 -05:00 |
Jordi Boggiano
|
8c197d2325
|
Fix CS and wording, remove lowercased env var, add env var to docs
|
2013-04-25 17:20:50 +02:00 |
Alexander Loutsenko
|
c5bf4e7812
|
updated diagnostics to test fulluri proxy param handling
|
2013-04-25 17:02:22 +02:00 |
Alexander Loutsenko
|
b7e41de607
|
Workaround when your proxy server fails request with enabled http_proxy_request_fulluri HTTP parameter
|
2013-04-25 17:01:51 +02:00 |
Robert Gruendler
|
5160dd2f5e
|
Return different error code for SolverProblemsException
To make it easier for external tools to detect SolverProblems and react
to them accordingly,
this PR introduces a new exit code.
|
2013-04-25 14:37:47 +02:00 |
Jordi Boggiano
|
0700cd9186
|
Adjust according to feedback
|
2013-04-17 17:37:22 +02:00 |
Jordi Boggiano
|
db4055b778
|
Put a higher prio on replacers of the same vendor as the required package
|
2013-04-17 15:39:42 +02:00 |
Jordi Boggiano
|
19bfd6c713
|
Clarify some more
|
2013-04-15 21:55:09 +02:00 |
Jordi Boggiano
|
9e210c8338
|
Clarify exception message
|
2013-04-15 21:32:20 +02:00 |
Jordi Boggiano
|
1d5e3c5a0d
|
Fix handling of COMPOSER_DISCARD_CHANGES env var
|
2013-04-15 19:19:27 +02:00 |
Jordi Boggiano
|
313b79ee13
|
Implement search over description/keywords, refs #1801
|
2013-04-15 19:04:22 +02:00 |
Jordi Boggiano
|
3a612dca01
|
Only return search matches once, fixes #1801
|
2013-04-15 18:56:47 +02:00 |
Fabien Potencier
|
91a2aa22fb
|
Add a run-script command
|
2013-04-15 15:45:32 +02:00 |
Gábor Egyed
|
9358401eed
|
resolve symbolic link in self-update command
|
2013-04-13 17:01:43 +02:00 |
Jordi Boggiano
|
3d953384fa
|
Fix indenting detection in JsonManipulator, fixes #1788
|
2013-04-11 10:34:26 +02:00 |
Jordi Boggiano
|
894f530898
|
Add COMPOSER_DISCARD_CHANGE env var, refs #1188
|
2013-04-10 18:31:10 +02:00 |
Jordi Boggiano
|
6da31f7c2b
|
Add handling of preferred-install config in create-project, fixes #1780
|
2013-04-10 18:17:41 +02:00 |
qcho
|
d4fb403fd7
|
Fix case where PHP's symlink returns false without any error or warning.
|
2013-04-09 03:27:37 -03:00 |
Jordi Boggiano
|
069109e0f0
|
Add readme entry to lock file to explain what it is
|
2013-04-08 18:15:08 +02:00 |
Jordi Boggiano
|
a0d1d59868
|
Fix handling of aliases in streamable repos, fixes #1776, fixes #1749
|
2013-04-08 15:38:09 +02:00 |
Jordi Boggiano
|
e82cf6835e
|
Allow show <package> <constraint> as well as a version
|
2013-04-08 14:17:02 +02:00 |
Jordi Boggiano
|
e8c362c273
|
Throw exception if HOME or APPDATA is not available to create the composer home dir
|
2013-04-07 17:14:53 +02:00 |
Jordi Boggiano
|
3ce71466f1
|
Treat empty paths in autoloader as ".", fixes #1727
|
2013-04-07 11:34:58 +02:00 |
Jordi Boggiano
|
ef65b63288
|
Merge remote-tracking branch 'hason/filesystem'
|
2013-04-07 11:22:10 +02:00 |
Jordi Boggiano
|
d38eb244fa
|
Add PlatformRepository::PLATFORM_PACKAGE_REGEX to remove duplication
|
2013-04-06 22:26:10 +02:00 |
Jordi Boggiano
|
370a9a40fc
|
Add comment to clarify change
|
2013-04-06 21:38:19 +02:00 |
Jordi Boggiano
|
8401c78349
|
Merge pull request #1770 from sarunas/master
Moving svn driver to the last position as it causes conflicts with hg over http
|
2013-04-06 12:36:39 -07:00 |
Smasty
|
a1def50ae4
|
Fix diagnose command output
|
2013-04-06 13:00:08 +02:00 |
Martin Hasoň
|
07d2f17afe
|
[Autoload] Make all paths relative for file portability
|
2013-04-05 15:01:51 +02:00 |
Jordi Boggiano
|
b519d65bff
|
Do not throw exception on install --dev with old lock files if composer.json has no require-dev
|
2013-04-05 15:01:18 +02:00 |
Jordi Boggiano
|
0a561d7bf1
|
Merge pull request #1773 from hason/filesystem
Fix normalization of relative paths
|
2013-04-05 03:59:10 -07:00 |
Jordi Boggiano
|
9a69886a92
|
Add default http options to stream context, fixes #1774
|
2013-04-05 12:48:15 +02:00 |
Martin Hasoň
|
97f67c09e4
|
Fix normalization of relative paths
|
2013-04-05 06:41:50 +02:00 |
Jordi Boggiano
|
2b385cbe58
|
Fix dependency flags not applying to provides/replaces, fixes #1771
|
2013-04-04 17:41:01 +02:00 |
Jordi Boggiano
|
605cd3ddc3
|
Rename diag to diagnose, fix feedback
|
2013-04-04 15:46:08 +02:00 |
Šarūnas Dubinskas
|
29b43ca082
|
Moving svn driver to the last position as it causes conflicts with hg over http
|
2013-04-04 09:15:36 +03:00 |
Jordi Boggiano
|
1060d015fb
|
Add composer diag command to diagnose problems automatically
|
2013-04-04 00:43:08 +02:00 |
Jordi Boggiano
|
02f6a32d08
|
Fix undef var issue when removing a json config key
|
2013-04-04 00:42:00 +02:00 |
Jordi Boggiano
|
f744ec16f5
|
Fix normalization of relative paths going up a few dirs, fixes #1759
|
2013-04-03 19:30:36 +02:00 |
Nils Adermann
|
57c34033ff
|
Merge pull request #1754 from njam/issue-1754
Fix file pattern start matching if no slash
|
2013-04-03 05:45:50 -07:00 |
Jordi Boggiano
|
b0297ef67a
|
Add prefer-stable flag to pick stable package over unstable ones when possible
|
2013-04-02 18:40:42 +02:00 |
Jordi Boggiano
|
fc54a48b52
|
Fix archiver tests on windows
|
2013-04-02 11:32:11 +02:00 |
Jordi Boggiano
|
6401b6aa46
|
Fix handling of protocol paths like phar://
|
2013-04-02 11:31:43 +02:00 |
Jordi Boggiano
|
59c4df5ba3
|
Merge remote-tracking branch 'hason/autoload'
|
2013-04-02 10:41:08 +02:00 |
Jordi Boggiano
|
83ea90296e
|
Add COMPOSER_NO_INTERACTION env var to allow travis & others to easily make sure every composer run is non-interactive
|
2013-04-02 10:34:49 +02:00 |