Updated dependencies

This commit is contained in:
Eldad Fux
2021-01-04 19:45:35 +02:00
parent 4a93765920
commit 90c5913957
3 changed files with 12 additions and 7 deletions
+3 -1
View File
@@ -61,6 +61,7 @@ $cli
$spec = file_get_contents(__DIR__.'/../config/specs/'.$version.'.'.$language['family'].'.json');
$cover = 'https://appwrite.io/images/github.png';
$result = \realpath(__DIR__.'/..').'/sdks/'.$key.'-'.$language['key'];
$resultExamples = \realpath(__DIR__.'/../..').'/docs/examples/'.$version.'/'.$key.'-'.$language['key'];
$target = \realpath(__DIR__.'/..').'/sdks/git/'.$language['key'].'/';
@@ -134,6 +135,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
$config = new Swift();
break;
case 'dotnet':
$cover = '';
$config = new DotNet();
break;
default:
@@ -158,7 +160,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
->setGitRepo($language['gitUrl'])
->setGitRepoName($language['gitRepoName'])
->setGitUserName($language['gitUserName'])
->setLogo('https://appwrite.io/images/github.png')
->setLogo($cover)
->setURL('https://appwrite.io')
->setShareText('Appwrite is a backend as a service for building web or mobile apps')
->setShareURL('http://appwrite.io')
+1 -1
View File
@@ -56,7 +56,7 @@
},
"require-dev": {
"swoole/ide-helper": "4.5.5",
"appwrite/sdk-generator": "0.3.0",
"appwrite/sdk-generator": "dev-master",
"phpunit/phpunit": "9.4.2",
"vimeo/psalm": "4.1.1"
},
Generated
+8 -5
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": "57a43a1cab8459494f031551fe83ffb5",
"content-hash": "30a8a58c868d3546fc22511b46431564",
"packages": [
{
"name": "appwrite/php-clamav",
@@ -1858,11 +1858,11 @@
},
{
"name": "appwrite/sdk-generator",
"version": "0.3.0",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/appwrite/sdk-generator",
"reference": "f0a6ecf92869012dd546ec503c69177dce0f9d90"
"reference": "7d762df83f2539ca89605e40541afbdb20941542"
},
"require": {
"ext-curl": "*",
@@ -1875,6 +1875,7 @@
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
@@ -1892,7 +1893,7 @@
}
],
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
"time": "2021-01-03T21:23:24+00:00"
"time": "2021-01-04T16:19:42+00:00"
},
{
"name": "composer/package-versions-deprecated",
@@ -5603,7 +5604,9 @@
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"stability-flags": {
"appwrite/sdk-generator": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {