Skip to content

Commit 5d3074b

Browse files
authored
Merge branch 'main' into l11-compatibility
2 parents 72d28e8 + f4934fa commit 5d3074b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"wrapper"
1111
],
1212
"type": "library",
13-
"minimum-stability": "stable",
13+
"minimum-stability": "dev",
1414
"require": {
1515
"php": "^8.1",
16-
"laravel/framework": "^8.40.0|^9.0|^10.0|^11.0",
16+
"ext-json": "*",
17+
"illuminate/support": "^8.40.0|^9.0|^10.0|^11.0",
1718
"guzzlehttp/guzzle": "~6.0|~7.0",
18-
"nesbot/carbon": "^2.53.1|^3.0",
19-
"ext-json": "*"
19+
"nesbot/carbon": "^2.53.1|^3.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^9.5.4 || ^10.0.0",

0 commit comments

Comments
 (0)