1
0
Fork 0
mirror of synced 2024-07-09 08:27:01 +12:00

Merge branch '0.16.x' of github.com:appwrite/appwrite into origin/datetime-attributes

This commit is contained in:
Christy Jacob 2022-08-13 13:38:02 +05:30
commit 4d9c37f2db
3 changed files with 299 additions and 473 deletions

30
composer.lock generated
View file

@ -4,11 +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"
], ],
<<<<<<< HEAD "content-hash": "993486075710ab0cdbba6c33f0b09218",
"content-hash": "7f417dc4a1f0d5ed97b3d6a88aa72adf",
=======
"content-hash": "0a8ed4fa28bf33ceb7396c35b9e8a155",
>>>>>>> f1a3af6fce925ad8a2fbac32a4a99f7fbbfd1609
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -1898,16 +1894,16 @@
}, },
{ {
"name": "utopia-php/cache", "name": "utopia-php/cache",
"version": "0.6.0", "version": "0.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/cache.git", "url": "https://github.com/utopia-php/cache.git",
"reference": "8ea1353a4bbab617e23c865a7c97b60d8074aee3" "reference": "9889235a6d3da6cbb1f435201529da4d27c30e79"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/cache/zipball/8ea1353a4bbab617e23c865a7c97b60d8074aee3", "url": "https://api.github.com/repos/utopia-php/cache/zipball/9889235a6d3da6cbb1f435201529da4d27c30e79",
"reference": "8ea1353a4bbab617e23c865a7c97b60d8074aee3", "reference": "9889235a6d3da6cbb1f435201529da4d27c30e79",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1945,9 +1941,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/0.6.0" "source": "https://github.com/utopia-php/cache/tree/0.6.1"
}, },
"time": "2022-04-04T12:30:05+00:00" "time": "2022-08-10T08:12:46+00:00"
}, },
{ {
"name": "utopia-php/cli", "name": "utopia-php/cli",
@ -5275,16 +5271,16 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v3.4.1", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342" "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/e939eae92386b69b49cfa4599dd9bead6bf4a342", "url": "https://api.github.com/repos/twigphp/Twig/zipball/e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
"reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342", "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5335,7 +5331,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/twigphp/Twig/issues", "issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.4.1" "source": "https://github.com/twigphp/Twig/tree/v3.4.2"
}, },
"funding": [ "funding": [
{ {
@ -5347,7 +5343,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-17T05:48:52+00:00" "time": "2022-08-12T06:47:24+00:00"
} }
], ],
"aliases": [], "aliases": [],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long