Skip to content

Commit f3f825f

Browse files
Merge pull request Ashishkumbhar01#32 from CodeWithSushil/master
Update
2 parents 87eff36 + a17c6d1 commit f3f825f

File tree

2 files changed

+466
-5
lines changed

2 files changed

+466
-5
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"name": "supabase-php/supabase-client",
33
"description": "Supabase for PHP client.",
44
"keywords": ["supabase","supabase-php","supabase-client"],
5-
"version": "1.0.5",
5+
"version": "1.0.7",
66
"type": "library",
77
"require": {
8-
"php": "^7.0||^8.0",
9-
"guzzlehttp/guzzle": "^7.9"
8+
"php": "^8.2",
9+
"guzzlehttp/guzzle": "^7.9",
10+
"vlucas/phpdotenv": "^5.6"
1011
},
1112
"license": "MIT",
1213
"autoload": {

0 commit comments

Comments
 (0)