1
0
Fork 0
mirror of synced 2024-06-25 09:40:29 +12:00

Updated latest version

This commit is contained in:
eldadfux 2019-10-01 22:27:09 +03:00
parent 3726448541
commit 6baeb696e5
3 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@ The easiest way to start running your Appwrite server is by running our docker c
```bash
mkdir appwrite-ce && \
cd appwrite-ce && \
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml?port=80 && \
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml?port=80&version=0.2.0 && \
docker-compose up -d --remove-orphans
```

View file

@ -1,5 +1,5 @@
<?php
const VERSION = '0.1.15';
const VERSION = 'latest';
return VERSION;

8
composer.lock generated
View file

@ -12,12 +12,12 @@
"source": {
"type": "git",
"url": "https://github.com/appwrite/sdk-for-php.git",
"reference": "457a20948a7f1e9b8e4cea09205b6fd42f8ca811"
"reference": "456e2f153393bd67b7d706db1ec104ba211cf25a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-for-php/zipball/457a20948a7f1e9b8e4cea09205b6fd42f8ca811",
"reference": "457a20948a7f1e9b8e4cea09205b6fd42f8ca811",
"url": "https://api.github.com/repos/appwrite/sdk-for-php/zipball/456e2f153393bd67b7d706db1ec104ba211cf25a",
"reference": "456e2f153393bd67b7d706db1ec104ba211cf25a",
"shasum": ""
},
"require": {
@ -39,7 +39,7 @@
"BSD-3-Clause"
],
"description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)",
"time": "2019-09-21T12:46:08+00:00"
"time": "2019-10-01T18:05:56+00:00"
},
{
"name": "appwrite/php-clamav",