Skip to content

Commit 18b07b0

Browse files
committed
update for laravel 8 and php8.* compatibility
Signed-off-by: Mark Clu Heramis <chumheramis@gmail.com>
1 parent 0e0206f commit 18b07b0

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

changelog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
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": {
@@ -52,4 +52,4 @@
5252
}
5353
}
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)