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

chore(deps): update composer

This commit is contained in:
Torsten Dittmann 2021-11-18 11:15:32 +01:00
parent 58536b9eb1
commit 41833d18da
2 changed files with 18 additions and 29 deletions

View file

@ -41,11 +41,11 @@
"utopia-php/framework": "0.19.*",
"utopia-php/abuse": "0.6.*",
"utopia-php/analytics": "0.2.*",
"utopia-php/audit": "dev-feat-count-methods",
"utopia-php/audit": "0.7.*",
"utopia-php/cache": "0.4.*",
"utopia-php/cli": "0.11.*",
"utopia-php/config": "0.2.*",
"utopia-php/database": "dev-main as 0.10.1",
"utopia-php/database": "0.11.*",
"utopia-php/locale": "0.4.*",
"utopia-php/orchestration": "0.2.*",
"utopia-php/registry": "0.5.*",

43
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": "de8b7360734c246c97d8cee4779983e3",
"content-hash": "8427bbf013694d9771cd09341a81562e",
"packages": [
{
"name": "adhocore/jwt",
@ -1928,22 +1928,22 @@
},
{
"name": "utopia-php/audit",
"version": "dev-feat-count-methods",
"version": "0.7.0",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/audit.git",
"reference": "4d5f39733557bafe6247a8349656b511563e1b75"
"reference": "485cdd2354db7eb8f7aa74bbe39c39b583e99c04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/audit/zipball/4d5f39733557bafe6247a8349656b511563e1b75",
"reference": "4d5f39733557bafe6247a8349656b511563e1b75",
"url": "https://api.github.com/repos/utopia-php/audit/zipball/485cdd2354db7eb8f7aa74bbe39c39b583e99c04",
"reference": "485cdd2354db7eb8f7aa74bbe39c39b583e99c04",
"shasum": ""
},
"require": {
"ext-pdo": "*",
"php": ">=7.4",
"utopia-php/database": "dev-main"
"utopia-php/database": ">=0.11 <1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
@ -1975,9 +1975,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/audit/issues",
"source": "https://github.com/utopia-php/audit/tree/feat-count-methods"
"source": "https://github.com/utopia-php/audit/tree/0.7.0"
},
"time": "2021-11-17T10:01:36+00:00"
"time": "2021-11-17T17:23:42+00:00"
},
{
"name": "utopia-php/cache",
@ -2138,16 +2138,16 @@
},
{
"name": "utopia-php/database",
"version": "0.10.1",
"version": "0.11.0",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/database.git",
"reference": "9b4697612a2cd1ad55beeb6a02570f6ffe26dc1e"
"reference": "5fc0476d05567d1a156b00e17033f32148c93a38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/9b4697612a2cd1ad55beeb6a02570f6ffe26dc1e",
"reference": "9b4697612a2cd1ad55beeb6a02570f6ffe26dc1e",
"url": "https://api.github.com/repos/utopia-php/database/zipball/5fc0476d05567d1a156b00e17033f32148c93a38",
"reference": "5fc0476d05567d1a156b00e17033f32148c93a38",
"shasum": ""
},
"require": {
@ -2165,7 +2165,6 @@
"utopia-php/cli": "^0.11.0",
"vimeo/psalm": "4.0.1"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
@ -2196,9 +2195,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/0.10.1"
"source": "https://github.com/utopia-php/database/tree/0.11.0"
},
"time": "2021-11-02T15:10:39+00:00"
"time": "2021-11-17T09:53:02+00:00"
},
{
"name": "utopia-php/domains",
@ -6506,19 +6505,9 @@
"time": "2015-12-17T08:42:14+00:00"
}
],
"aliases": [
{
"package": "utopia-php/database",
"version": "dev-main",
"alias": "0.10.1",
"alias_normalized": "0.10.1.0"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"utopia-php/audit": 20,
"utopia-php/database": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {