Skip to content

Commit 2304880

Browse files
committed
support in dev
1 parent 90beade commit 2304880

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"require": {
1919
"php": "^8.2",
2020
"guzzlehttp/guzzle": "^7.8",
21-
"nesbot/carbon": "^3.7",
22-
"illuminate/support": "^11.26"
21+
"nesbot/carbon": "^3.7"
2322
},
2423
"extra": {
2524
"laravel":{
@@ -30,7 +29,8 @@
3029
},
3130
"require-dev": {
3231
"pestphp/pest": "^3.2",
33-
"orchestra/testbench": "^9.5"
32+
"orchestra/testbench": "^9.5",
33+
"illuminate/support": "^11.26"
3434
},
3535
"config": {
3636
"allow-plugins": {

0 commit comments

Comments
 (0)