This commit is contained in:
Shish 2021-03-14 23:56:06 +00:00
parent 45cf45ed77
commit ac981c5eab
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
"config": { "config": {
"platform": { "platform": {
"php": "7.3.0" "php": "7.4.0"
} }
}, },

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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f42a40a8981300a1f3ef0d27fc211032", "content-hash": "656a3728d79c061b2467b769c980caaa",
"packages": [ "packages": [
{ {
"name": "bower-asset/jquery", "name": "bower-asset/jquery",
@ -4541,14 +4541,14 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^7.3 | ^8.0", "php": "^7.4 | ^8.0",
"ext-pdo": "*", "ext-pdo": "*",
"ext-json": "*", "ext-json": "*",
"ext-fileinfo": "*" "ext-fileinfo": "*"
}, },
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.3.0" "php": "7.4.0"
}, },
"plugin-api-version": "2.0.0" "plugin-api-version": "2.0.0"
} }