1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00

Update to utopia-php/database:0.10.0

This commit is contained in:
kodumbeats 2021-10-05 09:05:19 -04:00
parent 81c0f8c3c1
commit 22132ef420
2 changed files with 33 additions and 41 deletions

View file

@ -45,7 +45,7 @@
"utopia-php/cache": "0.4.*", "utopia-php/cache": "0.4.*",
"utopia-php/cli": "0.11.*", "utopia-php/cli": "0.11.*",
"utopia-php/config": "0.2.*", "utopia-php/config": "0.2.*",
"utopia-php/database": "dev-feat-adjust-encodeAttribute as 0.10.0", "utopia-php/database": "0.10.0",
"utopia-php/locale": "0.4.*", "utopia-php/locale": "0.4.*",
"utopia-php/registry": "0.5.*", "utopia-php/registry": "0.5.*",
"utopia-php/preloader": "0.2.*", "utopia-php/preloader": "0.2.*",
@ -63,12 +63,7 @@
"adhocore/jwt": "1.1.2", "adhocore/jwt": "1.1.2",
"slickdeals/statsd": "3.1.0" "slickdeals/statsd": "3.1.0"
}, },
"repositories": [ "repositories": [],
{
"type": "git",
"url": "https://github.com/utopia-php/database"
}
],
"require-dev": { "require-dev": {
"appwrite/sdk-generator": "0.13.0", "appwrite/sdk-generator": "0.13.0",
"swoole/ide-helper": "4.6.7", "swoole/ide-helper": "4.6.7",

63
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": "31670d6cc60a22007b4ed59a7dc9448f", "content-hash": "dfb8fa19daa736b3687617c98f309983",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -1984,11 +1984,17 @@
}, },
{ {
"name": "utopia-php/database", "name": "utopia-php/database",
"version": "dev-feat-adjust-encodeAttribute", "version": "0.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/database", "url": "https://github.com/utopia-php/database.git",
"reference": "5ef32ec85143daf78796e7826453244d24f8a86a" "reference": "b7c60b0ec769a9050dd2b939b78ff1f5d4fa27e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/b7c60b0ec769a9050dd2b939b78ff1f5d4fa27e8",
"reference": "b7c60b0ec769a9050dd2b939b78ff1f5d4fa27e8",
"shasum": ""
}, },
"require": { "require": {
"ext-mongodb": "*", "ext-mongodb": "*",
@ -2011,11 +2017,7 @@
"Utopia\\Database\\": "src/Database" "Utopia\\Database\\": "src/Database"
} }
}, },
"autoload-dev": { "notification-url": "https://packagist.org/downloads/",
"psr-4": {
"Utopia\\Tests\\": "tests/Database"
}
},
"license": [ "license": [
"MIT" "MIT"
], ],
@ -2037,7 +2039,11 @@
"upf", "upf",
"utopia" "utopia"
], ],
"time": "2021-08-27T20:39:51+00:00" "support": {
"issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/0.10.0"
},
"time": "2021-10-04T17:23:25+00:00"
}, },
{ {
"name": "utopia-php/domains", "name": "utopia-php/domains",
@ -2576,16 +2582,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
"version": "v2.6.0", "version": "v2.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/amphp/amp.git", "url": "https://github.com/amphp/amp.git",
"reference": "caa95edeb1ca1bf7532e9118ede4a3c3126408cc" "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/amphp/amp/zipball/caa95edeb1ca1bf7532e9118ede4a3c3126408cc", "url": "https://api.github.com/repos/amphp/amp/zipball/c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
"reference": "caa95edeb1ca1bf7532e9118ede4a3c3126408cc", "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2653,7 +2659,7 @@
"support": { "support": {
"irc": "irc://irc.freenode.org/amphp", "irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues", "issues": "https://github.com/amphp/amp/issues",
"source": "https://github.com/amphp/amp/tree/v2.6.0" "source": "https://github.com/amphp/amp/tree/v2.6.1"
}, },
"funding": [ "funding": [
{ {
@ -2661,7 +2667,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-07-16T20:06:06+00:00" "time": "2021-09-23T18:43:08+00:00"
}, },
{ {
"name": "amphp/byte-stream", "name": "amphp/byte-stream",
@ -3712,16 +3718,16 @@
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "1.5.0", "version": "1.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "30f38bffc6f24293dadd1823936372dfa9e86e2f" "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/30f38bffc6f24293dadd1823936372dfa9e86e2f", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
"reference": "30f38bffc6f24293dadd1823936372dfa9e86e2f", "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3756,9 +3762,9 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues", "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.0" "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
}, },
"time": "2021-09-17T15:28:14+00:00" "time": "2021-10-02T14:08:47+00:00"
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
@ -6249,18 +6255,9 @@
"time": "2015-12-17T08:42:14+00:00" "time": "2015-12-17T08:42:14+00:00"
} }
], ],
"aliases": [ "aliases": [],
{
"package": "utopia-php/database",
"version": "dev-feat-adjust-encodeAttribute",
"alias": "0.10.0",
"alias_normalized": "0.10.0.0"
}
],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"utopia-php/database": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {