appwrite/app/sdks/server-php/composer.json

24 lines
508 B
JSON
Raw Normal View History

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