Skip to content

Commit 864e17f

Browse files
TatevikGrtatevikg1
andauthored
Update phpunit version (#109)
* Update phpunit version --------- Co-authored-by: Tatevik <tatevikg1@gmail.com>
1 parent f7de503 commit 864e17f

File tree

2 files changed

+610
-532
lines changed

2 files changed

+610
-532
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"url": "https://github.com/tatevikgr/phplist-api-client"
3939
},
4040
{
41-
"type": "vcs",
42-
"url": "https://github.com/tatevikgr/rss-bundle.git"
41+
"type": "vcs",
42+
"url": "https://github.com/tatevikgr/rss-bundle.git"
4343
}
4444
],
4545
"require": {
@@ -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)