File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ and v3.
13
13
- reCAPTCHA: https://www.google.com/recaptcha
14
14
- This repo: https://github.com/google/recaptcha
15
15
- Hosted demo: https://recaptcha-demo.appspot.com/
16
- - Version: 1.2.4
16
+ - Version: 1.3.0
17
17
- License: BSD, see [ LICENSE] ( LICENSE )
18
18
19
19
## Installation
@@ -26,17 +26,22 @@ Use [Composer](https://getcomposer.org) to install this library from Packagist:
26
26
Run the following command from your project directory to add the dependency:
27
27
28
28
``` sh
29
- composer require google/recaptcha " ^1.2 "
29
+ composer require google/recaptcha " ^1.3 "
30
30
```
31
31
32
32
Alternatively, add the dependency directly to your ` composer.json ` file:
33
33
34
34
``` json
35
35
"require" : {
36
- "google/recaptcha" : " ^1.2 "
36
+ "google/recaptcha" : " ^1.3 "
37
37
}
38
38
```
39
39
40
+ ### Support for earlier versions of PHP
41
+
42
+ The 1.3 release moves to PHP 8 and up. For earlier versions, you will need to
43
+ stay with the 1.2 releases.
44
+
40
45
### Direct download
41
46
42
47
Download the [ ZIP file] ( https://github.com/google/recaptcha/archive/master.zip )
Original file line number Diff line number Diff line change 24
24
},
25
25
"extra" : {
26
26
"branch-alias" : {
27
- "dev-master" : " 1.2 .x-dev"
27
+ "dev-master" : " 1.3 .x-dev"
28
28
}
29
29
},
30
30
"scripts" : {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class ReCaptcha
43
43
* Version of this client library.
44
44
* @const string
45
45
*/
46
- public const VERSION = 'php_1.2.4 ' ;
46
+ public const VERSION = 'php_1.3.0 ' ;
47
47
48
48
/**
49
49
* URL for reCAPTCHA siteverify API
You can’t perform that action at this time.
0 commit comments