1
0
Fork 0
mirror of synced 2024-05-17 19:22:34 +12:00

chore: update composer dep to github and adust readme

This commit is contained in:
Torsten Dittmann 2021-04-22 12:07:57 +02:00
parent 457aeb18be
commit 7eb9891cf1
3 changed files with 11 additions and 12 deletions

View file

@ -278,13 +278,9 @@ Before running the command, make sure you have proper write permissions to the A
```bash
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x -t appwrite/appwrite:dev --push .
```
**Build Functions Envs**
**Build Functions Runtimes**
Build envs for all supported cloud functions (multicore builds)
```bash
bash ./docker/environments/build.sh
```
The Runtimes for all supported cloud functions (multicore builds) can be found at the [appwrite/php-runtimes](https://github.com/appwrite/php-runtimes) repository.
## Tests

View file

@ -72,6 +72,10 @@
{
"type": "git",
"url": "https://github.com/appwrite/sdk-generator"
},
{
"type": "git",
"url": "https://github.com/appwrite/php-runtimes"
}
],
"provide": {

11
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "924205f79f0a5fa7d8043390eee8942a",
"content-hash": "e6b8a2f33812ad041c99f0cfee2ff4bf",
"packages": [
{
"name": "adhocore/jwt",
@ -115,11 +115,11 @@
},
{
"name": "appwrite/php-runtimes",
"version": "dev-init",
"version": "0.1.0",
"source": {
"type": "git",
"url": "https://github.com/torstendittmann/php-runtimes",
"reference": "e7adbf06f8aed062213a33eda247510e4cf0809a"
"url": "https://github.com/appwrite/php-runtimes",
"reference": "19baa166fc3f040867cdd4f7dec4b50d3f441690"
},
"require": {
"php": ">=8.0",
@ -155,7 +155,7 @@
"php",
"runtimes"
],
"time": "2021-04-22T08:03:37+00:00"
"time": "2021-04-22T09:52:45+00:00"
},
{
"name": "chillerlan/php-qrcode",
@ -5900,7 +5900,6 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"appwrite/php-runtimes": 20,
"appwrite/sdk-generator": 20
},
"prefer-stable": false,