mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-26 21:09:31 +00:00
Updated dependencies.
This commit is contained in:
parent
6ed3d5524c
commit
3d7fb4b460
2 changed files with 33 additions and 32 deletions
25
composer.lock
generated
25
composer.lock
generated
|
|
@ -2418,16 +2418,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nyholm/psr7",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Nyholm/psr7.git",
|
||||
"reference": "55ff6b76573f5b242554c9775792bd59fb52e11c"
|
||||
"reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/55ff6b76573f5b242554c9775792bd59fb52e11c",
|
||||
"reference": "55ff6b76573f5b242554c9775792bd59fb52e11c",
|
||||
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/c17f4f73985f62054a331cbc4ffdf9868c4ef256",
|
||||
"reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -2442,8 +2442,9 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"http-interop/http-factory-tests": "dev-master",
|
||||
"php-http/psr7-integration-tests": "dev-master",
|
||||
"phpunit/phpunit": "^7.5"
|
||||
"php-http/psr7-integration-tests": "^1.0",
|
||||
"phpunit/phpunit": "^7.5",
|
||||
"symfony/error-handler": "^4.4"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
|
@ -2476,7 +2477,7 @@
|
|||
"psr-17",
|
||||
"psr-7"
|
||||
],
|
||||
"time": "2019-09-05T13:24:16+00:00"
|
||||
"time": "2020-05-23T11:29:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ocramius/package-versions",
|
||||
|
|
@ -11088,16 +11089,16 @@
|
|||
},
|
||||
{
|
||||
"name": "slevomat/coding-standard",
|
||||
"version": "6.3.5",
|
||||
"version": "6.3.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/slevomat/coding-standard.git",
|
||||
"reference": "29995403896ff25fe08c44a60e2921ac0e6a419c"
|
||||
"reference": "7876032a4f55acf2de2cf3cd538feaf98a8a0fee"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/29995403896ff25fe08c44a60e2921ac0e6a419c",
|
||||
"reference": "29995403896ff25fe08c44a60e2921ac0e6a419c",
|
||||
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/7876032a4f55acf2de2cf3cd538feaf98a8a0fee",
|
||||
"reference": "7876032a4f55acf2de2cf3cd538feaf98a8a0fee",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -11131,7 +11132,7 @@
|
|||
"MIT"
|
||||
],
|
||||
"description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
|
||||
"time": "2020-05-13T14:59:55+00:00"
|
||||
"time": "2020-05-22T15:11:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "squizlabs/php_codesniffer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue