Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Medboubazine authored Aug 10, 2024
1 parent 3726ad9 commit 2d1368a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
],
"require": {
"php": ">=8.1.10",
"guzzlehttp/guzzle": "^7.0",
"rakit/validation": "^1.4",
"illuminate/support": "^10.39",
"medboubazine/number_format": "^1.1",
"nesbot/carbon": "^2.72"
"guzzlehttp/guzzle": ">=7.0",
"rakit/validation": ">=1.4",
"illuminate/support": ">=10.39",
"medboubazine/number_format": ">=1.1",
"nesbot/carbon": ">=2.72"
},
"require-dev": {
"symfony/var-dumper": "^6.4",
Expand Down

0 comments on commit 2d1368a

Please sign in to comment.