Skip to content

Commit 78fb93e

Browse files
authored
Merge pull request #2 from AlexStack/dev
composer file
2 parents b4aab0c + 214b8f0 commit 78fb93e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alexstack/google-recaptcha-to-any-form",
3-
"description": "Display a Google Recaptcha v2 in any custom form with flexible settings and no affection to your existing code. Also works well for SilverStripe 4.x/3.x/2.x & Laravel & Wordpress & other CMS. ",
3+
"description": "Display a Google Recaptcha v2 or v3 in any custom form with flexible settings and no affection to your existing code. Also works well for SilverStripe 4.x/3.x/2.x & Laravel & Wordpress & other CMS. ",
44
"homepage": "https://github.com/AlexStack/Google-Recaptcha-to-any-form",
55
"type": "library",
66
"keywords": [
@@ -23,7 +23,7 @@
2323
},
2424
"minimum-stability": "dev",
2525
"require": {
26-
"php": "^5.0"
26+
"php": ">=5.0"
2727
},
2828
"autoload": {
2929
"psr-4": {
@@ -33,7 +33,9 @@
3333
"extra": {
3434
"screenshots": [
3535
"https://developers.google.com/recaptcha/images/newCaptchaAnchor.gif",
36-
"https://developers.google.com/recaptcha/images/newCaptchaAnchor.gif"
36+
"https://raw.githubusercontent.com/AlexStack/Google-Recaptcha-to-any-form/master/docs/images/google-recaptcha-v2-default.png",
37+
"https://raw.githubusercontent.com/AlexStack/Google-Recaptcha-to-any-form/master/docs/images/google-recaptcha-v3-default.png",
38+
"https://raw.githubusercontent.com/AlexStack/Google-Recaptcha-to-any-form/master/docs/images/google-recaptcha-v3-inline.png"
3739
]
3840
}
3941
}

0 commit comments

Comments
 (0)