update composer.lock file

This commit is contained in:
Cüneyt Şentürk 2022-07-28 19:05:28 +03:00
parent e7feb944de
commit a85e4d9519

37
composer.lock generated
View File

@ -1998,34 +1998,31 @@
}, },
{ {
"name": "doctrine/event-manager", "name": "doctrine/event-manager",
"version": "1.1.1", "version": "1.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/event-manager.git", "url": "https://github.com/doctrine/event-manager.git",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"conflict": { "conflict": {
"doctrine/common": "<2.9@dev" "doctrine/common": "<2.9"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.0" "phpstan/phpstan": "~1.4.10 || ^1.5.4",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common" "Doctrine\\Common\\": "lib/Doctrine/Common"
@ -2072,7 +2069,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/event-manager/issues", "issues": "https://github.com/doctrine/event-manager/issues",
"source": "https://github.com/doctrine/event-manager/tree/1.1.x" "source": "https://github.com/doctrine/event-manager/tree/1.1.2"
}, },
"funding": [ "funding": [
{ {
@ -2088,7 +2085,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-29T18:28:51+00:00" "time": "2022-07-27T22:18:11+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@ -8288,16 +8285,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.11.7", "version": "v0.11.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "77fc7270031fbc28f9a7bea31385da5c4855cb7a" "reference": "f455acf3645262ae389b10e9beba0c358aa6994e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/77fc7270031fbc28f9a7bea31385da5c4855cb7a", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/f455acf3645262ae389b10e9beba0c358aa6994e",
"reference": "77fc7270031fbc28f9a7bea31385da5c4855cb7a", "reference": "f455acf3645262ae389b10e9beba0c358aa6994e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8358,9 +8355,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.11.7" "source": "https://github.com/bobthecow/psysh/tree/v0.11.8"
}, },
"time": "2022-07-07T13:49:11+00:00" "time": "2022-07-28T14:25:11+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",