File tree 2 files changed +12
-8
lines changed 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,9 @@ All notable changes to `LaravelGoogleReCaptchaV2` will be documented in this fil
4
4
5
5
## Version 1.0
6
6
7
- ### Added
8
- - Everything
7
+ ### Updated
8
+ - update PHP version to ^7.2.5 || ^8.0.
9
+ - update guzzlehttp/guzzle dependency to version 7.0 or higher.
10
+ - update phpunit/phpunit dependency to version 9.0 or higher.
11
+ - update orchestra/testbench dependency to version 6.0 or higher.
12
+ - update "php-coveralls/php-coveralls" dependency to version 2.4 or higher.
Original file line number Diff line number Diff line change 24
24
" laravel"
25
25
],
26
26
"require" : {
27
- "php" : " >=5.5 " ,
28
- "guzzlehttp/guzzle" : " ^6.2 "
27
+ "php" : " ^7.2.5 || ^8.0 " ,
28
+ "guzzlehttp/guzzle" : " ^7.0 "
29
29
},
30
30
"require-dev" : {
31
- "phpunit/phpunit" : " ~7 .0" ,
32
- "orchestra/testbench" : " ~3 .0" ,
33
- "php-coveralls/php-coveralls" : " ^2.1 "
31
+ "phpunit/phpunit" : " ~9 .0" ,
32
+ "orchestra/testbench" : " ^6 .0" ,
33
+ "php-coveralls/php-coveralls" : " ^2.4 "
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
52
52
}
53
53
}
54
54
}
55
- }
55
+ }
You can’t perform that action at this time.
0 commit comments