Updated the restriction of php version to 7.2.

pull/316/head
Ruslan Baidan 2020-11-18 08:52:03 +01:00
parent d4b6065a27
commit 71897e312d
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
2 changed files with 8 additions and 8 deletions

View File

@ -40,7 +40,7 @@
} }
], ],
"require": { "require": {
"php": "^7.1", "php": "^7.2",
"ext-json": "*", "ext-json": "*",
"ext-pdo": "*", "ext-pdo": "*",
"ext-bcmath": "*", "ext-bcmath": "*",

14
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": "38d10543612743cdf3236a4bc0c4beb6", "content-hash": "a267d1b0279701cba6a04ee4529a68d7",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@ -7673,12 +7673,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git", "url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "a7ebffcf8b453dcf36a9461cb7845885cb95d315" "reference": "4100ec7deab9f78b3b7685fedc6c9b82c15b5c76"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/a7ebffcf8b453dcf36a9461cb7845885cb95d315", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4100ec7deab9f78b3b7685fedc6c9b82c15b5c76",
"reference": "a7ebffcf8b453dcf36a9461cb7845885cb95d315", "reference": "4100ec7deab9f78b3b7685fedc6c9b82c15b5c76",
"shasum": "" "shasum": ""
}, },
"conflict": { "conflict": {
@ -7708,7 +7708,7 @@
"composer/composer": "<=1-alpha.11", "composer/composer": "<=1-alpha.11",
"contao-components/mediaelement": ">=2.14.2,<2.21.1", "contao-components/mediaelement": ">=2.14.2,<2.21.1",
"contao/core": ">=2,<3.5.39", "contao/core": ">=2,<3.5.39",
"contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0", "contao/core-bundle": "= 4.10.0|>=4,<4.4.52|>=4.5,<4.9.6",
"contao/listing-bundle": ">=4,<4.4.8", "contao/listing-bundle": ">=4,<4.4.8",
"datadog/dd-trace": ">=0.30,<0.30.2", "datadog/dd-trace": ">=0.30,<0.30.2",
"david-garcia/phpwhois": "<=4.3.1", "david-garcia/phpwhois": "<=4.3.1",
@ -7982,7 +7982,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-11-16T22:01:59+00:00" "time": "2020-11-18T07:02:14+00:00"
}, },
{ {
"name": "sebastian/code-unit-reverse-lookup", "name": "sebastian/code-unit-reverse-lookup",
@ -8759,7 +8759,7 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^7.1", "php": "^7.2",
"ext-json": "*", "ext-json": "*",
"ext-pdo": "*", "ext-pdo": "*",
"ext-bcmath": "*" "ext-bcmath": "*"