Skip to content

Commit c34ba72

Browse files
committed
Updated various package versions in composer.lock for consistency and stability., Added new methods for text generation and image-to-text functionality in Wetrocloud.php.
1 parent c9d0917 commit c34ba72

File tree

5 files changed

+771
-996
lines changed

5 files changed

+771
-996
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@
2525
"name": "Muhammad Yahaya"
2626
}
2727
],
28-
"minimum-stability": "dev",
28+
"minimum-stability": "stable",
29+
"prefer-stable": true,
2930
"require": {
3031
"php": "^8.3",
3132
"guzzlehttp/guzzle": "7.9"
3233
},
3334
"require-dev": {
3435
"larastan/larastan": "3.0",
35-
"pestphp/pest": "4.x-dev",
36+
"pestphp/pest": "^3.8.2",
3637
"mockery/mockery": "^1.6"
3738
},
3839
"config": {

0 commit comments

Comments
 (0)