Skip to content

Commit 6dafefe

Browse files
committed
Update phpunit version
1 parent b00b3b1 commit 6dafefe

File tree

2 files changed

+608
-530
lines changed

2 files changed

+608
-530
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"tatevikgr/rss-feed": "dev-main as 0.1.0"
5353
},
5454
"require-dev": {
55-
"phpunit/phpunit": "^9.5.2",
55+
"phpunit/phpunit": "^9.6.33",
5656
"guzzlehttp/guzzle": "^7.2.0",
5757
"squizlabs/php_codesniffer": "^3.5.8",
5858
"phpstan/phpstan": "^1.10",
@@ -61,7 +61,8 @@
6161
"phpmd/phpmd": "^2.6.0",
6262
"roave/security-advisories": "dev-master",
6363
"symfony/process": "^6.4",
64-
"symfony/framework-bundle": "^6.4"
64+
"symfony/framework-bundle": "^6.4",
65+
"phpdocumentor/reflection-docblock": "^5.2"
6566
},
6667
"autoload": {
6768
"psr-4": {

0 commit comments

Comments
 (0)