Skip to content

Commit

Permalink
support in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Dec 6, 2024
1 parent 90beade commit 2304880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.8",
"nesbot/carbon": "^3.7",
"illuminate/support": "^11.26"
"nesbot/carbon": "^3.7"
},
"extra": {
"laravel":{
Expand All @@ -30,7 +29,8 @@
},
"require-dev": {
"pestphp/pest": "^3.2",
"orchestra/testbench": "^9.5"
"orchestra/testbench": "^9.5",
"illuminate/support": "^11.26"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 2304880

Please sign in to comment.