Skip to content

Commit

Permalink
Merge pull request #68 from pdffiller/CORE-4898-prepare-to-php-8
Browse files Browse the repository at this point in the history
CORE-4898 PHP 8
  • Loading branch information
osadchyi-s authored Feb 21, 2023
2 parents 6eb0285 + 9762f88 commit 281532a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
],
"require": {
"php": ">=7.0",
"league/oauth2-client": "2.6.1",
"league/oauth2-client": "^2.6",
"oodle/inflect": "^0.2.0",
"guzzlehttp/guzzle": "7.4.5"
"guzzlehttp/guzzle": "^7.4"
},
"require-dev": {
"adammbalogh/key-value-store-file": "^0.5.3",
"larapack/dd": "^1.0",
"nesbot/carbon": "^1.21",
"vlucas/phpdotenv": "^2.1"
"nesbot/carbon": "^2.31",
"vlucas/phpdotenv": "^3.3|^5.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 281532a

Please sign in to comment.