From c8a388d3b2f8deac3dfcff8f25a9f07975a72b66 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Tue, 30 Nov 2021 10:52:52 -0800 Subject: [PATCH] Revert PHP 7.4 requirement (it breaks ORCA) --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c61d1720b..6a9a2f98e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=7.4", + "php": ">=7.3", "ext-json": "*", "composer-plugin-api": "^2.0", "composer-runtime-api": "^2.0", diff --git a/composer.lock b/composer.lock index 3d57a66c1..0797dc755 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e354d9bbead874808fd4f0a6858eaddd", + "content-hash": "095f057b1063eb614305258f2fe73f40", "packages": [ { "name": "acquia/drupal-environment-detector", @@ -3201,16 +3201,16 @@ }, { "name": "psy/psysh", - "version": "v0.10.11", + "version": "v0.10.12", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "38017532bba35d15d28dcc001b4274df0251c4a1" + "reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/38017532bba35d15d28dcc001b4274df0251c4a1", - "reference": "38017532bba35d15d28dcc001b4274df0251c4a1", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a0d9981aa07ecfcbea28e4bfa868031cca121e7d", + "reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d", "shasum": "" }, "require": { @@ -3270,9 +3270,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.10.11" + "source": "https://github.com/bobthecow/psysh/tree/v0.10.12" }, - "time": "2021-11-23T15:02:17+00:00" + "time": "2021-11-30T14:05:36+00:00" }, { "name": "ralouphie/getallheaders", @@ -6604,7 +6604,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=7.4", + "php": ">=7.3", "ext-json": "*", "composer-plugin-api": "^2.0", "composer-runtime-api": "^2.0"