mirror of
https://github.com/filp/whoops.git
synced 2026-08-30 20:17:11 +00:00
Merge pull request #786 from Chris53897/feature/allow-phpunit
test: allow phpunit 10
This commit is contained in:
+2
-2
@@ -20,9 +20,9 @@
|
||||
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
|
||||
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3 || ^10.5.58",
|
||||
"mockery/mockery": "^1.0",
|
||||
"symfony/var-dumper": "^4.0 || ^5.0"
|
||||
"symfony/var-dumper": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
|
||||
|
||||
Reference in New Issue
Block a user