Skip to content

Commit

Permalink
Update dependencies (#6296)
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Dec 21, 2021
1 parent 1fc3a8f commit bd05fe0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Expand Up @@ -19,7 +19,7 @@
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"codeception/lib-asserts": "^1.0",
"codeception/lib-asserts": "^1.0 | 2.0.*@dev",
"guzzlehttp/psr7": "^1.4 | ^2.0",
"symfony/finder": ">=2.7 <6.0",
"symfony/console": ">=2.7 <6.0",
Expand All @@ -28,19 +28,20 @@
"symfony/css-selector": ">=2.7 <6.0",
"behat/gherkin": "^4.4.0",
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0",
"codeception/stub": "^2.0 | ^3.0"
"codeception/stub": "^2.0 | ^3.0 | ^4.0"
},
"require-dev": {
"monolog/monolog": "~1.8",
"codeception/specify": "~0.3",
"squizlabs/php_codesniffer": "~2.0",
"vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0 | ^5.0",
"symfony/process": ">=2.7 <6.0",
"codeception/module-asserts": "1.*@dev",
"codeception/module-cli": "1.*@dev",
"codeception/module-db": "1.*@dev",
"codeception/module-filesystem": "1.*@dev",
"codeception/module-phpbrowser": "1.*@dev",
"codeception/lib-innerbrowser": "^1.0 | 2.0.*@dev",
"codeception/module-asserts": "^1.0 | 2.0.*@dev",
"codeception/module-cli": "^1.0 | 2.0.*@dev",
"codeception/module-db": "^1.0 | 2.0.*@dev",
"codeception/module-filesystem": "^1.0 | 2.0.*@dev",
"codeception/module-phpbrowser": "^1.0 | 2.0.*@dev",
"codeception/util-universalframework": "*@dev"
},
"suggest": {
Expand Down

0 comments on commit bd05fe0

Please sign in to comment.