Skip to content

Commit 833791d

Browse files
Upgrade of PHPUnit from ^10 to ^11
1 parent d696461 commit 833791d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"friendsofphp/php-cs-fixer": "^3",
2121
"middlewares/utils": "^4",
2222
"phpstan/phpstan": "^2",
23-
"phpunit/phpunit": "^10",
23+
"phpunit/phpunit": "^11",
2424
"slim/psr7": "^1",
2525
"squizlabs/php_codesniffer": "^4"
2626
},

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
bootstrap="vendor/autoload.php"
44
colors="true"
55
backupGlobals="false"
6-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
6+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
77
cacheDirectory=".phpunit.cache"
88
backupStaticProperties="false">
99
<coverage/>

0 commit comments

Comments
 (0)