We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d696461 commit 833791dCopy full SHA for 833791d
2 files changed
composer.json
@@ -20,7 +20,7 @@
20
"friendsofphp/php-cs-fixer": "^3",
21
"middlewares/utils": "^4",
22
"phpstan/phpstan": "^2",
23
- "phpunit/phpunit": "^10",
+ "phpunit/phpunit": "^11",
24
"slim/psr7": "^1",
25
"squizlabs/php_codesniffer": "^4"
26
},
phpunit.xml
@@ -3,7 +3,7 @@
3
bootstrap="vendor/autoload.php"
4
colors="true"
5
backupGlobals="false"
6
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
7
cacheDirectory=".phpunit.cache"
8
backupStaticProperties="false">
9
<coverage/>
0 commit comments