Skip to content

Commit 4228c9c

Browse files
authored
wip
1 parent 79696eb commit 4228c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"mockery/mockery": "^1.4",
2727
"orchestra/testbench": "^8.0",
28-
"phpunit/phpunit": "^9.6",
28+
"phpunit/phpunit": "^10.4",
2929
"vimeo/psalm": "^4.3"
3030
},
3131
"autoload": {

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
55
bootstrap="vendor/autoload.php"
66
colors="true"
77
verbose="true"

0 commit comments

Comments
 (0)