1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Test changes in audit and abuse libraries

This commit is contained in:
kodumbeats 2021-12-23 16:25:33 -05:00
parent bc2703ea08
commit 647db81169
2 changed files with 37 additions and 23 deletions

View file

@ -39,9 +39,9 @@
"appwrite/php-runtimes": "0.6.*", "appwrite/php-runtimes": "0.6.*",
"utopia-php/framework": "0.19.*", "utopia-php/framework": "0.19.*",
"utopia-php/abuse": "0.6.*", "utopia-php/abuse": "dev-feat-use-namespace-as-table-prefix as 0.7.0",
"utopia-php/analytics": "0.2.*", "utopia-php/analytics": "0.2.*",
"utopia-php/audit": "0.7.*", "utopia-php/audit": "dev-feat-use-namespace-as-table-prefix as 0.8.0",
"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.*",

56
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": "f546dc6dcc6af7ccdb62435aed4fc0ca", "content-hash": "3410f6496e9bb8fd1dd0d996abf4a94f",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -1820,22 +1820,22 @@
}, },
{ {
"name": "utopia-php/abuse", "name": "utopia-php/abuse",
"version": "0.6.3", "version": "dev-feat-use-namespace-as-table-prefix",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/abuse.git", "url": "https://github.com/utopia-php/abuse.git",
"reference": "d63e928c2c50b367495a499a85ba9806ee274c5e" "reference": "340774ba29828d0570ab9d91eadcd31e7a52d5d4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/abuse/zipball/d63e928c2c50b367495a499a85ba9806ee274c5e", "url": "https://api.github.com/repos/utopia-php/abuse/zipball/340774ba29828d0570ab9d91eadcd31e7a52d5d4",
"reference": "d63e928c2c50b367495a499a85ba9806ee274c5e", "reference": "340774ba29828d0570ab9d91eadcd31e7a52d5d4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-pdo": "*", "ext-pdo": "*",
"php": ">=7.4", "php": ">=8.0",
"utopia-php/database": ">=0.6 <1.0" "utopia-php/database": "dev-feat-database-and-namespace as 0.13.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.4", "phpunit/phpunit": "^9.4",
@ -1867,9 +1867,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/abuse/issues", "issues": "https://github.com/utopia-php/abuse/issues",
"source": "https://github.com/utopia-php/abuse/tree/0.6.3" "source": "https://github.com/utopia-php/abuse/tree/feat-use-namespace-as-table-prefix"
}, },
"time": "2021-08-16T18:38:31+00:00" "time": "2021-12-23T21:21:10+00:00"
}, },
{ {
"name": "utopia-php/analytics", "name": "utopia-php/analytics",
@ -1928,22 +1928,22 @@
}, },
{ {
"name": "utopia-php/audit", "name": "utopia-php/audit",
"version": "0.7.0", "version": "dev-feat-use-namespace-as-table-prefix",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/audit.git", "url": "https://github.com/utopia-php/audit.git",
"reference": "485cdd2354db7eb8f7aa74bbe39c39b583e99c04" "reference": "02681f6b0bd048348c758c06ebfcc5e05f7c19e1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/audit/zipball/485cdd2354db7eb8f7aa74bbe39c39b583e99c04", "url": "https://api.github.com/repos/utopia-php/audit/zipball/02681f6b0bd048348c758c06ebfcc5e05f7c19e1",
"reference": "485cdd2354db7eb8f7aa74bbe39c39b583e99c04", "reference": "02681f6b0bd048348c758c06ebfcc5e05f7c19e1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-pdo": "*", "ext-pdo": "*",
"php": ">=7.4", "php": ">=8.0",
"utopia-php/database": ">=0.11 <1.0" "utopia-php/database": "dev-feat-database-and-namespace as 0.13.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.3", "phpunit/phpunit": "^9.3",
@ -1975,9 +1975,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/audit/issues", "issues": "https://github.com/utopia-php/audit/issues",
"source": "https://github.com/utopia-php/audit/tree/0.7.0" "source": "https://github.com/utopia-php/audit/tree/feat-use-namespace-as-table-prefix"
}, },
"time": "2021-11-17T17:23:42+00:00" "time": "2021-12-23T21:11:58+00:00"
}, },
{ {
"name": "utopia-php/cache", "name": "utopia-php/cache",
@ -2142,12 +2142,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/database.git", "url": "https://github.com/utopia-php/database.git",
"reference": "dce7c47b51cd5b4ccbdf87e192be13b22c8a25e1" "reference": "f4e02988c2dc4385c08dbb318c81462d5188ed8e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/dce7c47b51cd5b4ccbdf87e192be13b22c8a25e1", "url": "https://api.github.com/repos/utopia-php/database/zipball/f4e02988c2dc4385c08dbb318c81462d5188ed8e",
"reference": "dce7c47b51cd5b4ccbdf87e192be13b22c8a25e1", "reference": "f4e02988c2dc4385c08dbb318c81462d5188ed8e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2197,7 +2197,7 @@
"issues": "https://github.com/utopia-php/database/issues", "issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/feat-database-and-namespace" "source": "https://github.com/utopia-php/database/tree/feat-database-and-namespace"
}, },
"time": "2021-12-22T20:55:21+00:00" "time": "2021-12-23T20:51:18+00:00"
}, },
{ {
"name": "utopia-php/domains", "name": "utopia-php/domains",
@ -6497,6 +6497,18 @@
} }
], ],
"aliases": [ "aliases": [
{
"package": "utopia-php/abuse",
"version": "dev-feat-use-namespace-as-table-prefix",
"alias": "0.7.0",
"alias_normalized": "0.7.0.0"
},
{
"package": "utopia-php/audit",
"version": "dev-feat-use-namespace-as-table-prefix",
"alias": "0.8.0",
"alias_normalized": "0.8.0.0"
},
{ {
"package": "utopia-php/database", "package": "utopia-php/database",
"version": "dev-feat-database-and-namespace", "version": "dev-feat-database-and-namespace",
@ -6506,6 +6518,8 @@
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"utopia-php/abuse": 20,
"utopia-php/audit": 20,
"utopia-php/database": 20 "utopia-php/database": 20
}, },
"prefer-stable": false, "prefer-stable": false,