Explicitely require PHP >= 7.3

This commit is contained in:
Pierre Rudloff 2020-10-28 22:17:27 +01:00
parent ac6cd1dbb7
commit f4a9528b56
2 changed files with 4 additions and 3 deletions

View File

@ -19,6 +19,7 @@
}
],
"require": {
"php": ">=7.3",
"ext-intl": "*",
"ext-json": "*",
"aura/session": "^2.1",

6
composer.lock generated
View File

@ -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": "7db8acd0f18d73da93880f015265e1f6",
"content-hash": "0ff2156f72a4d4fbfab76cd9792b5dcd",
"packages": [
{
"name": "aura/session",
@ -7110,12 +7110,12 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.3",
"ext-intl": "*",
"ext-json": "*"
},
"platform-dev": [],
"platform-overrides": {
"php": "7.3.11"
},
"plugin-api-version": "1.1.0"
}
}