Limitation API skelet with can upload tests

This commit is contained in:
Čarodej
2022-01-05 11:20:57 +01:00
parent 49c6f25acb
commit c7c11fe5b9
42 changed files with 549 additions and 187 deletions
Generated
+41 -37
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": "f7357a3aa76857d61639d3e8eeaa9178",
"content-hash": "2a61d9183cbd4714a8736cec2589a3ae",
"packages": [
{
"name": "amphp/amp",
@@ -174,22 +174,22 @@
},
{
"name": "asm89/stack-cors",
"version": "v2.0.3",
"version": "v2.0.5",
"source": {
"type": "git",
"url": "https://github.com/asm89/stack-cors.git",
"reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714"
"reference": "7a198ec737e926eab15d29368fc6fff66772b0e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/9cb795bf30988e8c96dd3c40623c48a877bc6714",
"reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714",
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/7a198ec737e926eab15d29368fc6fff66772b0e2",
"reference": "7a198ec737e926eab15d29368fc6fff66772b0e2",
"shasum": ""
},
"require": {
"php": "^7.0|^8.0",
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0|~6.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0|~6.0"
},
"require-dev": {
"phpunit/phpunit": "^6|^7|^8|^9",
@@ -224,9 +224,9 @@
],
"support": {
"issues": "https://github.com/asm89/stack-cors/issues",
"source": "https://github.com/asm89/stack-cors/tree/v2.0.3"
"source": "https://github.com/asm89/stack-cors/tree/v2.0.5"
},
"time": "2021-03-11T06:42:03+00:00"
"time": "2022-01-03T15:27:13+00:00"
},
{
"name": "aws/aws-crt-php",
@@ -280,16 +280,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.208.7",
"version": "3.208.8",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c"
"reference": "1fe99375c5a9012d8f99dbbe59fff8e7131a9703"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c",
"reference": "41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1fe99375c5a9012d8f99dbbe59fff8e7131a9703",
"reference": "1fe99375c5a9012d8f99dbbe59fff8e7131a9703",
"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.208.7"
"source": "https://github.com/aws/aws-sdk-php/tree/3.208.8"
},
"time": "2021-12-21T19:16:39+00:00"
"time": "2022-01-03T19:22:28+00:00"
},
{
"name": "bacon/bacon-qr-code",
@@ -2137,16 +2137,16 @@
},
{
"name": "fruitcake/laravel-cors",
"version": "v2.0.4",
"version": "v2.0.5",
"source": {
"type": "git",
"url": "https://github.com/fruitcake/laravel-cors.git",
"reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a"
"reference": "3a066e5cac32e2d1cdaacd6b961692778f37b5fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/a8ccedc7ca95189ead0e407c43b530dc17791d6a",
"reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a",
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/3a066e5cac32e2d1cdaacd6b961692778f37b5fc",
"reference": "3a066e5cac32e2d1cdaacd6b961692778f37b5fc",
"shasum": ""
},
"require": {
@@ -2154,11 +2154,11 @@
"illuminate/contracts": "^6|^7|^8|^9",
"illuminate/support": "^6|^7|^8|^9",
"php": ">=7.2",
"symfony/http-foundation": "^4|^5",
"symfony/http-kernel": "^4.3.4|^5"
"symfony/http-foundation": "^4|^5|^6",
"symfony/http-kernel": "^4.3.4|^5|^6"
},
"require-dev": {
"laravel/framework": "^6|^7|^8",
"laravel/framework": "^6|^7.24|^8",
"orchestra/testbench-dusk": "^4|^5|^6|^7",
"phpunit/phpunit": "^6|^7|^8|^9",
"squizlabs/php_codesniffer": "^3.5"
@@ -2202,15 +2202,19 @@
],
"support": {
"issues": "https://github.com/fruitcake/laravel-cors/issues",
"source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.4"
"source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.5"
},
"funding": [
{
"url": "https://fruitcake.nl",
"type": "custom"
},
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
"time": "2021-04-26T11:24:25+00:00"
"time": "2022-01-03T14:53:04+00:00"
},
{
"name": "gabrielelana/byte-units",
@@ -3479,16 +3483,16 @@
},
{
"name": "league/commonmark",
"version": "2.1.0",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
"reference": "819276bc54e83c160617d3ac0a436c239e479928"
"reference": "17d2b9cb5161a2ea1a8dd30e6991d668e503fb9d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/819276bc54e83c160617d3ac0a436c239e479928",
"reference": "819276bc54e83c160617d3ac0a436c239e479928",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/17d2b9cb5161a2ea1a8dd30e6991d668e503fb9d",
"reference": "17d2b9cb5161a2ea1a8dd30e6991d668e503fb9d",
"shasum": ""
},
"require": {
@@ -3578,7 +3582,7 @@
"type": "tidelift"
}
],
"time": "2021-12-05T18:25:20+00:00"
"time": "2022-01-02T18:25:06+00:00"
},
{
"name": "league/config",
@@ -3991,7 +3995,7 @@
"dist": {
"type": "path",
"url": "../../PhpstormProjects/subscription",
"reference": "236701da1048382c442d7cc85af7acf1d7143a5d"
"reference": "7da5a827d93fb3eea2da4fad64facf79aab2b40e"
},
"require": {
"friendsofphp/php-cs-fixer": "^3.3.2",
@@ -10935,16 +10939,16 @@
},
{
"name": "vimeo/psalm",
"version": "4.16.1",
"version": "4.17.0",
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
"reference": "aa7e400908833b10c0333861f86cd48c510b60eb"
"reference": "6f4707aa41c9174353a6434bba3fc8840f981d9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/aa7e400908833b10c0333861f86cd48c510b60eb",
"reference": "aa7e400908833b10c0333861f86cd48c510b60eb",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/6f4707aa41c9174353a6434bba3fc8840f981d9c",
"reference": "6f4707aa41c9174353a6434bba3fc8840f981d9c",
"shasum": ""
},
"require": {
@@ -10952,7 +10956,7 @@
"amphp/byte-stream": "^1.5",
"composer/package-versions-deprecated": "^1.8.0",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"composer/xdebug-handler": "^1.1 || ^2.0",
"composer/xdebug-handler": "^1.1 || ^2.0 || ^3.0",
"dnoegel/php-xdg-base-dir": "^0.1.1",
"ext-ctype": "*",
"ext-dom": "*",
@@ -11035,9 +11039,9 @@
],
"support": {
"issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm/tree/4.16.1"
"source": "https://github.com/vimeo/psalm/tree/4.17.0"
},
"time": "2021-12-26T08:17:05+00:00"
"time": "2022-01-01T18:39:47+00:00"
},
{
"name": "vlucas/phpdotenv",