File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1- dist : trusty
1+ dist : bionic
22
33language : php
44
55php :
6- - 7.1
6+ - 7.3
7+ - 7.4
8+ - 8.0
79
810matrix :
911 fast_finish : true
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
44
55## Version 1.0
66
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 2424 " laravel"
2525 ],
2626 "require" : {
27- "php" : " >=5.5 " ,
28- "guzzlehttp/guzzle" : " ^6.2 "
27+ "php" : " ^7.2.5 || ^8.0 " ,
28+ "guzzlehttp/guzzle" : " ^7.0 "
2929 },
3030 "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 "
3434 },
3535 "autoload" : {
3636 "psr-4" : {
5252 }
5353 }
5454 }
55- }
55+ }
You can’t perform that action at this time.
0 commit comments