1
0
Fork 0
mirror of synced 2024-10-04 12:15:14 +13:00
appwrite/app/sdks/server-php/composer.json

24 lines
508 B
JSON
Raw Normal View History

2019-05-09 18:54:39 +12:00
{
"name": "appwrite/appwrite",
2020-05-01 07:16:14 +12:00
"description": "",
2019-05-09 18:54:39 +12:00
"type": "library",
2019-06-10 17:44:55 +12:00
"license": "BSD-3-Clause",
2019-05-09 18:54:39 +12:00
"support": {
"url": "https://appwrite.io/support",
2020-03-20 05:46:30 +13:00
"email": "team@appwrite.io"
2019-05-09 18:54:39 +12:00
},
"autoload": {
"psr-4": {
"Appwrite\\": "src/Appwrite"
}
},
"require": {
2019-06-04 09:41:34 +12:00
"php": ">=7.1.0",
2019-05-09 18:54:39 +12:00
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.35"
},
"minimum-stability": "dev"
}