+2
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -32,7 +32,8 @@ | ||
}
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^9.5"
|
||
"phpunit/phpunit": "^9.5",
|
||
"symfony/var-dumper": "^6.3"
|
||
},
|
||
"scripts": {
|
||
"tests": "php ./vendor/bin/phpunit --testdox --verbose"
|
||
Loading