Skip to content

Commit e248ecc

Browse files
Supabase clinet for php.
1 parent f3f825f commit e248ecc

File tree

2 files changed

+69
-7
lines changed

2 files changed

+69
-7
lines changed

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "supabase-php/supabase-client",
3-
"description": "Supabase for PHP client.",
4-
"keywords": ["supabase","supabase-php","supabase-client"],
5-
"version": "1.0.7",
2+
"$schema": "https://getcomposer.org/schem a.json",
3+
"name": "supabase-php/supabase-client",
4+
"description": "Supabase for PHP client.",
5+
"keywords": ["supabase","supabase-php","supabase-client"],
66
"type": "library",
77
"require": {
88
"php": "^8.2",
@@ -43,5 +43,8 @@
4343
"allow-plugins": {
4444
"pestphp/pest-plugin": true
4545
}
46-
}
46+
},
47+
"require-dev": {
48+
"phpstan/phpstan": "^2.0"
49+
}
4750
}

composer.lock

Lines changed: 61 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)