diff --git a/composer.json b/composer.json index c9094855..8e404dd0 100644 --- a/composer.json +++ b/composer.json @@ -15,17 +15,18 @@ "symfony/polyfill-mbstring": "^1.30" }, "require-dev": { - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.5", "dg/bypass-finals": "^1.8", "dms/phpunit-arraysubset-asserts": "^0.5", "fpdf/fpdf": "^1.85", "friendsofphp/php-cs-fixer": "^3.15", - "khanamiryan/qrcode-detector-decoder": "^1.0.3", + "khanamiryan/qrcode-detector-decoder": "^2.0", "phpstan/phpstan": "^1.11-dev", "setasign/fpdi": "^2.3.5", "setasign/fpdf": "^1.8.2", "tecnickcom/tcpdf": "^6.3.2", - "rector/rector": "^1.2" + "rector/rector": "^1.2", + "nunomaduro/mock-final-classes": "^1.2" }, "scripts": { "cs:fix": "vendor/bin/php-cs-fixer fix --verbose", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 354e48fd..2e50326b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,12 +7,7 @@ displayDetailsOnTestsThatTriggerErrors="true" displayDetailsOnTestsThatTriggerNotices="true" displayDetailsOnTestsThatTriggerWarnings="true" - displayDetailsOnPhpunitDeprecations="true" > - - - -