Skip to content

Commit 2fe03d0

Browse files
committed
Fixed a typo in phpunit/phpunit
1 parent 18790dc commit 2fe03d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^8.0",
2323
"laravel/framework": "^8.70|^9.0|^10.0|^11.0",
24-
"phpunie/phpunit": "^9.5|^10.0|^11.0",
24+
"phpunit/phpunit": "^9.5|^10.0|^11.0",
2525
"sixlive/json-schema-assertions": "^2.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)