We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7cb69 commit ed609bbCopy full SHA for ed609bb
composer.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://getcomposer.org/schema.json",
3
"name": "supabase-php/supabase-client",
4
- "description": "Supabase for PHP client.",
+ "description": "Supabase client for PHP.",
5
"keywords": [
6
"supabase",
7
"supabase-php",
@@ -11,8 +11,7 @@
11
"type": "library",
12
"require": {
13
"php": "^8.2.0",
14
- "vlucas/phpdotenv": "^5.6",
15
- "jerome/fetch-php": "^2.0"
+ "vlucas/phpdotenv": "^5.6"
16
},
17
"require-dev": {
18
"pestphp/pest": "^3.8",
0 commit comments