This commit is contained in:
shimon 2024-11-07 12:32:48 +02:00
parent eb083a7e10
commit 2ed854893d
2 changed files with 9 additions and 16 deletions

View file

@ -48,7 +48,7 @@
"utopia-php/abuse": "0.43.0", "utopia-php/abuse": "0.43.0",
"utopia-php/analytics": "0.10.*", "utopia-php/analytics": "0.10.*",
"utopia-php/audit": "0.43.0", "utopia-php/audit": "0.43.0",
"utopia-php/cache": "dev-feat-redis-sync as 0.11.0", "utopia-php/cache": "0.11.*",
"utopia-php/cli": "0.15.*", "utopia-php/cli": "0.15.*",
"utopia-php/config": "0.2.*", "utopia-php/config": "0.2.*",
"utopia-php/database": "dev-feat-migrations as 0.53.9", "utopia-php/database": "dev-feat-migrations as 0.53.9",

23
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": "3c8f6c1184b149d8640d4e00394e2c62", "content-hash": "1b8dd5d381483eb11e28015fc75cdbd7",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -1574,16 +1574,16 @@
}, },
{ {
"name": "utopia-php/cache", "name": "utopia-php/cache",
"version": "dev-feat-redis-sync", "version": "0.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/cache.git", "url": "https://github.com/utopia-php/cache.git",
"reference": "572f3224f963a5fbd4bbb79d815b7e798a1666ed" "reference": "8ebcab5aac7606331cef69b0081f6c9eff2e58bc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/cache/zipball/572f3224f963a5fbd4bbb79d815b7e798a1666ed", "url": "https://api.github.com/repos/utopia-php/cache/zipball/8ebcab5aac7606331cef69b0081f6c9eff2e58bc",
"reference": "572f3224f963a5fbd4bbb79d815b7e798a1666ed", "reference": "8ebcab5aac7606331cef69b0081f6c9eff2e58bc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1594,7 +1594,7 @@
}, },
"require-dev": { "require-dev": {
"laravel/pint": "1.2.*", "laravel/pint": "1.2.*",
"phpstan/phpstan": "1.9.x-dev", "phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^9.3", "phpunit/phpunit": "^9.3",
"vimeo/psalm": "4.13.1" "vimeo/psalm": "4.13.1"
}, },
@ -1618,9 +1618,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/cache/issues", "issues": "https://github.com/utopia-php/cache/issues",
"source": "https://github.com/utopia-php/cache/tree/feat-redis-sync" "source": "https://github.com/utopia-php/cache/tree/0.11.0"
}, },
"time": "2024-10-06T13:11:23+00:00" "time": "2024-11-05T16:53:58+00:00"
}, },
{ {
"name": "utopia-php/cli", "name": "utopia-php/cli",
@ -7004,12 +7004,6 @@
} }
], ],
"aliases": [ "aliases": [
{
"package": "utopia-php/cache",
"version": "dev-feat-redis-sync",
"alias": "0.11.0",
"alias_normalized": "0.11.0.0"
},
{ {
"package": "utopia-php/database", "package": "utopia-php/database",
"version": "dev-feat-migrations", "version": "dev-feat-migrations",
@ -7019,7 +7013,6 @@
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"utopia-php/cache": 20,
"utopia-php/database": 20 "utopia-php/database": 20
}, },
"prefer-stable": false, "prefer-stable": false,