We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79696eb commit 4228c9cCopy full SHA for 4228c9c
composer.json
@@ -25,7 +25,7 @@
25
"require-dev": {
26
"mockery/mockery": "^1.4",
27
"orchestra/testbench": "^8.0",
28
- "phpunit/phpunit": "^9.6",
+ "phpunit/phpunit": "^10.4",
29
"vimeo/psalm": "^4.3"
30
},
31
"autoload": {
phpunit.xml.dist
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
5
bootstrap="vendor/autoload.php"
6
colors="true"
7
verbose="true"
0 commit comments