Revert accidental PHP requirement update

This commit is contained in:
Matias Griese
2022-04-26 12:30:34 +03:00
parent 28c4305d46
commit 6218a4b366
2 changed files with 19 additions and 23 deletions

View File

@@ -12,7 +12,7 @@
"homepage": "https://getgrav.org",
"license": "MIT",
"require": {
"php": "^7.4.1 || ^8.0",
"php": "^7.3.6 || ^8.0",
"ext-json": "*",
"ext-openssl": "*",
"ext-curl": "*",
@@ -89,7 +89,7 @@
"config": {
"apcu-autoloader": true,
"platform": {
"php": "7.4.1"
"php": "7.3.6"
}
},
"autoload": {

38
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": "7645535ce7348e38bad6dad9ce8b2fdb",
"content-hash": "f0530b0fd3e574fef0852376653da5a0",
"packages": [
{
"name": "composer/ca-bundle",
@@ -1655,20 +1655,20 @@
},
{
"name": "psr/container",
"version": "1.1.2",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
@@ -1697,9 +1697,9 @@
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.2"
"source": "https://github.com/php-fig/container/tree/1.1.1"
},
"time": "2021-11-05T16:50:12+00:00"
"time": "2021-03-05T17:36:06+00:00"
},
{
"name": "psr/http-factory",
@@ -3862,24 +3862,20 @@
},
{
"name": "codeception/stub",
"version": "4.0.2",
"version": "3.7.0",
"source": {
"type": "git",
"url": "https://github.com/Codeception/Stub.git",
"reference": "18a148dacd293fc7b044042f5aa63a82b08bff5d"
"reference": "468dd5fe659f131fc997f5196aad87512f9b1304"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/Stub/zipball/18a148dacd293fc7b044042f5aa63a82b08bff5d",
"reference": "18a148dacd293fc7b044042f5aa63a82b08bff5d",
"url": "https://api.github.com/repos/Codeception/Stub/zipball/468dd5fe659f131fc997f5196aad87512f9b1304",
"reference": "468dd5fe659f131fc997f5196aad87512f9b1304",
"shasum": ""
},
"require": {
"php": "^7.4 | ^8.0",
"phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | 10.0.x-dev"
},
"require-dev": {
"consolidation/robo": "^3.0"
"phpunit/phpunit": "^8.4 | ^9.0"
},
"type": "library",
"autoload": {
@@ -3894,9 +3890,9 @@
"description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
"support": {
"issues": "https://github.com/Codeception/Stub/issues",
"source": "https://github.com/Codeception/Stub/tree/4.0.2"
"source": "https://github.com/Codeception/Stub/tree/3.7.0"
},
"time": "2022-01-31T19:25:15+00:00"
"time": "2020-07-03T15:54:43+00:00"
},
{
"name": "doctrine/instantiator",
@@ -6685,7 +6681,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.4.1 || ^8.0",
"php": "^7.3.6 || ^8.0",
"ext-json": "*",
"ext-openssl": "*",
"ext-curl": "*",
@@ -6695,7 +6691,7 @@
},
"platform-dev": [],
"platform-overrides": {
"php": "7.4.1"
"php": "7.3.6"
},
"plugin-api-version": "2.2.0"
}