Skip to content

Commit

Permalink
For Laravel 10.x dependency update (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
adideas authored Aug 14, 2023
1 parent 5b9f1e6 commit d037fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"ext-json": "*",
"ext-mbstring": "*",
"psr/http-client": "~1.0",
"psr/log": "~1.0",
"psr/log": "~1|~2|~3",
"guzzlehttp/psr7": "*"
},
"require-dev": {
"phpunit/phpunit": "9.5.6",
"squizlabs/php_codesniffer": "3.5.2",
"monolog/monolog": "2.3.1",
"monolog/monolog": "2|3",
"guzzlehttp/guzzle": "~7.2"
},
"autoload": {
Expand Down

0 comments on commit d037fcf

Please sign in to comment.