From 360e4c8cadb51e2930779f28627042c57697c241 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Sat, 17 Feb 2024 12:39:45 +0300 Subject: [PATCH] fix(deps): keep backward compatibility to php 7.4 --- composer.json | 13 ++++++++++--- composer.lock | 18 +++++++++--------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 735399c..d221f14 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,12 @@ { - "require": { - "league/oauth2-client": "2.7.0" - } + "require": { + "league/oauth2-client": "2.7.0" + }, + "config": { + "platform": { + "php": "7.4.0" + }, + "platform-check": true, + "sort-packages": true + } } diff --git a/composer.lock b/composer.lock index 56b503b..cb619e3 100644 --- a/composer.lock +++ b/composer.lock @@ -657,25 +657,25 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.4.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -704,7 +704,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, "funding": [ { @@ -720,7 +720,7 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2022-01-02T09:53:40+00:00" } ], "packages-dev": [], @@ -731,5 +731,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.1.0" }