1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Upgrade to utopia-php/database:0.4.0

This commit is contained in:
kodumbeats 2021-07-01 12:24:13 -04:00
parent 1ae6cf39f6
commit 0d895c5486
2 changed files with 101 additions and 41 deletions

View file

@ -45,7 +45,7 @@
"utopia-php/cache": "0.4.*",
"utopia-php/cli": "0.11.*",
"utopia-php/config": "0.2.*",
"utopia-php/database": "0.3.*",
"utopia-php/database": "0.4.*",
"utopia-php/locale": "0.3.*",
"utopia-php/registry": "0.5.*",
"utopia-php/preloader": "0.2.*",
@ -65,11 +65,11 @@
"repositories": [
{
"type": "git",
"url": "https://github.com/lohanidamodar/audit"
"url": "https://github.com/kodumbeats/audit"
},
{
"type": "git",
"url": "https://github.com/lohanidamodar/abuse"
"url": "https://github.com/kodumbeats/abuse"
}
],
"require-dev": {

136
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": "34850a190b81047143e4fd6466e84a53",
"content-hash": "3ac373911997865bce95b62656cd0af0",
"packages": [
{
"name": "adhocore/jwt",
@ -647,29 +647,32 @@
},
{
"name": "guzzlehttp/psr7",
"version": "1.8.2",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91"
"reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
"reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
"bamarni/composer-bin-plugin": "^1.4.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@ -677,16 +680,13 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -701,6 +701,11 @@
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
@ -716,9 +721,9 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.8.2"
"source": "https://github.com/guzzle/psr7/tree/2.0.0"
},
"time": "2021-04-26T09:17:50+00:00"
"time": "2021-06-30T20:03:07+00:00"
},
{
"name": "influxdb/influxdb-php",
@ -1156,6 +1161,61 @@
},
"time": "2020-06-29T06:28:15+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
"time": "2019-04-30T12:38:16+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
@ -1606,13 +1666,13 @@
"version": "dev-feat-utopia-db-integration",
"source": {
"type": "git",
"url": "https://github.com/lohanidamodar/abuse",
"reference": "8486a4f95248e5a9fb1fe9b650278b264857e929"
"url": "https://github.com/kodumbeats/abuse",
"reference": "5e78c15e3bd1afcbb5cca417916294b4e63e7e5f"
},
"require": {
"ext-pdo": "*",
"php": ">=7.4",
"utopia-php/database": "0.3.*"
"utopia-php/database": "0.4.*"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
@ -1641,7 +1701,7 @@
"upf",
"utopia"
],
"time": "2021-06-18T06:21:55+00:00"
"time": "2021-07-01T14:20:57+00:00"
},
{
"name": "utopia-php/analytics",
@ -1703,13 +1763,13 @@
"version": "dev-feat-utopia-db-integration",
"source": {
"type": "git",
"url": "https://github.com/lohanidamodar/audit",
"reference": "063c1d527776c85d0ab6d8ffcde694f7813170a6"
"url": "https://github.com/kodumbeats/audit",
"reference": "25535352205f717c2320cd375242e5963677e344"
},
"require": {
"ext-pdo": "*",
"php": ">=7.4",
"utopia-php/database": "0.3.*"
"utopia-php/database": "0.4.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
@ -1738,7 +1798,7 @@
"upf",
"utopia"
],
"time": "2021-06-18T06:19:19+00:00"
"time": "2021-07-01T14:07:43+00:00"
},
{
"name": "utopia-php/cache",
@ -1899,16 +1959,16 @@
},
{
"name": "utopia-php/database",
"version": "0.3.2",
"version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/database.git",
"reference": "8e56a2d399d17b2497c8ee0f8bf429ac2da90c56"
"reference": "0b59d09a6622b472f82013623fd44e2b1b5504db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/8e56a2d399d17b2497c8ee0f8bf429ac2da90c56",
"reference": "8e56a2d399d17b2497c8ee0f8bf429ac2da90c56",
"url": "https://api.github.com/repos/utopia-php/database/zipball/0b59d09a6622b472f82013623fd44e2b1b5504db",
"reference": "0b59d09a6622b472f82013623fd44e2b1b5504db",
"shasum": ""
},
"require": {
@ -1956,9 +2016,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/0.3.2"
"source": "https://github.com/utopia-php/database/tree/0.4.0"
},
"time": "2021-06-12T18:26:26+00:00"
"time": "2021-06-29T15:52:49+00:00"
},
{
"name": "utopia-php/domains",
@ -5802,16 +5862,16 @@
},
{
"name": "symfony/string",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "0732e97e41c0a590f77e231afc16a327375d50b0"
"reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/0732e97e41c0a590f77e231afc16a327375d50b0",
"reference": "0732e97e41c0a590f77e231afc16a327375d50b0",
"url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1",
"reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1",
"shasum": ""
},
"require": {
@ -5865,7 +5925,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.3.2"
"source": "https://github.com/symfony/string/tree/v5.3.3"
},
"funding": [
{
@ -5881,7 +5941,7 @@
"type": "tidelift"
}
],
"time": "2021-06-06T09:51:56+00:00"
"time": "2021-06-27T11:44:38+00:00"
},
{
"name": "theseer/tokenizer",
@ -6195,5 +6255,5 @@
"platform-overrides": {
"php": "8.0"
},
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.1.0"
}