1
0
Fork 0
mirror of synced 2024-07-02 13:10:38 +12:00

removed some unnecessary files

This commit is contained in:
shimon 2023-01-31 20:09:51 +02:00
parent b4caeeabc4
commit 7b505d51a2

View file

@ -12,19 +12,7 @@
"scripts": { "scripts": {
"test": "vendor/bin/phpunit", "test": "vendor/bin/phpunit",
"lint": "vendor/bin/phpcs", "lint": "vendor/bin/phpcs",
"format": "vendor/bin/phpcbf", "format": "vendor/bin/phpcbf"
"benchmark": [
"Composer\\Config::disableProcessTimeout",
"vendor/bin/phpbench run --report=appwrite --"
],
"benchmark-tag": [
"Composer\\Config::disableProcessTimeout",
"vendor/bin/phpbench run --report=appwrite --tag=baseline --"
],
"benchmark-compare": [
"Composer\\Config::disableProcessTimeout",
"vendor/bin/phpbench run --report=appwrite --ref=baseline --"
]
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -36,7 +24,6 @@
"psr-4": { "psr-4": {
"Tests\\E2E\\": "tests/e2e", "Tests\\E2E\\": "tests/e2e",
"Tests\\Unit\\": "tests/unit", "Tests\\Unit\\": "tests/unit",
"Tests\\Benchmarks\\": "tests/benchmarks",
"Appwrite\\Tests\\": "tests/extensions" "Appwrite\\Tests\\": "tests/extensions"
} }
}, },