From 26e0f4d0cc6965a4bfa00448c368d082fe769cd5 Mon Sep 17 00:00:00 2001 From: Dag Date: Fri, 19 Sep 2025 02:14:49 +0200 Subject: [PATCH] ci: update composer with php platform 7.4 (#4738) * ci: update composer with php platform 7.4 * trigger ci --- README.md | 1 + composer.json | 5 +++++ composer.lock | 31 +++++++++++++++++-------------- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 05042630..0acf821e 100644 --- a/README.md +++ b/README.md @@ -450,6 +450,7 @@ https://github.com/squizlabs/PHP_CodeSniffer/wiki http://127.0.0.1:9001/ + ## Explanation We are RSS-Bridge community, a group of developers continuing the project initiated by sebsauvage, diff --git a/composer.json b/composer.json index f19f69c2..963545e1 100644 --- a/composer.json +++ b/composer.json @@ -52,5 +52,10 @@ "test": "./vendor/bin/phpunit", "lint": "./vendor/bin/phpcs --parallel=2 --standard=phpcs.xml --warning-severity=0 --extensions=php -p ./", "compat": "./vendor/bin/phpcs --standard=phpcompatibility.xml --warning-severity=0 --extensions=php -p ./" + }, + "config": { + "platform": { + "php": "7.4" + } } } diff --git a/composer.lock b/composer.lock index 5968d8c0..97426cae 100644 --- a/composer.lock +++ b/composer.lock @@ -4,35 +4,35 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e99c90d1f4894a7444ad5918992f1045", + "content-hash": "af18943d6544fa8e5324b5a680d1e362", "packages": [], "packages-dev": [ { "name": "doctrine/instantiator", - "version": "2.0.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", "shasum": "" }, "require": { - "php": "^8.1" + "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^11", + "doctrine/coding-standard": "^9 || ^11", "ext-pdo": "*", "ext-phar": "*", - "phpbench/phpbench": "^1.2", - "phpstan/phpstan": "^1.9.4", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5.27", - "vimeo/psalm": "^5.4" + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.30 || ^5.4" }, "type": "library", "autoload": { @@ -59,7 +59,7 @@ ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/2.0.0" + "source": "https://github.com/doctrine/instantiator/tree/1.5.0" }, "funding": [ { @@ -75,7 +75,7 @@ "type": "tidelift" } ], - "time": "2022-12-30T00:23:10+00:00" + "time": "2022-12-30T00:15:36+00:00" }, { "name": "myclabs/deep-copy", @@ -1894,5 +1894,8 @@ "ext-filter": "*" }, "platform-dev": [], + "platform-overrides": { + "php": "7.4" + }, "plugin-api-version": "2.6.0" }