Remove dependency causing issues on PHP < 7.4

This commit is contained in:
Timothy Warren 2020-03-11 16:34:33 -04:00
parent 5216b60789
commit 6718fc78e9
1 changed files with 1 additions and 2 deletions

View File

@ -50,8 +50,7 @@
"spatie/phpunit-snapshot-assertions": "^2.2.1",
"squizlabs/php_codesniffer": "^3.2.2",
"symfony/var-dumper": "^4.4.1",
"theseer/phpdox": "*",
"vimeo/psalm": "^3.7"
"theseer/phpdox": "*"
},
"scripts": {
"build": "vendor/bin/robo build",