Skip to content

Commit c1b2672

Browse files
committed
PHP UNIT Upgrade
1 parent 88c7b2c commit c1b2672

File tree

4 files changed

+306
-418
lines changed

4 files changed

+306
-418
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"ext-json": "*",
1818
"ext-openssl": "*",
1919
"allure-framework/allure-codeception": "^2.1",
20-
"allure-framework/allure-phpunit": "^2",
20+
"allure-framework/allure-phpunit": "^3",
2121
"aws/aws-sdk-php": "^3.132",
2222
"codeception/codeception": "^5.0",
2323
"codeception/module-asserts": "^3.0",
24-
"codeception/module-sequence": "^3.0",
25-
"codeception/module-webdriver": "^3.0",
24+
"codeception/module-sequence": "dev-master",
25+
"codeception/module-webdriver": "^4.0",
2626
"composer/composer": "^1.9||^2.0,!=2.2.16",
2727
"csharpru/vault-php": "^4.2.1",
2828
"guzzlehttp/guzzle": "^7.3.0",
@@ -47,8 +47,8 @@
4747
"codacy/coverage": "^1.4",
4848
"php-coveralls/php-coveralls": "^1.0||^2.2",
4949
"phpmd/phpmd": "^2.8.0",
50-
"phpunit/phpunit": "^9.5",
51-
"sebastian/phpcpd": "~6.0.0",
50+
"phpunit/phpunit": "^10.0",
51+
"sebastian/phpcpd": "dev-main",
5252
"squizlabs/php_codesniffer": "~3.7.0"
5353
},
5454
"suggest": {

0 commit comments

Comments
 (0)