Skip to content

Commit 338c2ef

Browse files
add fetch-php pest phpstan dotenv
1 parent 4445883 commit 338c2ef

File tree

2 files changed

+4824
-6
lines changed

2 files changed

+4824
-6
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"keywords": ["supabase","supabase-php","supabase-client"],
66
"type": "library",
77
"require": {
8-
"php": "^8.3"
8+
"php": "^8.3",
9+
"vlucas/phpdotenv": "^5.6",
10+
"jerome/fetch-php": "^2.0"
911
},
1012
"license": "MIT",
1113
"autoload": {
@@ -41,5 +43,9 @@
4143
"allow-plugins": {
4244
"pestphp/pest-plugin": true
4345
}
44-
}
46+
},
47+
"require-dev": {
48+
"pestphp/pest": "^3.7",
49+
"phpstan/phpstan": "^2.1"
50+
}
4551
}

0 commit comments

Comments
 (0)