This commit is contained in:
Čarodej
2021-11-16 17:21:03 +01:00
parent c7dab4b268
commit 6514102df2
25 changed files with 169 additions and 385 deletions

96
composer.lock generated
View File

@@ -280,16 +280,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.201.0",
"version": "3.203.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "d2bb0296a3fe62fbc975075d7b06c41002a6517d"
"reference": "498f2466114bc8f3583b1db6943a3e291dd9ee70"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d2bb0296a3fe62fbc975075d7b06c41002a6517d",
"reference": "d2bb0296a3fe62fbc975075d7b06c41002a6517d",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/498f2466114bc8f3583b1db6943a3e291dd9ee70",
"reference": "498f2466114bc8f3583b1db6943a3e291dd9ee70",
"shasum": ""
},
"require": {
@@ -365,9 +365,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.201.0"
"source": "https://github.com/aws/aws-sdk-php/tree/3.203.0"
},
"time": "2021-11-09T19:28:28+00:00"
"time": "2021-11-15T20:32:57+00:00"
},
{
"name": "bacon/bacon-qr-code",
@@ -1324,16 +1324,16 @@
},
{
"name": "doctrine/dbal",
"version": "2.13.4",
"version": "2.13.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e"
"reference": "d92ddb260547c2a7b650ff140f744eb6f395d8fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/2411a55a2a628e6d8dd598388ab13474802c7b6e",
"reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/d92ddb260547c2a7b650ff140f744eb6f395d8fc",
"reference": "d92ddb260547c2a7b650ff140f744eb6f395d8fc",
"shasum": ""
},
"require": {
@@ -1346,13 +1346,13 @@
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "0.12.99",
"phpstan/phpstan": "1.1.1",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.10",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.0",
"squizlabs/php_codesniffer": "3.6.1",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.10.0"
"vimeo/psalm": "4.12.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -1413,7 +1413,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/2.13.4"
"source": "https://github.com/doctrine/dbal/tree/2.13.5"
},
"funding": [
{
@@ -1429,7 +1429,7 @@
"type": "tidelift"
}
],
"time": "2021-10-02T15:59:26+00:00"
"time": "2021-11-11T16:27:36+00:00"
},
{
"name": "doctrine/deprecations",
@@ -2098,16 +2098,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.2.1",
"version": "v3.3.2",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "13ae36a76b6e329e44ca3cafaa784ea02db9ff14"
"reference": "06bdbdfcd619183dd7a1a6948360f8af73b9ecec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/13ae36a76b6e329e44ca3cafaa784ea02db9ff14",
"reference": "13ae36a76b6e329e44ca3cafaa784ea02db9ff14",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/06bdbdfcd619183dd7a1a6948360f8af73b9ecec",
"reference": "06bdbdfcd619183dd7a1a6948360f8af73b9ecec",
"shasum": ""
},
"require": {
@@ -2116,18 +2116,19 @@
"doctrine/annotations": "^1.12",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.2 || ^8.0",
"php": "^7.2.5 || ^8.0",
"php-cs-fixer/diff": "^2.0",
"symfony/console": "^4.4.20 || ^5.1.3",
"symfony/event-dispatcher": "^4.4.20 || ^5.0",
"symfony/filesystem": "^4.4.20 || ^5.0",
"symfony/finder": "^4.4.20 || ^5.0",
"symfony/options-resolver": "^4.4.20 || ^5.0",
"symfony/console": "^5.1.3",
"symfony/event-dispatcher": "^5.0",
"symfony/filesystem": "^5.0",
"symfony/finder": "^5.0",
"symfony/options-resolver": "^5.0",
"symfony/polyfill-mbstring": "^1.23",
"symfony/polyfill-php72": "^1.23",
"symfony/polyfill-php80": "^1.23",
"symfony/polyfill-php81": "^1.23",
"symfony/process": "^4.4.20 || ^5.0",
"symfony/stopwatch": "^4.4.20 || ^5.0"
"symfony/process": "^5.0",
"symfony/stopwatch": "^5.0"
},
"require-dev": {
"justinrainbow/json-schema": "^5.2",
@@ -2143,12 +2144,11 @@
"phpunitgoodpractices/polyfill": "^1.5",
"phpunitgoodpractices/traits": "^1.9.1",
"symfony/phpunit-bridge": "^5.2.4",
"symfony/yaml": "^4.4.20 || ^5.0"
"symfony/yaml": "^5.0"
},
"suggest": {
"ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters.",
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
"ext-mbstring": "For handling non-UTF8 characters."
},
"bin": [
"php-cs-fixer"
@@ -2176,7 +2176,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.2.1"
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.3.2"
},
"funding": [
{
@@ -2184,7 +2184,7 @@
"type": "github"
}
],
"time": "2021-10-05T08:12:17+00:00"
"time": "2021-11-15T18:06:47+00:00"
},
{
"name": "fruitcake/laravel-cors",
@@ -4046,11 +4046,11 @@
"dist": {
"type": "path",
"url": "../../PhpstormProjects/subscription",
"reference": "532bbffb4b220bd4c3cb15ad256e04a855d4ac42"
"reference": "b228fd7ec61fd2d4d5739a08a7002fe01772bfdc"
},
"require": {
"cartalyst/stripe-laravel": "^13.1",
"friendsofphp/php-cs-fixer": "^3.0",
"guzzlehttp/guzzle": "^7.4",
"illuminate/contracts": "^8.37",
"laravel/sanctum": "^2.11",
"php": "^8.0",
@@ -4061,7 +4061,7 @@
"require-dev": {
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5.3",
"orchestra/testbench": "^6.15",
"orchestra/testbench": "^6.23.0",
"phpunit/phpunit": "^9.3",
"spatie/laravel-ray": "^1.23",
"vimeo/psalm": "^4.8"
@@ -7003,16 +7003,16 @@
},
{
"name": "sebastian/exporter",
"version": "4.0.3",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
"reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
"shasum": ""
},
"require": {
@@ -7061,14 +7061,14 @@
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"homepage": "https://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
},
"funding": [
{
@@ -7076,7 +7076,7 @@
"type": "github"
}
],
"time": "2020-09-28T05:24:23+00:00"
"time": "2021-11-11T14:18:36+00:00"
},
{
"name": "sebastian/global-state",
@@ -8043,16 +8043,16 @@
},
{
"name": "spatie/ssh",
"version": "1.6.0",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/ssh.git",
"reference": "4266927d26a26082e013cdd710a00bad487455df"
"reference": "1afb815de758d60fd7fa1752f39c19d0438759b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/ssh/zipball/4266927d26a26082e013cdd710a00bad487455df",
"reference": "4266927d26a26082e013cdd710a00bad487455df",
"url": "https://api.github.com/repos/spatie/ssh/zipball/1afb815de758d60fd7fa1752f39c19d0438759b3",
"reference": "1afb815de758d60fd7fa1752f39c19d0438759b3",
"shasum": ""
},
"require": {
@@ -8090,7 +8090,7 @@
],
"support": {
"issues": "https://github.com/spatie/ssh/issues",
"source": "https://github.com/spatie/ssh/tree/1.6.0"
"source": "https://github.com/spatie/ssh/tree/1.7.0"
},
"funding": [
{
@@ -8098,7 +8098,7 @@
"type": "custom"
}
],
"time": "2021-03-10T13:41:32+00:00"
"time": "2021-11-12T22:58:10+00:00"
},
{
"name": "spatie/temporary-directory",