Jordi Boggiano
|
56811b4c8f
|
Exclude platform require/provides from InstalledVersions as concrete ones are also not listed
|
2020-05-01 13:10:50 +02:00 |
Jordi Boggiano
|
557fb873ee
|
Add a way to retrieve the Loop instance from Composer to be able to wait on promises to integrate things
|
2020-05-01 09:54:41 +02:00 |
Jordi Boggiano
|
3c593b0d12
|
Remove duplicate use statement
|
2020-04-30 21:36:17 +02:00 |
Jordi Boggiano
|
74a63b4d6b
|
Merge branch '1.10'
|
2020-04-30 21:31:29 +02:00 |
Jordi Boggiano
|
81bf47ffa2
|
Use fully qualified calls in hot classes
|
2020-04-30 21:28:05 +02:00 |
Alessandro Lai
|
ff05150c4e
|
Add composer-runtime-api version constant
|
2020-04-29 09:02:51 +02:00 |
Alessandro Lai
|
270c7c3262
|
Backport validation support for composer-runtime-api (#8842)
Fixes #8841
|
2020-04-28 16:04:00 +02:00 |
Nils Adermann
|
56edd53046
|
Remove unnecessary implementation of interface method in abstract class
|
2020-04-28 11:57:03 +02:00 |
Jordi Boggiano
|
a63913c245
|
Merge pull request #8836 from kbacia7/master
close #8784, Added --locked option to composer show command. Displaying locked packages with --all option
|
2020-04-28 08:54:16 +02:00 |
Kamil Bacia
|
0779308076
|
close #8784, Added --locked option to composer show command. Displaying locked packages with --all option
|
2020-04-27 21:53:12 +02:00 |
Nils Adermann
|
994a5b41c2
|
Provide default impl for abstract method in interface for PHP < 5.3.9 (#8837)
|
2020-04-26 09:15:15 +02:00 |
Jordi Boggiano
|
d173af2d7a
|
Fix check-platform-reqs command to take into account provide/replace from the root package
|
2020-04-24 13:46:18 +02:00 |
Jordi Boggiano
|
6a6ea6057f
|
Handle provider/replacer packages and avoid checking extensions which are provided by packages, refs #8546
|
2020-04-24 13:38:50 +02:00 |
Jordi Boggiano
|
d494df61ff
|
Make sure platform-check returns a non-0 exit code if it fails
|
2020-04-24 13:25:13 +02:00 |
Jordi Boggiano
|
755a73baa9
|
Only check for pcntl on cli SAPI, fixes #8828
|
2020-04-23 20:44:14 +02:00 |
PirxDanford
|
3a7ea25289
|
Introduce --no-install option for the update, require and remove commands
Closes #8669, fixes #8551
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
|
2020-04-23 14:55:07 +02:00 |
effulgentsia
|
46efcefefa
|
Added --json and --merge options to ConfigCommand (#8779)
|
2020-04-23 14:27:14 +02:00 |
Jordi Boggiano
|
1d4185b844
|
Recommend ocramius/package-versions fork if needed to solve dependencies
|
2020-04-23 13:51:57 +02:00 |
Jordi Boggiano
|
34801239f1
|
Tweak problem wording slightly
|
2020-04-23 13:17:34 +02:00 |
Jordi Boggiano
|
cdc6a87e8d
|
Fix docblock
|
2020-04-23 11:01:44 +02:00 |
Jordi Boggiano
|
9b8694bc0b
|
Show suggestions from root package in suggest, and lists them in count only on first install of a project, fixes #8805
|
2020-04-23 10:53:24 +02:00 |
Jordi Boggiano
|
6529fabb24
|
Add isFresh to InstalledRepositoryInterface and make sure local repo is always an InstalledRepositoryInterface
|
2020-04-23 10:52:33 +02:00 |
Jordi Boggiano
|
fa14cd1353
|
Show number of additional suggestions when not using --all, fixes #8788
|
2020-04-23 10:23:56 +02:00 |
Jordi Boggiano
|
d6a9d78309
|
Merge pull request #8810 from heddn/8809_expand_context_post_file_download
#8809: expand context for post file download event
|
2020-04-22 17:14:45 +02:00 |
Jordi Boggiano
|
7049bbb714
|
Switch require_once to require for autoload_static as the once variant seems unnecessary
|
2020-04-22 17:05:37 +02:00 |
Jordi Boggiano
|
c2f77d80bd
|
Remove usage of 5.6+ constant
|
2020-04-22 16:40:42 +02:00 |
Jordi Boggiano
|
1000d49145
|
Fix error reporting when the root version changed since the last update, and does not match circular deps in lock file anymore
|
2020-04-22 14:02:09 +02:00 |
Jordi Boggiano
|
0ab48a1773
|
Add composer-runtime-api platform package
|
2020-04-22 12:10:09 +02:00 |
Jordi Boggiano
|
0d1922dc27
|
Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions
|
2020-04-22 12:10:09 +02:00 |
Jordi Boggiano
|
4ba958f08e
|
Merge pull request #8816 from staabm/patch-2
fixed typo in phpdocs
|
2020-04-22 07:38:54 +02:00 |
Pierre Grimaud
|
a42c6ceff3
|
Fix typos
|
2020-04-22 00:43:34 +02:00 |
Jordi Boggiano
|
2c8a4a1b93
|
Add platform-check config option to disable platform_check.php generation, and disable it for Composer
|
2020-04-21 15:25:35 +02:00 |
Markus Staab
|
3c09e4021e
|
fixed typo
|
2020-04-21 15:04:47 +02:00 |
Jordi Boggiano
|
af18c2bd7d
|
Update semver, fix poolbuilder usage and optimize creation of filtering nameConstraints
|
2020-04-21 14:50:11 +02:00 |
Jordi Boggiano
|
c9846d4d3c
|
Merge pull request #8812 from nicolas-grekas/ext-check
Optimize extension checks
|
2020-04-21 11:45:26 +02:00 |
Nils Adermann
|
75f4116417
|
Merge pull request #8811 from Seldaek/fix-transaction-order
Fix transaction order
|
2020-04-21 11:38:59 +02:00 |
Jordi Boggiano
|
c41bb909ff
|
Add platform check file in phars, fixes #8813
|
2020-04-21 11:18:02 +02:00 |
Nicolas Grekas
|
6463ab9e49
|
Optimize extension checks
|
2020-04-21 09:35:34 +02:00 |
Yanick Witschi
|
e23710f92d
|
Implemented php version check in autoload.php (#8546)
|
2020-04-21 08:59:36 +02:00 |
Lucas D Hedding
|
2bf2e9fc60
|
fix failing tests
|
2020-04-20 14:40:25 -06:00 |
Jordi Boggiano
|
ba9d4793bc
|
Fix transaction order
|
2020-04-20 22:24:00 +02:00 |
Lucas D Hedding
|
3e2163de5c
|
#8809: expand context for post file download event
|
2020-04-20 13:50:42 -06:00 |
Jordi Boggiano
|
3f338ee8d9
|
Make sure versions are sorted before they get trimmed in error output
|
2020-04-19 15:51:30 +02:00 |
Jordi Boggiano
|
424c08d6b2
|
Fix bug loading ~dev in some circumstances
|
2020-04-19 15:51:29 +02:00 |
Jordi Boggiano
|
b3f46979b0
|
Merge pull request #8802 from kubawerlos/command-validate-no-check-version
Add "no-check-version" option to ValidateCommand
|
2020-04-18 14:41:38 +02:00 |
Jordi Boggiano
|
c12a1a6d64
|
Update flag description
|
2020-04-18 14:41:04 +02:00 |
Kuba Werłos
|
a54bf0e2d4
|
Use flags instead of boolean in ConfigValidator for checking version field
|
2020-04-18 09:24:54 +02:00 |
Kuba Werłos
|
4ec73874cb
|
Add "no-check-version" option to ValidateCommand
|
2020-04-17 22:38:14 +02:00 |
Jérôme Tamarelle
|
bd34ff1328
|
Remove unused property $httpDownloader
|
2020-04-16 01:14:56 +02:00 |
Jordi Boggiano
|
80a7c40c76
|
Shorten long lists of similar versions in problem output, fixes #8743
|
2020-04-15 16:47:44 +02:00 |