Skip to content

Commit

Permalink
Merge branch 'main' into l11-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Mar 10, 2024
2 parents 72d28e8 + f4934fa commit 5d3074b
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 @@ -10,13 +10,13 @@
"wrapper"
],
"type": "library",
"minimum-stability": "stable",
"minimum-stability": "dev",
"require": {
"php": "^8.1",
"laravel/framework": "^8.40.0|^9.0|^10.0|^11.0",
"ext-json": "*",
"illuminate/support": "^8.40.0|^9.0|^10.0|^11.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"nesbot/carbon": "^2.53.1|^3.0",
"ext-json": "*"
"nesbot/carbon": "^2.53.1|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.4 || ^10.0.0",
Expand Down

0 comments on commit 5d3074b

Please sign in to comment.