Update phpunit/phpunit requirement from ^6.0|^9.5 to ^11.5.3

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-13 11:37:02 +00:00 committed by GitHub
parent 988854436e
commit b0fb4b4b0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
"PHP": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^9.5",
"phpunit/phpunit": "^11.5.3",
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^1.0"
},