Skip to content

Commit

Permalink
update php version and other dependencies (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
bahramsadin authored Jan 20, 2025
1 parent 14d1087 commit f4c3ba8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@
}
],
"require": {
"php": ">=7.2",
"php": "^8.0",
"chillerlan/php-cache": "^4.1|^5.0",
"guzzlehttp/guzzle": ">=6.2",
"nesbot/carbon": "^1.39|^2.0|^3.0",
"ramsey/uuid": "^3.7|^3.8|^3.9|^4.0",
"ext-json": "*"
"guzzlehttp/guzzle": ">=7.0",
"nesbot/carbon": "^2.0|^3.0",
"ramsey/uuid": "^4.0",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": ">=9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
Expand Down

0 comments on commit f4c3ba8

Please sign in to comment.