Skip to content

Commit 07e9f26

Browse files
committed
Composer init
0 parents  commit 07e9f26

3 files changed

Lines changed: 2512 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "utopia-php/usage",
3+
"description": "Light and Fast Usage library",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Appwrite",
9+
"email": "team@appwrite.io"
10+
}
11+
],
12+
"minimum-stability": "stable",
13+
"require": {
14+
"utopia-php/fetch": "^0.4.2",
15+
"utopia-php/database": "^4.3"
16+
},
17+
"config": {
18+
"allow-plugins": {
19+
"php-http/discovery": false,
20+
"tbachert/spi": false
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)