1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Code review changes

This commit is contained in:
Matej Baco 2021-11-24 11:09:04 +01:00
parent 49e9baf383
commit 5b08969133
2 changed files with 1 additions and 9 deletions

View file

@ -20,12 +20,6 @@
"Appwrite\\Tests\\": "tests/extensions"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/utopia-php/logger"
}
],
"require": {
"php": ">=8.0.0",
"ext-curl": "*",

View file

@ -71,7 +71,7 @@ services:
- ./psalm.xml:/usr/src/code/psalm.xml
- ./tests:/usr/src/code/tests
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
# - ./vendor:/usr/src/code/vendor
- ./docs:/usr/src/code/docs
- ./public:/usr/src/code/public
- ./src:/usr/src/code/src
@ -160,7 +160,6 @@ services:
volumes:
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
- ./vendor:/usr/src/code/vendor
depends_on:
- redis
environment:
@ -353,7 +352,6 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- appwrite-functions:/storage/functions:rw
- ./vendor:/usr/src/code/vendor
- /tmp:/tmp:rw
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src