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