diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-12-15 13:27:25 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-12-15 13:27:25 -0800 |
commit | 8e6476b4028e44687e10bf7fb2617a2d2fff97d2 (patch) | |
tree | f010db02cb0ff016bdc806a0a87e1a4b21946f0a /vendor/gregwar/captcha/demo/fingerprint.php | |
parent | a93b8e10f5954be0853eec693c13e84c4bd9e6f2 (diff) |
Update composer dependencies
Diffstat (limited to 'vendor/gregwar/captcha/demo/fingerprint.php')
-rw-r--r-- | vendor/gregwar/captcha/demo/fingerprint.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/gregwar/captcha/demo/fingerprint.php b/vendor/gregwar/captcha/demo/fingerprint.php index ce30d991..d5319c7d 100644 --- a/vendor/gregwar/captcha/demo/fingerprint.php +++ b/vendor/gregwar/captcha/demo/fingerprint.php @@ -1,9 +1,6 @@ <?php -include(__DIR__.'/../CaptchaBuilderInterface.php'); -include(__DIR__.'/../PhraseBuilderInterface.php'); -include(__DIR__.'/../CaptchaBuilder.php'); -include(__DIR__.'/../PhraseBuilder.php'); +require_once __DIR__.'/../vendor/autoload.php'; use Gregwar\Captcha\CaptchaBuilder; |