1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Merge branch 'feat-database-indexing' into feat-service-flags-new

This commit is contained in:
Eldad A. Fux 2021-08-01 21:45:56 +03:00 committed by GitHub
commit 7a050f2df4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 26 deletions

View file

@ -39,9 +39,9 @@
"appwrite/php-runtimes": "0.4.*",
"utopia-php/framework": "0.16.*",
"utopia-php/abuse": "dev-feat-utopia-db-integration",
"utopia-php/abuse": "0.6.*",
"utopia-php/analytics": "0.2.*",
"utopia-php/audit": "dev-feat-utopia-db-integration",
"utopia-php/audit": "0.6.*",
"utopia-php/cache": "0.4.*",
"utopia-php/cli": "0.11.*",
"utopia-php/config": "0.2.*",
@ -62,16 +62,6 @@
"adhocore/jwt": "1.1.2",
"slickdeals/statsd": "3.1.0"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/lohanidamodar/abuse"
},
{
"type": "git",
"url": "https://github.com/lohanidamodar/audit"
}
],
"require-dev": {
"appwrite/sdk-generator": "0.13.0",
"swoole/ide-helper": "4.6.7",

47
composer.lock generated
View file

@ -1666,11 +1666,17 @@
},
{
"name": "utopia-php/abuse",
"version": "dev-feat-utopia-db-integration",
"version": "0.6.0",
"source": {
"type": "git",
"url": "https://github.com/lohanidamodar/abuse",
"reference": "9742a72dfecb27e74e2d8d8018b7bdbec6637de6"
"url": "https://github.com/utopia-php/abuse.git",
"reference": "f568f97467eca66450af6fba18038ddeb8e8d05a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/abuse/zipball/f568f97467eca66450af6fba18038ddeb8e8d05a",
"reference": "f568f97467eca66450af6fba18038ddeb8e8d05a",
"shasum": ""
},
"require": {
"ext-pdo": "*",
@ -1687,6 +1693,7 @@
"Utopia\\Abuse\\": "src/Abuse"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@ -1698,13 +1705,17 @@
],
"description": "A simple abuse library to manage application usage limits",
"keywords": [
"abuse",
"Abuse",
"framework",
"php",
"upf",
"utopia"
],
"time": "2021-07-04T06:06:38+00:00"
"support": {
"issues": "https://github.com/utopia-php/abuse/issues",
"source": "https://github.com/utopia-php/abuse/tree/0.6.0"
},
"time": "2021-08-01T11:16:50+00:00"
},
{
"name": "utopia-php/analytics",
@ -1763,11 +1774,17 @@
},
{
"name": "utopia-php/audit",
"version": "dev-feat-utopia-db-integration",
"version": "0.6.0",
"source": {
"type": "git",
"url": "https://github.com/lohanidamodar/audit",
"reference": "e4b03bf3dd86fbde8608ae2b6774851bb66e665b"
"url": "https://github.com/utopia-php/audit.git",
"reference": "f81bbe0bf64d74c9668ca7ab90d0b6eb3df4d47e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/audit/zipball/f81bbe0bf64d74c9668ca7ab90d0b6eb3df4d47e",
"reference": "f81bbe0bf64d74c9668ca7ab90d0b6eb3df4d47e",
"shasum": ""
},
"require": {
"ext-pdo": "*",
@ -1784,6 +1801,7 @@
"Utopia\\Audit\\": "src/Audit"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@ -1795,13 +1813,17 @@
],
"description": "A simple audit library to manage application users logs",
"keywords": [
"audit",
"Audit",
"framework",
"php",
"upf",
"utopia"
],
"time": "2021-07-04T12:02:18+00:00"
"support": {
"issues": "https://github.com/utopia-php/audit/issues",
"source": "https://github.com/utopia-php/audit/tree/0.6.0"
},
"time": "2021-08-01T11:14:31+00:00"
},
{
"name": "utopia-php/cache",
@ -6235,10 +6257,7 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"utopia-php/abuse": 20,
"utopia-php/audit": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {