Skip to content

Commit 281532a

Browse files
authored
Merge pull request #68 from pdffiller/CORE-4898-prepare-to-php-8
CORE-4898 PHP 8
2 parents 6eb0285 + 9762f88 commit 281532a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"require": {
1313
"php": ">=7.0",
14-
"league/oauth2-client": "2.6.1",
14+
"league/oauth2-client": "^2.6",
1515
"oodle/inflect": "^0.2.0",
16-
"guzzlehttp/guzzle": "7.4.5"
16+
"guzzlehttp/guzzle": "^7.4"
1717
},
1818
"require-dev": {
1919
"adammbalogh/key-value-store-file": "^0.5.3",
2020
"larapack/dd": "^1.0",
21-
"nesbot/carbon": "^1.21",
22-
"vlucas/phpdotenv": "^2.1"
21+
"nesbot/carbon": "^2.31",
22+
"vlucas/phpdotenv": "^3.3|^5.4"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)