Skip to content

Commit ee1cccd

Browse files
new start
1 parent d708131 commit ee1cccd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@
1010
],
1111
"type": "library",
1212
"require": {
13-
"php": "^8.2.0"
13+
"php": "^8.2.0",
14+
"guzzlehttp/guzzle": "^7.9",
15+
"vlucas/phpdotenv": "^5.6"
1416
},
1517
"require-dev": {
1618
"phpstan/phpstan": "^2.1",
19+
"phpstan/phpstan-phpunit": "^2.0",
1720
"phpunit/phpunit": "^12.2"
1821
},
1922
"license": "MIT",

0 commit comments

Comments
 (0)