Skip to content

v1.1.0

Choose a tag to compare

@kenjis kenjis released this 04 Oct 01:11
· 4 commits to 1.x since this release
f80d042

What's Changed

  • Support PHP 8.1 and drop PHP 7.3 support by @kenjis in #4

Full Changelog: v1.0.1...v1.1.0

Installation

Add the following to your project composer.json:

    "minimum-stability": "dev",
    "prefer-stable": true,
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/kenjis/php-simple-captcha.git"
        }
    ],