mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-28 22:28:51 +03:00
chore: upgrade phpunit 7 => 9
Upgraded with: composer require -W --dev phpunit/phpunit:^9
This commit is contained in:
parent
51f0d046d0
commit
a28dca2c9d
2 changed files with 666 additions and 267 deletions
|
@ -31,7 +31,7 @@
|
||||||
"ext-json": "*"
|
"ext-json": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^7",
|
"phpunit/phpunit": "^9",
|
||||||
"squizlabs/php_codesniffer": "^3.6"
|
"squizlabs/php_codesniffer": "^3.6"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
|
931
composer.lock
generated
931
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue