11439 Commits (f459b9bf6161416b5bbae7b27dbd4bebafdea375)
 

Author SHA1 Message Date
Jordi Boggiano f459b9bf61
Avoid updating phpstan in 7.2 build 2 years ago
Stephan 1daafb817d
ValidatingArrayLoader: only validate source/dist properties if they are set (#10658) 2 years ago
Stephan 61be158040
ArrayLoader: assert that source/dist reference are string values (#10647) 2 years ago
Jordi Boggiano 166542f981
Fix param nullability 2 years ago
Jordi Boggiano 8b373a1306
Make sure path repo reuses an existing ProcessExecutor if provided to it, fixes #10642 2 years ago
Stephan bd89a67398
SvnDriver: buildIdentifier must be of type int, string given (#10646) 2 years ago
Jordi Boggiano f68ea293d5
Reverting release version changes 2 years ago
Jordi Boggiano 36dc875e1c
Release 2.3.0-RC2 2 years ago
Jordi Boggiano e521abe375
Update changelog 2 years ago
Jordi Boggiano fd2972247f
Add missing param types, fixes #10638 2 years ago
Jordi Boggiano c9ff588d68
Mark abstract class as such 2 years ago
Jordi Boggiano e0022880cc
Tiny wording tweak 2 years ago
Jordi Boggiano bbf2e94579
Fix a few type errors, update baseline (2170, 104) 2 years ago
Jordi Boggiano e63e15aea8
Fix usage of react/promise resolve() to prepare for v3 2 years ago
Jordi Boggiano 96ad838686
Add try/finally to ensure we always reset the max jobs 2 years ago
Jordi Boggiano b0665981c2
Parallellize the branch comparisons to speed up bootstrapping/version guessing when on a feature branch (#10632)
* Parallellize the branch comparisons to speed up bootstrapping/version guessing when on a feature branch, fixes #10568

* Allow ProcessExecutorMock to function with async calls
2 years ago
Jordi Boggiano ca3b874414
Fix issue in remove command when allow-plugins is not present at all, fixes #10629 2 years ago
Jordi Boggiano dec123770f
Fix phpversion() returning false when an extension has no version, fixes #10631 2 years ago
Jordi Boggiano a2bdf72fa4
Fix showing a single package by name in show command, fixes #10623 2 years ago
Jordi Boggiano d955458f27
Merge branch '2.2' into main 2 years ago
Jordi Boggiano 44c1ff717d
Update composer/semver 2 years ago
Jordi Boggiano a7c2bd8aa1
Fix false return value in findPackage, fixes #10622 2 years ago
Jordi Boggiano 8d446bef67
Update baseline (2182+104) 2 years ago
Jordi Boggiano 20e410f3a2
Fix inconsistent parameter names in inheritance trees 2 years ago
Jordi Boggiano 38813e10f7
Reverting release version changes 2 years ago
Jordi Boggiano 3b150d0ef6
Release 2.3.0-RC1 2 years ago
Jordi Boggiano aad2f86edf
Merge branch '2.2' into main 2 years ago
Jordi Boggiano 78bdd8127b
Reverting release version changes 2 years ago
Jordi Boggiano 07eccf080a
Release 2.2.9 2 years ago
Jordi Boggiano 173b558072
Update changelog 2 years ago
Jordi Boggiano 6b97524b25
Load plugins which modify install path early, fixes #10618 (#10621) 2 years ago
Jordi Boggiano d8f91e2b4d
Update changelog 2 years ago
Jordi Boggiano ef5a128973
Fix type error 2 years ago
Svyatoslav Tregubov f863855647
`--patch-only` option for `show` and `outdated` commands (#10589)
Fixes #10503

Co-authored-by: Svyatoslav <tregubov.s@asteq.ru>
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
2 years ago
Yanick Witschi f125fc1d0a
Improve performance of DefaultPolicy (#10585)
Add memoization to selectPreferredPackages
2 years ago
Christopher Hertel 3a1e07f3cc
Remove allow-plugin config on remove (#10615) 2 years ago
Yehuda Katz c3a41b944e
Allow global ignore-platform-req (#10616) 2 years ago
Jordi Boggiano d584a259f6
Update deps 2 years ago
Jordi Boggiano 5122bd42fb
Merge branch '2.2' into main 2 years ago
Jordi Boggiano 7bee425b58
Reverting release version changes 2 years ago
Jordi Boggiano 26a587345d
Release 2.2.8 2 years ago
Jordi Boggiano 8eb7f63730
Update changelog 2 years ago
jrfnl dca2d49d0c
GH Actions: version update for various predefined actions
A number of predefined actions have had major release, which warrant an update to the workflow(s).

These updates don't actually contain any changed functionality, they are mostly just a change of the Node version used by the action itself (from Node 14 to Node 16).

Refs:
* https://github.com/actions/checkout/releases

P.S.: looks like there are some more actions in use which have had new major releases. As those actually _do_ contain changed functionality, I've excluded the others from this PR.
2 years ago
Jordi Boggiano c587940d10
Merge pull request #10591 from jrfnl/feature/ghactions-update-various-actions
GH Actions: version update for various predefined actions
2 years ago
Jordi Boggiano 2d7f1569f3
Allow using self.version with require command, fixes #10593 2 years ago
Jordi Boggiano bf235eba56
Add note about plugin autoloading, refs #10587 2 years ago
Jordi Boggiano 4cc4a285eb
Merge pull request #10617 from Seldaek/pkg_sort
More deterministic package sorting
2 years ago
Jordi Boggiano dbcdb4a903
Add test for circular depths of equal weight 2 years ago
Jordi Boggiano f31700bf19
Sort packages with the same weight alphabetically to have a completely stable sort not dependent on input order, fixes #10614 2 years ago
Jordi Boggiano d67953266f
Do not read require-dev except for the root package when sorting packages 2 years ago