Skip to content

Commit

Permalink
Update libraries (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman authored Nov 12, 2024
1 parent df19e22 commit 31d2dc0
Show file tree
Hide file tree
Showing 2 changed files with 1,211 additions and 878 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.5.0",
"illuminate/support": "^11.0",
"guzzlehttp/guzzle": "^7.9",
"illuminate/support": "^11.31",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "^9",
"phpunit/phpunit": "^11"
"orchestra/testbench": "^9.5",
"phpunit/phpunit": "^11.4"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -52,4 +52,4 @@
}
}
}
}
}
Loading

0 comments on commit 31d2dc0

Please sign in to comment.