1
0
Fork 0
mirror of synced 2024-06-12 15:54:47 +12:00
appwrite/composer.json

113 lines
3.6 KiB
JSON
Raw Permalink Normal View History

2019-05-09 18:54:39 +12:00
{
2024-01-18 20:07:39 +13:00
2019-07-30 17:38:38 +12:00
"name": "appwrite/server-ce",
2019-05-09 18:54:39 +12:00
"description": "End to end backend server for frontend and mobile apps.",
"type": "project",
2019-06-10 17:29:16 +12:00
"license": "BSD-3-Clause",
2024-04-22 17:00:17 +12:00
"minimum-stability": "dev",
2019-05-09 18:54:39 +12:00
"authors": [
{
"name": "Eldad Fux",
"email": "eldad@appwrite.io"
}
],
2022-07-09 03:17:20 +12:00
"scripts": {
"test": "vendor/bin/phpunit",
2024-03-07 06:33:32 +13:00
"lint": "vendor/bin/pint --test",
2024-03-07 22:59:08 +13:00
"format": "vendor/bin/pint",
"check": "./vendor/bin/phpstan analyse -c phpstan.neon --memory-limit 1G app src tests"
2022-07-09 03:17:20 +12:00
},
2019-05-09 18:54:39 +12:00
"autoload": {
"psr-4": {
2022-02-04 14:29:40 +13:00
"Appwrite\\": "src/Appwrite",
"Executor\\": "src/Executor"
2019-05-09 18:54:39 +12:00
}
},
2019-09-14 15:41:16 +12:00
"autoload-dev": {
2021-03-22 03:28:03 +13:00
"psr-4": {
"Tests\\E2E\\": "tests/e2e",
2022-08-01 22:22:04 +12:00
"Tests\\Unit\\": "tests/unit",
2021-03-22 03:28:03 +13:00
"Appwrite\\Tests\\": "tests/extensions"
}
2019-09-14 15:41:16 +12:00
},
2019-05-09 18:54:39 +12:00
"require": {
2021-04-27 18:24:19 +12:00
"php": ">=8.0.0",
2019-05-09 18:54:39 +12:00
"ext-curl": "*",
"ext-imagick": "*",
"ext-mbstring": "*",
"ext-json": "*",
2020-05-16 23:28:26 +12:00
"ext-yaml": "*",
2019-05-09 18:54:39 +12:00
"ext-dom": "*",
"ext-redis": "*",
2020-10-25 17:56:03 +13:00
"ext-swoole": "*",
2019-05-09 18:54:39 +12:00
"ext-pdo": "*",
"ext-openssl": "*",
"ext-zlib": "*",
"ext-sockets": "*",
2023-09-14 05:29:58 +12:00
"appwrite/php-runtimes": "0.13.*",
2023-07-23 18:46:23 +12:00
"appwrite/php-clamav": "2.0.*",
2024-03-09 01:57:20 +13:00
"utopia-php/abuse": "dev-feat-framework-v2 as 0.37.99",
2024-03-08 06:24:01 +13:00
"utopia-php/analytics": "dev-feat-framework-v2 as 0.10.99",
2024-03-09 01:57:20 +13:00
"utopia-php/audit": "dev-feat-framework-v2 as 0.39.99",
"utopia-php/cache": "0.10.*",
2024-06-04 06:09:58 +12:00
"utopia-php/cli": "dev-dev-coroutines as 0.17.99",
2020-03-29 01:42:16 +13:00
"utopia-php/config": "0.2.*",
2024-03-08 03:29:42 +13:00
"utopia-php/database": "dev-feat-framework-v2 as 0.49.99",
2024-03-09 01:57:20 +13:00
"utopia-php/domains": "dev-feat-framework-v2 as 0.5.99",
2024-01-24 00:07:08 +13:00
"utopia-php/dsn": "0.2.*",
2024-04-14 20:56:09 +12:00
"utopia-php/framework": "dev-feat-di-upgrade as 0.34.99",
2024-03-19 01:07:14 +13:00
"utopia-php/fetch": "0.2.*",
2024-01-24 21:37:28 +13:00
"utopia-php/image": "0.6.*",
2021-07-26 19:05:08 +12:00
"utopia-php/locale": "0.4.*",
"utopia-php/logger": "0.5.*",
2024-05-23 02:51:18 +12:00
"utopia-php/messaging": "0.11.*",
2024-02-26 03:09:22 +13:00
"utopia-php/migration": "0.4.*",
2024-03-08 06:24:01 +13:00
"utopia-php/orchestration": "dev-feat-framework-v2 as 0.9.99",
"utopia-php/platform": "dev-feat-framework-v2 as 0.5.99",
2024-04-02 06:39:26 +13:00
"utopia-php/view": "0.2.*",
2024-04-19 23:14:00 +12:00
"utopia-php/pools": "0.5.*",
2023-02-28 16:48:27 +13:00
"utopia-php/preloader": "0.2.*",
2024-04-22 17:00:17 +12:00
"utopia-php/queue": "dev-feat-coroutine-and-di as 0.7.99",
"utopia-php/registry": "0.5.*",
2024-03-09 01:57:20 +13:00
"utopia-php/storage": "dev-feat-framework-v2-v2 as 0.18.99",
2024-04-02 00:02:47 +13:00
"utopia-php/system": "0.8.*",
2023-10-14 02:20:58 +13:00
"utopia-php/vcs": "0.6.*",
2022-10-20 12:10:41 +13:00
"utopia-php/websocket": "0.1.*",
2023-07-23 18:46:23 +12:00
"matomo/device-detector": "6.1.*",
"dragonmantank/cron-expression": "3.3.2",
2024-02-19 20:58:27 +13:00
"phpmailer/phpmailer": "6.9.1",
2023-07-23 18:46:23 +12:00
"chillerlan/php-qrcode": "4.3.4",
"adhocore/jwt": "1.1.2",
"spomky-labs/otphp": "^10.0",
"webonyx/graphql-php": "14.11.*",
2024-02-12 14:18:19 +13:00
"league/csv": "9.14.*"
2019-05-09 18:54:39 +12:00
},
"require-dev": {
2022-08-09 19:11:30 +12:00
"ext-fileinfo": "*",
2024-04-25 19:27:14 +12:00
"appwrite/sdk-generator": "0.38.*",
2022-04-21 02:55:04 +12:00
"phpunit/phpunit": "9.5.20",
2024-05-06 21:19:56 +12:00
"swoole/ide-helper": "5.1.2",
2024-01-10 03:44:58 +13:00
"textalk/websocket": "1.5.7",
2024-03-07 22:59:08 +13:00
"laravel/pint": "^1.14",
"phpstan/phpstan": "1.8.*"
2019-05-09 18:54:39 +12:00
},
"provide": {
"ext-phpiredis": "*"
},
2019-08-29 07:18:02 +12:00
"config": {
"platform": {
2024-03-08 22:58:46 +13:00
"php": "8.3"
2019-08-29 07:18:02 +12:00
}
2024-04-14 20:56:09 +12:00
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/utopia-php/di"
2024-04-22 17:00:17 +12:00
},
{
"type": "vcs",
"url": "https://github.com/utopia-php/servers"
2024-04-14 20:56:09 +12:00
}
]
2023-08-10 05:08:10 +12:00
}