1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Update to use packagist repo

This commit is contained in:
Bradley Schofield 2021-08-16 14:04:32 +01:00
parent fa15b37433
commit c662d9bb2a
2 changed files with 12 additions and 23 deletions

View file

@ -9,12 +9,6 @@
"email": "eldad@appwrite.io" "email": "eldad@appwrite.io"
} }
], ],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/PineappleIOnic/orchestration"
}
],
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Appwrite\\": "src/Appwrite" "Appwrite\\": "src/Appwrite"
@ -60,7 +54,7 @@
"utopia-php/image": "0.5.*", "utopia-php/image": "0.5.*",
"resque/php-resque": "1.3.6", "resque/php-resque": "1.3.6",
"matomo/device-detector": "4.2.3", "matomo/device-detector": "4.2.3",
"utopia-php/orchestration": "dev-dev", "utopia-php/orchestration": "0.2.0",
"dragonmantank/cron-expression": "3.1.0", "dragonmantank/cron-expression": "3.1.0",
"influxdb/influxdb-php": "1.15.2", "influxdb/influxdb-php": "1.15.2",
"phpmailer/phpmailer": "6.5.0", "phpmailer/phpmailer": "6.5.0",

27
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e69ba4e38368f60742ad646d923be1bb", "content-hash": "0f073f85ca3b161b6f1d293bd8ebe358",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -1909,16 +1909,16 @@
}, },
{ {
"name": "utopia-php/orchestration", "name": "utopia-php/orchestration",
"version": "dev-dev", "version": "0.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PineappleIOnic/orchestration.git", "url": "https://github.com/utopia-php/orchestration.git",
"reference": "e888d0ae03fdaad38b37631cc8a7d75ac0d6c692" "reference": "de10509017768cf2b62363bb39912002ab41dafb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PineappleIOnic/orchestration/zipball/e888d0ae03fdaad38b37631cc8a7d75ac0d6c692", "url": "https://api.github.com/repos/utopia-php/orchestration/zipball/de10509017768cf2b62363bb39912002ab41dafb",
"reference": "e888d0ae03fdaad38b37631cc8a7d75ac0d6c692", "reference": "de10509017768cf2b62363bb39912002ab41dafb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1935,11 +1935,7 @@
"Utopia\\Orchestration\\": "src/Orchestration" "Utopia\\Orchestration\\": "src/Orchestration"
} }
}, },
"autoload-dev": { "notification-url": "https://packagist.org/downloads/",
"psr-4": {
"Utopia\\Tests\\": "tests/Orchestration"
}
},
"license": [ "license": [
"MIT" "MIT"
], ],
@ -1961,9 +1957,10 @@
"utopia" "utopia"
], ],
"support": { "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", "name": "utopia-php/preloader",
@ -6125,9 +6122,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"utopia-php/orchestration": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {