Composer update

This commit is contained in:
Matias Griese
2022-04-26 09:09:14 +03:00
parent 767a17bf50
commit 28c4305d46
2 changed files with 37 additions and 32 deletions

View File

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

65
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": "f0530b0fd3e574fef0852376653da5a0", "content-hash": "7645535ce7348e38bad6dad9ce8b2fdb",
"packages": [ "packages": [
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
@@ -332,16 +332,16 @@
}, },
{ {
"name": "donatj/phpuseragentparser", "name": "donatj/phpuseragentparser",
"version": "v1.5.0", "version": "v1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/donatj/PhpUserAgent.git", "url": "https://github.com/donatj/PhpUserAgent.git",
"reference": "cc9d872cddfc180c52d084d0dff1e4aad653d37f" "reference": "c84fd3c205097843aab93290f2a5744b4159e815"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/donatj/PhpUserAgent/zipball/cc9d872cddfc180c52d084d0dff1e4aad653d37f", "url": "https://api.github.com/repos/donatj/PhpUserAgent/zipball/c84fd3c205097843aab93290f2a5744b4159e815",
"reference": "cc9d872cddfc180c52d084d0dff1e4aad653d37f", "reference": "c84fd3c205097843aab93290f2a5744b4159e815",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -350,6 +350,7 @@
"require-dev": { "require-dev": {
"camspiers/json-pretty": "~1.0", "camspiers/json-pretty": "~1.0",
"donatj/drop": "*", "donatj/drop": "*",
"ext-json": "*",
"phpunit/phpunit": "~4.8|~9" "phpunit/phpunit": "~4.8|~9"
}, },
"type": "library", "type": "library",
@@ -384,11 +385,11 @@
], ],
"support": { "support": {
"issues": "https://github.com/donatj/PhpUserAgent/issues", "issues": "https://github.com/donatj/PhpUserAgent/issues",
"source": "https://github.com/donatj/PhpUserAgent/tree/v1.5.0" "source": "https://github.com/donatj/PhpUserAgent/tree/v1.6.0"
}, },
"funding": [ "funding": [
{ {
"url": "https://www.paypal.me/donatj/5", "url": "https://www.paypal.me/donatj/15",
"type": "custom" "type": "custom"
}, },
{ {
@@ -396,7 +397,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-09-16T17:05:03+00:00" "time": "2022-04-20T03:05:31+00:00"
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
@@ -1654,20 +1655,20 @@
}, },
{ {
"name": "psr/container", "name": "psr/container",
"version": "1.1.1", "version": "1.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/container.git", "url": "https://github.com/php-fig/container.git",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.0" "php": ">=7.4.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -1696,9 +1697,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-fig/container/issues", "issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.1" "source": "https://github.com/php-fig/container/tree/1.1.2"
}, },
"time": "2021-03-05T17:36:06+00:00" "time": "2021-11-05T16:50:12+00:00"
}, },
{ {
"name": "psr/http-factory", "name": "psr/http-factory",
@@ -3861,20 +3862,24 @@
}, },
{ {
"name": "codeception/stub", "name": "codeception/stub",
"version": "3.7.0", "version": "4.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Codeception/Stub.git", "url": "https://github.com/Codeception/Stub.git",
"reference": "468dd5fe659f131fc997f5196aad87512f9b1304" "reference": "18a148dacd293fc7b044042f5aa63a82b08bff5d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Codeception/Stub/zipball/468dd5fe659f131fc997f5196aad87512f9b1304", "url": "https://api.github.com/repos/Codeception/Stub/zipball/18a148dacd293fc7b044042f5aa63a82b08bff5d",
"reference": "468dd5fe659f131fc997f5196aad87512f9b1304", "reference": "18a148dacd293fc7b044042f5aa63a82b08bff5d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"phpunit/phpunit": "^8.4 | ^9.0" "php": "^7.4 | ^8.0",
"phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | 10.0.x-dev"
},
"require-dev": {
"consolidation/robo": "^3.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -3889,9 +3894,9 @@
"description": "Flexible Stub wrapper for PHPUnit's Mock Builder", "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
"support": { "support": {
"issues": "https://github.com/Codeception/Stub/issues", "issues": "https://github.com/Codeception/Stub/issues",
"source": "https://github.com/Codeception/Stub/tree/3.7.0" "source": "https://github.com/Codeception/Stub/tree/4.0.2"
}, },
"time": "2020-07-03T15:54:43+00:00" "time": "2022-01-31T19:25:15+00:00"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
@@ -4678,16 +4683,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.5.6", "version": "1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "799dd8c2d2c9c704bb55d2078078cb970cf0f6d1" "reference": "b480ba2ae0699a72d43a340c20b9c00ede91ee3e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/799dd8c2d2c9c704bb55d2078078cb970cf0f6d1", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b480ba2ae0699a72d43a340c20b9c00ede91ee3e",
"reference": "799dd8c2d2c9c704bb55d2078078cb970cf0f6d1", "reference": "b480ba2ae0699a72d43a340c20b9c00ede91ee3e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4713,7 +4718,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.5.6" "source": "https://github.com/phpstan/phpstan/tree/1.6.0"
}, },
"funding": [ "funding": [
{ {
@@ -4733,7 +4738,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-15T11:13:37+00:00" "time": "2022-04-26T05:43:03+00:00"
}, },
{ {
"name": "phpstan/phpstan-deprecation-rules", "name": "phpstan/phpstan-deprecation-rules",
@@ -6680,7 +6685,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^7.3.6 || ^8.0", "php": "^7.4.1 || ^8.0",
"ext-json": "*", "ext-json": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ext-curl": "*", "ext-curl": "*",
@@ -6690,7 +6695,7 @@
}, },
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.3.6" "php": "7.4.1"
}, },
"plugin-api-version": "2.2.0" "plugin-api-version": "2.2.0"
} }