diff --git a/composer.json b/composer.json index aca0c31f3..2b022cc3a 100644 --- a/composer.json +++ b/composer.json @@ -9,12 +9,6 @@ "email": "eldad@appwrite.io" } ], - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/PineappleIOnic/orchestration" - } - ], "autoload": { "psr-4": { "Appwrite\\": "src/Appwrite" @@ -60,7 +54,7 @@ "utopia-php/image": "0.5.*", "resque/php-resque": "1.3.6", "matomo/device-detector": "4.2.3", - "utopia-php/orchestration": "dev-dev", + "utopia-php/orchestration": "0.2.0", "dragonmantank/cron-expression": "3.1.0", "influxdb/influxdb-php": "1.15.2", "phpmailer/phpmailer": "6.5.0", diff --git a/composer.lock b/composer.lock index 6fec3d7e2..95f6b3e16 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "e69ba4e38368f60742ad646d923be1bb", + "content-hash": "0f073f85ca3b161b6f1d293bd8ebe358", "packages": [ { "name": "adhocore/jwt", @@ -1909,16 +1909,16 @@ }, { "name": "utopia-php/orchestration", - "version": "dev-dev", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/PineappleIOnic/orchestration.git", - "reference": "e888d0ae03fdaad38b37631cc8a7d75ac0d6c692" + "url": "https://github.com/utopia-php/orchestration.git", + "reference": "de10509017768cf2b62363bb39912002ab41dafb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PineappleIOnic/orchestration/zipball/e888d0ae03fdaad38b37631cc8a7d75ac0d6c692", - "reference": "e888d0ae03fdaad38b37631cc8a7d75ac0d6c692", + "url": "https://api.github.com/repos/utopia-php/orchestration/zipball/de10509017768cf2b62363bb39912002ab41dafb", + "reference": "de10509017768cf2b62363bb39912002ab41dafb", "shasum": "" }, "require": { @@ -1935,11 +1935,7 @@ "Utopia\\Orchestration\\": "src/Orchestration" } }, - "autoload-dev": { - "psr-4": { - "Utopia\\Tests\\": "tests/Orchestration" - } - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1961,9 +1957,10 @@ "utopia" ], "support": { - "source": "https://github.com/PineappleIOnic/orchestration/tree/dev" + "issues": "https://github.com/utopia-php/orchestration/issues", + "source": "https://github.com/utopia-php/orchestration/tree/0.2.0" }, - "time": "2021-08-13T08:34:33+00:00" + "time": "2021-08-16T12:52:42+00:00" }, { "name": "utopia-php/preloader", @@ -6125,9 +6122,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "utopia-php/orchestration": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {