Jordi Boggiano
|
fbba175874
|
Improve build some more
|
2020-02-07 22:51:19 +01:00 |
Jordi Boggiano
|
7634520bdd
|
Try to fix phpstan errors
|
2020-02-07 22:35:57 +01:00 |
Jordi Boggiano
|
45ecbae8f5
|
Merge branch 'master' into 2.0
|
2020-02-07 22:20:51 +01:00 |
Jordi Boggiano
|
f1a71f5599
|
Fix composer test cmd
|
2020-02-07 21:57:11 +01:00 |
Jordi Boggiano
|
50390d139d
|
Merge pull request #8581 from IonBazan/feature/php7.4
use Symfony PHPUnit Bridge
|
2020-02-07 21:30:32 +01:00 |
Ion Bazan
|
8d3c1f4a71
|
downgrade PHPUnit Bridge to 3.4 (fail-fast when passthru fails)
|
2020-02-07 16:17:18 +08:00 |
Ion Bazan
|
a9bace37f6
|
fix windows build
|
2020-02-07 15:18:18 +08:00 |
Ion Bazan
|
58b34d13e8
|
fix risky tests (without any assertion)
|
2020-02-07 14:35:07 +08:00 |
Ion Bazan
|
db32d6bc18
|
do not use env
|
2020-02-07 13:07:01 +08:00 |
Ion Bazan
|
a2137d5263
|
use Symfony PHPUnit Bridge
|
2020-02-07 12:22:22 +08:00 |
Jordi Boggiano
|
32e2e09c89
|
Merge pull request #8580 from IonBazan/bugfix/install-notifications
respect `notify-on-install` option
|
2020-02-06 14:29:10 +01:00 |
Ion Bazan
|
2ff73a8797
|
respect `notify-on-install` option
|
2020-02-05 15:52:14 +08:00 |
Jordi Boggiano
|
4e4304ae7d
|
Fix
|
2020-02-04 13:22:46 +01:00 |
Jordi Boggiano
|
0b4763e6c7
|
Make it clear which package the error is for when detecting uncommitted changes
|
2020-02-04 13:06:20 +01:00 |
Jordi Boggiano
|
f4762ef021
|
Merge branch '1.9'
|
2020-02-04 12:58:34 +01:00 |
Jordi Boggiano
|
ca0b236804
|
Update changelog
|
2020-02-04 12:57:52 +01:00 |
Jordi Boggiano
|
460c673cc4
|
Use Authorization header instead of deprecated access_token query param, fixes #8454
|
2020-02-04 12:55:29 +01:00 |
Jordi Boggiano
|
006c3de542
|
Fix tests and make TTY usage on ProcessExecutor cleaner
|
2020-01-31 16:33:34 +01:00 |
Jordi Boggiano
|
f572636628
|
Add support for TTY mode on Linux/OSX in script handlers when running in interactive mode, fixes #5856, fixes #3299, closes #4036
|
2020-01-31 15:45:33 +01:00 |
Jérôme Billiras
|
58e2956b95
|
Allow referencing scripts to extends @composer
|
2020-01-31 14:56:22 +01:00 |
Jordi Boggiano
|
d14d411fa4
|
Add --dry-run to require and remove commands, fixes #7793
|
2020-01-31 14:34:10 +01:00 |
Nils Adermann
|
fdfdee03c1
|
Remove unused argument to pool->match
|
2020-01-30 22:54:59 +01:00 |
Nils Adermann
|
4f44b7b221
|
Remove unused policy function findUpdatePackages
|
2020-01-30 22:49:15 +01:00 |
Jordi Boggiano
|
a1fe64152d
|
Minor Installer cleanups
|
2020-01-30 21:03:35 +01:00 |
Jordi Boggiano
|
2f4ea3a463
|
Fix show command, refactor RepositorySet constructor
|
2020-01-30 20:21:17 +01:00 |
Jordi Boggiano
|
38f6ae2c4e
|
Fix react/promise usage for v2
|
2020-01-30 17:30:38 +01:00 |
Nils Adermann
|
65dfb26c77
|
Merge pull request #8558 from Seldaek/error-reporting
Improve error reporting of solver issues
|
2020-01-30 17:19:56 +01:00 |
Jordi Boggiano
|
189d5adab0
|
Fix reporting of replace conflicts to not mention provides
|
2020-01-30 17:13:12 +01:00 |
Jordi Boggiano
|
ec90c17e3b
|
Fix conflict order to be more accurate
|
2020-01-30 15:55:37 +01:00 |
Jordi Boggiano
|
1e68555e0a
|
Sanitize URLs in getRepoName and centralize the Url sanitization process
|
2020-01-30 15:50:46 +01:00 |
Jordi Boggiano
|
c41df325d8
|
Remove RepositorySet from Solver and remove getPool from RepositorySet
|
2020-01-30 15:23:22 +01:00 |
Jordi Boggiano
|
f982a10447
|
Update after rebase
|
2020-01-30 14:52:47 +01:00 |
Jordi Boggiano
|
1d4cdb60d0
|
Improve error reporting for conflicts/replaces of various kinds, fixes #7254
|
2020-01-30 14:43:56 +01:00 |
Jordi Boggiano
|
6c9d9e775c
|
Clean up and deduplicate the output of RULE_LEARNED
|
2020-01-30 14:43:56 +01:00 |
Jordi Boggiano
|
e6029d725a
|
Add individual test checking for clashes between requirements at root and transitive dependency level
|
2020-01-30 14:43:55 +01:00 |
Jordi Boggiano
|
29efc473a1
|
Suggest which providers could be required to fulfill a virtual package requirement, fixes #2811
|
2020-01-30 14:43:55 +01:00 |
Jordi Boggiano
|
3fc7e10c5c
|
Improve error reporting of solver issues, refs #7779
Fixes #8525
Fixes #6513
|
2020-01-30 14:43:54 +01:00 |
Jordi Boggiano
|
f611c641db
|
Merge pull request #8561 from Seldaek/allow-providers-even-on-match
Allow providers which are selected to be installed in place of existing packages which do not satisfy requirements
|
2020-01-30 14:22:42 +01:00 |
Jordi Boggiano
|
46e35bc8d7
|
Fix 5.3/undef var issues
|
2020-01-30 14:17:49 +01:00 |
Jordi Boggiano
|
8a41f1a5ca
|
Allow providers which are selected to be installed in place of existing packages which do not satisfy requirements, fixes #6753
|
2020-01-30 14:09:55 +01:00 |
Jordi Boggiano
|
2901995fc8
|
Fix issue excluding unstable packages when stabilityFlags are empty
|
2020-01-30 10:17:42 +01:00 |
Jordi Boggiano
|
8f09f3764b
|
Avoid fetching non-existing files multiple times
|
2020-01-30 08:40:35 +01:00 |
Jordi Boggiano
|
d18b5b6f2e
|
Update phpstan config
|
2020-01-29 23:13:55 +01:00 |
Jordi Boggiano
|
39fb2cc51c
|
Fix case
|
2020-01-28 16:04:11 +01:00 |
Jordi Boggiano
|
3f48acf56a
|
Add test checking references update to latest and remove TODO
|
2020-01-28 16:01:17 +01:00 |
Jordi Boggiano
|
41720e9b70
|
Show abandoned warnings from the locked repo
|
2020-01-28 15:56:52 +01:00 |
Jordi Boggiano
|
292d4b3c8f
|
Make sure a lock file is always written and things work well even without any dependencies in the require/require-dev
|
2020-01-28 15:14:58 +01:00 |
Jordi Boggiano
|
173b96de2d
|
Make sure the first require does not fail due to a missing lock file
|
2020-01-28 15:13:35 +01:00 |
Jordi Boggiano
|
7e6fe585bc
|
Merge branch 'master' into 2.0
|
2020-01-28 14:22:25 +01:00 |
Jordi Boggiano
|
fb93036a70
|
Fix putenv to avoid leaving the environment in a dirty state
|
2020-01-28 14:22:11 +01:00 |