Update git submodules
* Update vendor from branch 'REL1_43'
to 33b2d2576c1c2f9a522f183e4a0dae5db21fc01a
- build: Switch local image from composer-php74 to composer-php81
In theory we could keep this on an arbitrarily different and older
PHP version for quite a while (e.g. PHP 7.2 even if we wanted) since
Composer generally does not execute or validate the code it downloads,
and the way it resolves the dependency tree and PHP requirement is
deterministic in the software, regardless of local runtime version.
But for consistency it feels right to use php81 here.
Note that this does NOT change the composer.json#require.php field
which remains at `php >= 7.4`, and thus this also does not change the
auto-generated `composer/platform_check.php` file which hardfails
execution on any PHP <= 7.4 server.
Bug: T328921
Change-Id: I6b674e74aeaaec2678a06eea99eded2684f75990
(cherry picked from commit f21952e554147262c749365ae219edaa1e33c7a0)
This commit is contained in:
parent
a7e3966643
commit
14f02f3e49
1 changed files with 1 additions and 1 deletions
2
vendor
2
vendor
|
|
@ -1 +1 @@
|
|||
Subproject commit d9b7761127561cb4c504a86925c2c2d04088b3d7
|
||||
Subproject commit 33b2d2576c1c2f9a522f183e4a0dae5db21fc01a
|
||||
Loading…
Reference in a new issue