Skip to content

Commit 8f0567e

Browse files
committed
Fix phpunit v10 missing versions
1 parent 975807b commit 8f0567e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"mockery/mockery": "Required to use mocking (^1.5.1).",
175175
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
176176
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
177-
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).",
177+
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).",
178178
"predis/predis": "Required to use the predis connector (^2.0.2).",
179179
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
180180
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",

src/Illuminate/Testing/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"illuminate/database": "Required to assert databases (^10.0).",
3838
"illuminate/http": "Required to assert responses (^10.0).",
3939
"mockery/mockery": "Required to use mocking (^1.5.1).",
40-
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8)."
40+
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7)."
4141
},
4242
"config": {
4343
"sort-packages": true

0 commit comments

Comments
 (0)