aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-01-15 10:32:30 +0100
committerGravatar GitHub <noreply@github.com> 2024-01-15 10:32:30 +0100
commit52f6c8399b41e0c8be49dd56c89f451843189791 (patch)
tree09f42490437306c29b76126e51872399588adde9 /composer.lock
parent74ed1e6c5772338f8a18f4cbf63bdfcf2ef9baaf (diff)
Explicit PHP version for Composer (#6039)
* Explicit PHP version for Composer Follow-up of https://github.com/FreshRSS/FreshRSS/pull/6038 Ensure that we do not depend on incompatible libraries like in https://github.com/FreshRSS/FreshRSS/pull/6030 * Explicit version for PHPStan Due to changes in types, we only support PHPStan in PHP 8 mode
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock7
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index 65fcd29e3..dd66d6753 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": "68ad77514e7c3945e8a7c72dc8e69200",
+ "content-hash": "4d335c3e4437b2f9ff6b0b75bfeaacf4",
"packages": [],
"packages-dev": [
{
@@ -2019,5 +2019,8 @@
"ext-tokenizer": "*",
"ext-xmlwriter": "*"
},
- "plugin-api-version": "2.6.0"
+ "platform-overrides": {
+ "php": "7.4"
+ },
+ "plugin-api-version": "2.3.0"
}