1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

sync with main

and bump utopia-cache lib version
This commit is contained in:
shimon 2024-01-08 19:16:47 +02:00
parent 8163eefe4d
commit deb189f44b
2 changed files with 24 additions and 23 deletions

View file

@ -46,7 +46,7 @@
"utopia-php/abuse": "0.33.*",
"utopia-php/analytics": "0.10.*",
"utopia-php/audit": "0.35.*",
"utopia-php/cache": "0.8.*",
"utopia-php/cache": "0.9.*",
"utopia-php/cli": "0.15.*",
"utopia-php/config": "0.2.*",
"utopia-php/database": "0.45.*",

45
composer.lock generated
View file

@ -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": "1e0809868f6e7481c4ae9db40cc2e007",
"content-hash": "1b3fd261ed93452413b8e6ba77dbab55",
"packages": [
{
"name": "adhocore/jwt",
@ -1040,16 +1040,16 @@
},
{
"name": "utopia-php/cache",
"version": "0.8.0",
"version": "0.9.0",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/cache.git",
"reference": "212e66100a1f32e674fca5d9bc317cc998303089"
"reference": "4fc7b4789b5f0ce74835c1ecfec4f3afe6f0e34e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/cache/zipball/212e66100a1f32e674fca5d9bc317cc998303089",
"reference": "212e66100a1f32e674fca5d9bc317cc998303089",
"url": "https://api.github.com/repos/utopia-php/cache/zipball/4fc7b4789b5f0ce74835c1ecfec4f3afe6f0e34e",
"reference": "4fc7b4789b5f0ce74835c1ecfec4f3afe6f0e34e",
"shasum": ""
},
"require": {
@ -1060,6 +1060,7 @@
},
"require-dev": {
"laravel/pint": "1.2.*",
"phpstan/phpstan": "1.9.x-dev",
"phpunit/phpunit": "^9.3",
"vimeo/psalm": "4.13.1"
},
@ -1083,9 +1084,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/cache/issues",
"source": "https://github.com/utopia-php/cache/tree/0.8.0"
"source": "https://github.com/utopia-php/cache/tree/0.9.0"
},
"time": "2022-10-16T16:48:09+00:00"
"time": "2024-01-07T18:11:23+00:00"
},
{
"name": "utopia-php/cli",
@ -1189,23 +1190,23 @@
},
{
"name": "utopia-php/database",
"version": "0.45.3",
"version": "0.45.5",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/database.git",
"reference": "33b4e9a4a6c29f6bb7e108e134b283d585955789"
"reference": "0b66a017f817a910acb83e6aea92bccea9571fe6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/33b4e9a4a6c29f6bb7e108e134b283d585955789",
"reference": "33b4e9a4a6c29f6bb7e108e134b283d585955789",
"url": "https://api.github.com/repos/utopia-php/database/zipball/0b66a017f817a910acb83e6aea92bccea9571fe6",
"reference": "0b66a017f817a910acb83e6aea92bccea9571fe6",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-pdo": "*",
"php": ">=8.0",
"utopia-php/cache": "0.8.*",
"utopia-php/cache": "0.9.*",
"utopia-php/framework": "0.*.*",
"utopia-php/mongo": "0.3.*"
},
@ -1239,9 +1240,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/0.45.3"
"source": "https://github.com/utopia-php/database/tree/0.45.5"
},
"time": "2023-12-28T11:12:26+00:00"
"time": "2024-01-08T17:08:15+00:00"
},
{
"name": "utopia-php/domains",
@ -2187,22 +2188,22 @@
},
{
"name": "utopia-php/vcs",
"version": "0.6.4",
"version": "0.6.5",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/vcs.git",
"reference": "b2595a50a4897a8c88319240810055b7a96efd6d"
"reference": "104e47ea8e38c156ec0e0bd415caa3dcd5046fe2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/vcs/zipball/b2595a50a4897a8c88319240810055b7a96efd6d",
"reference": "b2595a50a4897a8c88319240810055b7a96efd6d",
"url": "https://api.github.com/repos/utopia-php/vcs/zipball/104e47ea8e38c156ec0e0bd415caa3dcd5046fe2",
"reference": "104e47ea8e38c156ec0e0bd415caa3dcd5046fe2",
"shasum": ""
},
"require": {
"adhocore/jwt": "^1.1",
"php": ">=8.0",
"utopia-php/cache": "^0.8.0",
"utopia-php/cache": "^0.9.0",
"utopia-php/framework": "0.*.*"
},
"require-dev": {
@ -2230,9 +2231,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/vcs/issues",
"source": "https://github.com/utopia-php/vcs/tree/0.6.4"
"source": "https://github.com/utopia-php/vcs/tree/0.6.5"
},
"time": "2023-12-26T15:38:19+00:00"
"time": "2024-01-08T17:11:12+00:00"
},
{
"name": "utopia-php/websocket",
@ -5132,5 +5133,5 @@
"platform-overrides": {
"php": "8.0"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.2.0"
}