composer update

This commit is contained in:
Marko 2022-07-18 16:21:54 +02:00
parent a2ef85c188
commit 3d8cca58dd

49
composer.lock generated
View File

@ -169,16 +169,16 @@
},
{
"name": "doctrine/annotations",
"version": "1.13.2",
"version": "1.13.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "5b668aef16090008790395c02c893b1ba13f7e08"
"reference": "648b0343343565c4a056bfc8392201385e8d89f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
"reference": "5b668aef16090008790395c02c893b1ba13f7e08",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0",
"reference": "648b0343343565c4a056bfc8392201385e8d89f0",
"shasum": ""
},
"require": {
@ -190,9 +190,10 @@
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^6.0 || ^8.1",
"phpstan/phpstan": "^0.12.20",
"phpstan/phpstan": "^1.4.10 || ^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
"symfony/cache": "^4.4 || ^5.2"
"symfony/cache": "^4.4 || ^5.2",
"vimeo/psalm": "^4.10"
},
"type": "library",
"autoload": {
@ -235,9 +236,9 @@
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.13.2"
"source": "https://github.com/doctrine/annotations/tree/1.13.3"
},
"time": "2021-08-05T19:00:23+00:00"
"time": "2022-07-02T10:48:51+00:00"
},
{
"name": "doctrine/cache",
@ -6904,21 +6905,21 @@
},
{
"name": "vin-sw/shopware-sdk",
"version": "1.4.0",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/vienthuong/shopware-php-sdk.git",
"reference": "30686d831b657b95b797853dfcd4acc3144fab4a"
"reference": "6ec708801e4d0e4ce34bd9d9d5dafd8bee693a55"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vienthuong/shopware-php-sdk/zipball/30686d831b657b95b797853dfcd4acc3144fab4a",
"reference": "30686d831b657b95b797853dfcd4acc3144fab4a",
"url": "https://api.github.com/repos/vienthuong/shopware-php-sdk/zipball/6ec708801e4d0e4ce34bd9d9d5dafd8bee693a55",
"reference": "6ec708801e4d0e4ce34bd9d9d5dafd8bee693a55",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/guzzle": "~7.4.5",
"php": "^7.4 || ^8.0",
"psr/http-client": "^1.0"
},
@ -6949,9 +6950,9 @@
"description": "A PHP SDK for Shopware 6 Platform",
"support": {
"issues": "https://github.com/vienthuong/shopware-php-sdk/issues",
"source": "https://github.com/vienthuong/shopware-php-sdk/tree/1.4.0"
"source": "https://github.com/vienthuong/shopware-php-sdk/tree/1.5.0"
},
"time": "2022-03-04T17:00:16+00:00"
"time": "2022-07-05T07:12:18+00:00"
},
{
"name": "webmozart/assert",
@ -9204,22 +9205,22 @@
},
{
"name": "symfony/maker-bundle",
"version": "v1.43.0",
"version": "v1.44.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
"reference": "e3f9a1d9e0f4968f68454403e820dffc7db38a59"
"reference": "fa535d792e9261ae7a78481f643c00991e1d1588"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/e3f9a1d9e0f4968f68454403e820dffc7db38a59",
"reference": "e3f9a1d9e0f4968f68454403e820dffc7db38a59",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/fa535d792e9261ae7a78481f643c00991e1d1588",
"reference": "fa535d792e9261ae7a78481f643c00991e1d1588",
"shasum": ""
},
"require": {
"doctrine/inflector": "^2.0",
"nikic/php-parser": "^4.11",
"php": ">=7.2.5",
"php": ">=8.0",
"symfony/config": "^5.4.7|^6.0",
"symfony/console": "^5.4.7|^6.0",
"symfony/dependency-injection": "^5.4.7|^6.0",
@ -9230,7 +9231,9 @@
"symfony/http-kernel": "^5.4.7|^6.0"
},
"conflict": {
"doctrine/orm": "<2.10"
"doctrine/doctrine-bundle": "<2.4",
"doctrine/orm": "<2.10",
"symfony/doctrine-bridge": "<5.4"
},
"require-dev": {
"composer/semver": "^3.0",
@ -9275,7 +9278,7 @@
],
"support": {
"issues": "https://github.com/symfony/maker-bundle/issues",
"source": "https://github.com/symfony/maker-bundle/tree/v1.43.0"
"source": "https://github.com/symfony/maker-bundle/tree/v1.44.0"
},
"funding": [
{
@ -9291,7 +9294,7 @@
"type": "tidelift"
}
],
"time": "2022-05-17T15:46:50+00:00"
"time": "2022-07-13T17:37:04+00:00"
},
{
"name": "symfony/monolog-bridge",