Update PHPUnit, configuration and tests

This commit is contained in:
2023-03-04 17:44:57 +02:00
parent 36b8a22ee7
commit 65245093ce
8 changed files with 50 additions and 57 deletions

View File

@@ -27,11 +27,10 @@
"php": "^8.1"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "0.4.0",
"ergebnis/composer-normalize": "2.30.2",
"orchestra/testbench": "8.0.5",
"phpunit/phpunit": "10.0.14",
"squizlabs/php_codesniffer": "3.7.2"
"ergebnis/composer-normalize": "^2.30",
"orchestra/testbench": "^8",
"phpunit/phpunit": "^10",
"squizlabs/php_codesniffer": "^3"
},
"replace": {
"golonka/bbcodeparser": "*"