Only Single Dependency Updated

This commit is contained in:
devansh bawari 2021-09-06 09:35:52 +05:30
parent 6254c6f9ee
commit b1003db893
1 changed files with 13 additions and 13 deletions

26
composer.lock generated
View File

@ -8674,16 +8674,16 @@
}, },
{ {
"name": "codeception/codeception", "name": "codeception/codeception",
"version": "4.1.20", "version": "4.1.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Codeception/Codeception.git", "url": "https://github.com/Codeception/Codeception.git",
"reference": "d8b16e13e1781dbc3a7ae8292117d520c89a9c5a" "reference": "9777ec3690ceedc4bce2ed13af7af4ca4ee3088f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/d8b16e13e1781dbc3a7ae8292117d520c89a9c5a", "url": "https://api.github.com/repos/Codeception/Codeception/zipball/9777ec3690ceedc4bce2ed13af7af4ca4ee3088f",
"reference": "d8b16e13e1781dbc3a7ae8292117d520c89a9c5a", "reference": "9777ec3690ceedc4bce2ed13af7af4ca4ee3088f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8694,7 +8694,7 @@
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"guzzlehttp/psr7": "~1.4", "guzzlehttp/psr7": "^1.4 | ^2.0",
"php": ">=5.6.0 <9.0", "php": ">=5.6.0 <9.0",
"symfony/console": ">=2.7 <6.0", "symfony/console": ">=2.7 <6.0",
"symfony/css-selector": ">=2.7 <6.0", "symfony/css-selector": ">=2.7 <6.0",
@ -8703,11 +8703,11 @@
"symfony/yaml": ">=2.7 <6.0" "symfony/yaml": ">=2.7 <6.0"
}, },
"require-dev": { "require-dev": {
"codeception/module-asserts": "*@dev", "codeception/module-asserts": "1.*@dev",
"codeception/module-cli": "*@dev", "codeception/module-cli": "1.*@dev",
"codeception/module-db": "*@dev", "codeception/module-db": "1.*@dev",
"codeception/module-filesystem": "*@dev", "codeception/module-filesystem": "1.*@dev",
"codeception/module-phpbrowser": "*@dev", "codeception/module-phpbrowser": "1.*@dev",
"codeception/specify": "~0.3", "codeception/specify": "~0.3",
"codeception/util-universalframework": "*@dev", "codeception/util-universalframework": "*@dev",
"monolog/monolog": "~1.8", "monolog/monolog": "~1.8",
@ -8757,7 +8757,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Codeception/Codeception/issues", "issues": "https://github.com/Codeception/Codeception/issues",
"source": "https://github.com/Codeception/Codeception/tree/4.1.20" "source": "https://github.com/Codeception/Codeception/tree/4.1.22"
}, },
"funding": [ "funding": [
{ {
@ -8765,7 +8765,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2021-04-02T16:41:51+00:00" "time": "2021-08-06T17:15:34+00:00"
}, },
{ {
"name": "codeception/lib-asserts", "name": "codeception/lib-asserts",
@ -11594,5 +11594,5 @@
"php": "^7.3|^8.0" "php": "^7.3|^8.0"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.1.0" "plugin-api-version": "2.0.0"
} }