Skip to content

Commit a66d3e2

Browse files
guzzlehttp add for more fast secure
1 parent 57d1814 commit a66d3e2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
"require": {
1414
"php": "^8.3",
1515
"ext-curl": "*",
16-
"ext-json": "*"
16+
"ext-json": "*",
17+
"guzzlehttp/guzzle": "^7.11"
1718
},
1819
"require-dev": {
1920
"laravel/pint": "^1.29",
2021
"phpstan/extension-installer": "^1.4",
22+
"phpstan/phpstan": "^2.2",
2123
"phpunit/phpunit": "^13.1",
22-
"phpstan/phpstan": "^2.1",
23-
"tomasvotruba/type-coverage": "^2.1"
24+
"tomasvotruba/type-coverage": "^2.2"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)