Composer update

This commit is contained in:
Matias Griese
2022-02-03 19:50:02 +02:00
parent 45fd533186
commit 840441bc9b

40
composer.lock generated
View File

@@ -764,12 +764,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [ "files": [
"src/functions_include.php" "src/functions_include.php"
] ],
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -1316,16 +1316,16 @@
}, },
{ {
"name": "nyholm/psr7", "name": "nyholm/psr7",
"version": "1.4.1", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Nyholm/psr7.git", "url": "https://github.com/Nyholm/psr7.git",
"reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec" "reference": "1461e07a0f2a975a52082ca3b769ca912b816226"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/2212385b47153ea71b1c1b1374f8cb5e4f7892ec", "url": "https://api.github.com/repos/Nyholm/psr7/zipball/1461e07a0f2a975a52082ca3b769ca912b816226",
"reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec", "reference": "1461e07a0f2a975a52082ca3b769ca912b816226",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1377,7 +1377,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Nyholm/psr7/issues", "issues": "https://github.com/Nyholm/psr7/issues",
"source": "https://github.com/Nyholm/psr7/tree/1.4.1" "source": "https://github.com/Nyholm/psr7/tree/1.5.0"
}, },
"funding": [ "funding": [
{ {
@@ -1389,7 +1389,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-07-02T08:32:20+00:00" "time": "2022-02-02T18:37:57+00:00"
}, },
{ {
"name": "nyholm/psr7-server", "name": "nyholm/psr7-server",
@@ -4214,12 +4214,12 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [ "files": [
"src/DeepCopy/deep_copy.php" "src/DeepCopy/deep_copy.php"
] ],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -4641,16 +4641,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.4.3", "version": "1.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "89d10839dbfc95eeb7da656578b4a899ad2b59b1" "reference": "150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/89d10839dbfc95eeb7da656578b4a899ad2b59b1", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3",
"reference": "89d10839dbfc95eeb7da656578b4a899ad2b59b1", "reference": "150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4681,7 +4681,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.4.3" "source": "https://github.com/phpstan/phpstan/tree/1.4.5"
}, },
"funding": [ "funding": [
{ {
@@ -4701,7 +4701,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-01-28T16:27:17+00:00" "time": "2022-02-02T19:35:10+00:00"
}, },
{ {
"name": "phpstan/phpstan-deprecation-rules", "name": "phpstan/phpstan-deprecation-rules",