diff --git a/composer.json b/composer.json index 6fa56a4a31..4b75c7c36f 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ "utopia-php/storage": "0.18.*", "utopia-php/swoole": "0.8.*", "utopia-php/system": "0.8.*", - "utopia-php/vcs": "0.8.*", + "utopia-php/vcs": "dev-fix-wildcard-tags as 0.8.99", "utopia-php/websocket": "0.1.*", "matomo/device-detector": "6.1.*", "dragonmantank/cron-expression": "3.3.2", diff --git a/composer.lock b/composer.lock index 0c35320a26..1f40ae149c 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": "b5c0db330bf30bd1d240b96116d96baf", + "content-hash": "78cb36cb535640312fa2fe33de03d0e9", "packages": [ { "name": "adhocore/jwt", @@ -2758,16 +2758,16 @@ }, { "name": "utopia-php/vcs", - "version": "0.8.0", + "version": "dev-fix-wildcard-tags", "source": { "type": "git", "url": "https://github.com/utopia-php/vcs.git", - "reference": "6ba177e7fcd9db97625b75e71edc12bcd8159d75" + "reference": "5bffa504a48b2269af9ad15c85f653ab7bf1b2d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/vcs/zipball/6ba177e7fcd9db97625b75e71edc12bcd8159d75", - "reference": "6ba177e7fcd9db97625b75e71edc12bcd8159d75", + "url": "https://api.github.com/repos/utopia-php/vcs/zipball/5bffa504a48b2269af9ad15c85f653ab7bf1b2d2", + "reference": "5bffa504a48b2269af9ad15c85f653ab7bf1b2d2", "shasum": "" }, "require": { @@ -2801,9 +2801,9 @@ ], "support": { "issues": "https://github.com/utopia-php/vcs/issues", - "source": "https://github.com/utopia-php/vcs/tree/0.8.0" + "source": "https://github.com/utopia-php/vcs/tree/fix-wildcard-tags" }, - "time": "2024-07-29T14:33:43+00:00" + "time": "2024-07-29T18:50:34+00:00" }, { "name": "utopia-php/websocket", @@ -5591,9 +5591,18 @@ "time": "2023-11-21T18:54:41+00:00" } ], - "aliases": [], + "aliases": [ + { + "package": "utopia-php/vcs", + "version": "dev-fix-wildcard-tags", + "alias": "0.8.99", + "alias_normalized": "0.8.99.0" + } + ], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "utopia-php/vcs": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {