1
0
Fork 0
Commit Graph

7535 Commits (9f8ee0e40a97ba20961b53ff9302281da7255819)

Author SHA1 Message Date
Stephan 9f8ee0e40a
ArrayLoader: fix integer index of branch alias (#10660) 2022-03-29 12:37:07 +02:00
Stephan 1fff47bfc7
SplFileInfo: getRealPath can return false in ArchivableFilesFinder (#10665) 2022-03-29 12:28:33 +02:00
Stephan 37627f10d0
RemoteFilesystem: fix result length check (#10656) 2022-03-26 14:42:57 +01:00
Stephan 1daafb817d
ValidatingArrayLoader: only validate source/dist properties if they are set (#10658) 2022-03-26 14:40:20 +01:00
Stephan 61be158040
ArrayLoader: assert that source/dist reference are string values (#10647) 2022-03-22 09:48:51 +01:00
Jordi Boggiano 166542f981
Fix param nullability 2022-03-21 14:05:56 +01:00
Jordi Boggiano 8b373a1306
Make sure path repo reuses an existing ProcessExecutor if provided to it, fixes #10642 2022-03-21 13:43:38 +01:00
Stephan bd89a67398
SvnDriver: buildIdentifier must be of type int, string given (#10646) 2022-03-21 13:18:11 +01:00
Jordi Boggiano f68ea293d5
Reverting release version changes 2022-03-20 13:20:49 +01:00
Jordi Boggiano 36dc875e1c
Release 2.3.0-RC2 2022-03-20 13:20:49 +01:00
Jordi Boggiano fd2972247f
Add missing param types, fixes #10638 2022-03-18 14:45:59 +01:00
Jordi Boggiano c9ff588d68
Mark abstract class as such 2022-03-18 14:29:50 +01:00
Jordi Boggiano e0022880cc
Tiny wording tweak 2022-03-18 14:29:17 +01:00
Jordi Boggiano bbf2e94579
Fix a few type errors, update baseline (2170, 104) 2022-03-18 10:14:38 +01:00
Jordi Boggiano e63e15aea8
Fix usage of react/promise resolve() to prepare for v3 2022-03-18 09:20:42 +01:00
Jordi Boggiano 96ad838686
Add try/finally to ensure we always reset the max jobs 2022-03-18 09:08:44 +01:00
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
2022-03-17 14:52:14 +01:00
Jordi Boggiano ca3b874414
Fix issue in remove command when allow-plugins is not present at all, fixes #10629 2022-03-17 10:38:24 +01:00
Jordi Boggiano dec123770f
Fix phpversion() returning false when an extension has no version, fixes #10631 2022-03-17 10:34:40 +01:00
Jordi Boggiano a2bdf72fa4
Fix showing a single package by name in show command, fixes #10623 2022-03-16 15:00:34 +01:00
Jordi Boggiano a7c2bd8aa1
Fix false return value in findPackage, fixes #10622 2022-03-16 14:35:59 +01:00
Jordi Boggiano 20e410f3a2
Fix inconsistent parameter names in inheritance trees 2022-03-16 10:05:07 +01:00
Jordi Boggiano 38813e10f7
Reverting release version changes 2022-03-16 09:25:47 +01:00
Jordi Boggiano 3b150d0ef6
Release 2.3.0-RC1 2022-03-16 09:25:31 +01:00
Jordi Boggiano aad2f86edf
Merge branch '2.2' into main 2022-03-15 22:20:21 +01:00
Jordi Boggiano 78bdd8127b
Reverting release version changes 2022-03-15 22:13:38 +01:00
Jordi Boggiano 07eccf080a
Release 2.2.9 2022-03-15 22:13:37 +01:00
Jordi Boggiano 6b97524b25
Load plugins which modify install path early, fixes #10618 (#10621) 2022-03-15 22:11:19 +01:00
Jordi Boggiano ef5a128973
Fix type error 2022-03-15 15:57:54 +01:00
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>
2022-03-15 15:52:04 +01:00
Yanick Witschi f125fc1d0a
Improve performance of DefaultPolicy (#10585)
Add memoization to selectPreferredPackages
2022-03-15 15:37:14 +01:00
Christopher Hertel 3a1e07f3cc
Remove allow-plugin config on remove (#10615) 2022-03-15 15:30:07 +01:00
Yehuda Katz c3a41b944e
Allow global ignore-platform-req (#10616) 2022-03-15 15:29:25 +01:00
Jordi Boggiano 5122bd42fb
Merge branch '2.2' into main 2022-03-15 13:11:59 +01:00
Jordi Boggiano 7bee425b58
Reverting release version changes 2022-03-15 12:55:21 +01:00
Jordi Boggiano 26a587345d
Release 2.2.8 2022-03-15 12:55:20 +01:00
Jordi Boggiano 2d7f1569f3
Allow using self.version with require command, fixes #10593 2022-03-15 12:26:32 +01:00
Jordi Boggiano f31700bf19
Sort packages with the same weight alphabetically to have a completely stable sort not dependent on input order, fixes #10614 2022-03-15 11:35:33 +01:00
Jordi Boggiano d67953266f
Do not read require-dev except for the root package when sorting packages 2022-03-15 11:03:53 +01:00
Jordi Boggiano 890b8fad3d
Ignore phpstan issue 2022-03-15 10:01:23 +01:00
Jordi Boggiano 5b7ea9580e
Update composer/semver to latest 2022-03-15 09:43:22 +01:00
Yanick Witschi ced24da7b0
Fix PoolOptimizer should consider disjunctive MultiConstraints (#10579) 2022-03-12 14:16:38 +01:00
Jordi Boggiano 0a4c0778ab
Propagate decoration state to repo warnings, fixes #10601 2022-03-09 21:00:00 +01:00
bilogic ae23647f07
Create SYMLINKD instead of SYMLINK on Windows host/Linux guest filesystems (#10592)
Co-authored-by: bilogic <bilogic@example.com>
2022-03-09 20:45:19 +01:00
Jordi Boggiano 575fbfb53f
Fix phar build 2022-02-26 14:12:30 +01:00
Jordi Boggiano 18246212db
Upgrade to composer/pcre 2.x 2022-02-26 14:02:11 +01:00
Jordi Boggiano 1734d86907
Merge branch '2.2' into main 2022-02-25 20:54:42 +01:00
Martin Herndl 9715580bc0
Add file agument to archive help (#10574) 2022-02-25 20:47:19 +01:00
Antoine Makdessi 6c0a6e00b3
Fix #10575 (#10576)
Refactor the whole cleanChanges/getLocalChanges code to be more strict with null returns

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
2022-02-25 20:44:10 +01:00
Jordi Boggiano 076925ebef
Merge pull request #10567 from Seldaek/strict_types
Add strict types declares to all files
2022-02-25 14:54:14 +01:00