Skip to content

Commit cbc8d49

Browse files
author
Orkun
authored
Merge pull request #64 from fingerprintjs/feature/laravel-support
feat(laravel): support for 2 latest major laravel version
2 parents badded0 + e648b5e commit cbc8d49

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ext-curl": "*",
3535
"ext-json": "*",
3636
"ext-mbstring": "*",
37-
"guzzlehttp/guzzle": "7.4.5"
37+
"guzzlehttp/guzzle": "~7.2"
3838
},
3939
"require-dev": {
4040
"phpunit/phpunit": "8.5.33",

composer.lock

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/composer.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ext-curl": "*",
3737
"ext-json": "*",
3838
"ext-mbstring": "*",
39-
"guzzlehttp/guzzle": "7.4.5"
39+
"guzzlehttp/guzzle": "~7.2"
4040
},
4141
"require-dev": {
4242
"phpunit/phpunit": "8.5.33",

0 commit comments

Comments
 (0)