mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
update platform version
This commit is contained in:
parent
c5c0c8a8e6
commit
4d15e0dbd2
2 changed files with 10 additions and 9 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
"utopia-php/messaging": "0.3.*",
|
"utopia-php/messaging": "0.3.*",
|
||||||
"utopia-php/migration": "0.3.*",
|
"utopia-php/migration": "0.3.*",
|
||||||
"utopia-php/orchestration": "0.9.*",
|
"utopia-php/orchestration": "0.9.*",
|
||||||
"utopia-php/platform": "0.5.*",
|
"utopia-php/platform": "0.6.*",
|
||||||
"utopia-php/pools": "0.4.*",
|
"utopia-php/pools": "0.4.*",
|
||||||
"utopia-php/preloader": "0.2.*",
|
"utopia-php/preloader": "0.2.*",
|
||||||
"utopia-php/queue": "0.7.*",
|
"utopia-php/queue": "0.7.*",
|
||||||
|
|
|
||||||
17
composer.lock
generated
17
composer.lock
generated
|
|
@ -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": "d4bead528175f70ccaf4f4b8ec03a486",
|
"content-hash": "9df8a86d34f06281d71fc7ad4e70a563",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adhocore/jwt",
|
"name": "adhocore/jwt",
|
||||||
|
|
@ -1796,16 +1796,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/platform",
|
"name": "utopia-php/platform",
|
||||||
"version": "0.5.1",
|
"version": "0.6.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/utopia-php/platform.git",
|
"url": "https://github.com/utopia-php/platform.git",
|
||||||
"reference": "3eceef0b6593fe0f7d2efd36d40402a395a4c285"
|
"reference": "6512e761f14f3bf3e510c2f2fdeb064e239d9634"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/utopia-php/platform/zipball/3eceef0b6593fe0f7d2efd36d40402a395a4c285",
|
"url": "https://api.github.com/repos/utopia-php/platform/zipball/6512e761f14f3bf3e510c2f2fdeb064e239d9634",
|
||||||
"reference": "3eceef0b6593fe0f7d2efd36d40402a395a4c285",
|
"reference": "6512e761f14f3bf3e510c2f2fdeb064e239d9634",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -1813,7 +1813,8 @@
|
||||||
"ext-redis": "*",
|
"ext-redis": "*",
|
||||||
"php": ">=8.0",
|
"php": ">=8.0",
|
||||||
"utopia-php/cli": "0.15.*",
|
"utopia-php/cli": "0.15.*",
|
||||||
"utopia-php/framework": "0.*.*"
|
"utopia-php/framework": "0.33.*",
|
||||||
|
"utopia-php/queue": "0.7.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"laravel/pint": "1.2.*",
|
"laravel/pint": "1.2.*",
|
||||||
|
|
@ -1839,9 +1840,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/utopia-php/platform/issues",
|
"issues": "https://github.com/utopia-php/platform/issues",
|
||||||
"source": "https://github.com/utopia-php/platform/tree/0.5.1"
|
"source": "https://github.com/utopia-php/platform/tree/0.6.0"
|
||||||
},
|
},
|
||||||
"time": "2023-12-26T16:14:41+00:00"
|
"time": "2024-04-08T04:49:05+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/pools",
|
"name": "utopia-php/pools",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue