Make tests pass
Showing
... | ... | @@ -14,6 +14,9 @@ |
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", | ||
"guzzlehttp/guzzle": "^6.2" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.8" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Anhskohbo\\NoCaptcha\\": "src/" | ||
... | ... |
Please register or sign in to comment