From 46a9a4699a3daa64324f4ae6a046bb2db8ee8657 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 3 Aug 2021 11:18:54 +0100 Subject: [PATCH] Update composer.lock --- composer.lock | 65 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 62 insertions(+), 3 deletions(-) diff --git a/composer.lock b/composer.lock index 9db0fcb302..f69c407df0 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": "63a89a825697892a52aa27d6819b5972", + "content-hash": "e69ba4e38368f60742ad646d923be1bb", "packages": [ { "name": "adhocore/jwt", @@ -1907,6 +1907,64 @@ }, "time": "2021-07-24T11:35:55+00:00" }, + { + "name": "utopia-php/orchestration", + "version": "dev-dev", + "source": { + "type": "git", + "url": "https://github.com/PineappleIOnic/orchestration.git", + "reference": "ded89e7babf75ff1c3aefd4be1f4b235bd926835" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PineappleIOnic/orchestration/zipball/ded89e7babf75ff1c3aefd4be1f4b235bd926835", + "reference": "ded89e7babf75ff1c3aefd4be1f4b235bd926835", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "utopia-php/cli": "0.11.*" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "vimeo/psalm": "4.0.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Utopia\\Orchestration\\": "src/Orchestration" + } + }, + "autoload-dev": { + "psr-4": { + "Utopia\\Tests\\": "tests/Orchestration" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eldad Fux", + "email": "eldad@appwrite.io" + } + ], + "description": "Lite & fast micro PHP abstraction library for container orchestration", + "keywords": [ + "docker", + "framework", + "kubernetes", + "orchestration", + "php", + "swarm", + "upf", + "utopia" + ], + "support": { + "source": "https://github.com/PineappleIOnic/orchestration/tree/dev" + }, + "time": "2021-08-03T09:56:45+00:00" + }, { "name": "utopia-php/preloader", "version": "0.2.4", @@ -4882,7 +4940,6 @@ "type": "github" } ], - "abandoned": true, "time": "2020-09-28T06:45:17+00:00" }, { @@ -6068,7 +6125,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "utopia-php/orchestration": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {