-
- Downloads
Require PHPUnit for development
... | @@ -7,5 +7,8 @@ | ... | @@ -7,5 +7,8 @@ |
}, | }, | ||
"require": { | "require": { | ||
"guzzlehttp/guzzle": "~6.0" | "guzzlehttp/guzzle": "~6.0" | ||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": "^8.4" | |||
} | } | ||
} | } |
phpunit.xml
0 → 100644
Please register or sign in to comment