From dbfb22646a475bfd536e6e8b0523ea40ed7b5866 Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 10 Oct 2022 21:57:18 +0200 Subject: [PATCH] fix(legacy): set platform requirements to php ^7.4 --- legacy/composer.json | 1 + legacy/composer.lock | 6 ++++-- legacy/tools/composer.json | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/legacy/composer.json b/legacy/composer.json index 4be15da88..aa0eff3d8 100644 --- a/legacy/composer.json +++ b/legacy/composer.json @@ -24,6 +24,7 @@ } ], "require": { + "php": "^7.4", "adbario/php-dot-notation": "^3.0.0", "composer/semver": "^3.2", "james-heinrich/getid3": "^1.9", diff --git a/legacy/composer.lock b/legacy/composer.lock index 901489610..ca3878c6d 100644 --- a/legacy/composer.lock +++ b/legacy/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": "5dbe79738a8ba2c26115fb57c1f849f3", + "content-hash": "c4f5e22f5fdcfdadeea3baa22e939704", "packages": [ { "name": "adbario/php-dot-notation", @@ -4942,7 +4942,9 @@ }, "prefer-stable": false, "prefer-lowest": false, - "platform": [], + "platform": { + "php": "^7.4" + }, "platform-dev": [], "plugin-api-version": "2.3.0" } diff --git a/legacy/tools/composer.json b/legacy/tools/composer.json index 792d27d43..5b84feaae 100644 --- a/legacy/tools/composer.json +++ b/legacy/tools/composer.json @@ -1,5 +1,6 @@ { "require": { + "php": "^7.4", "friendsofphp/php-cs-fixer": "<3.11.1" } }