chore: add update framework version

This commit is contained in:
Christy Jacob 2023-08-30 12:19:18 -04:00
parent 124c71b66b
commit 0a162f9c92
2 changed files with 17 additions and 10 deletions

View file

@ -52,7 +52,7 @@
"utopia-php/database": "0.43.*", "utopia-php/database": "0.43.*",
"utopia-php/domains": "0.3.*", "utopia-php/domains": "0.3.*",
"utopia-php/dsn": "0.1.*", "utopia-php/dsn": "0.1.*",
"utopia-php/framework": "0.30.0", "utopia-php/framework": "0.31.0",
"utopia-php/image": "0.5.*", "utopia-php/image": "0.5.*",
"utopia-php/locale": "0.4.*", "utopia-php/locale": "0.4.*",
"utopia-php/logger": "0.3.*", "utopia-php/logger": "0.3.*",
@ -65,7 +65,7 @@
"utopia-php/registry": "0.5.*", "utopia-php/registry": "0.5.*",
"utopia-php/storage": "0.14.*", "utopia-php/storage": "0.14.*",
"utopia-php/swoole": "0.5.*", "utopia-php/swoole": "0.5.*",
"utopia-php/vcs": "0.3.*", "utopia-php/vcs": "0.4.*",
"utopia-php/websocket": "0.1.*", "utopia-php/websocket": "0.1.*",
"resque/php-resque": "1.3.6", "resque/php-resque": "1.3.6",
"matomo/device-detector": "6.1.*", "matomo/device-detector": "6.1.*",

23
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": "e47df16e69bf04fffbc28c7deee26f2b", "content-hash": "da69524986688cd62b44496034269a68",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -2384,16 +2384,16 @@
}, },
{ {
"name": "utopia-php/framework", "name": "utopia-php/framework",
"version": "0.30.0", "version": "0.31.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/framework.git", "url": "https://github.com/utopia-php/framework.git",
"reference": "0969d429997996ceade53e477fce31221b415651" "reference": "207f77378965fca9a9bc3783ea379d3549f86bc0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/framework/zipball/0969d429997996ceade53e477fce31221b415651", "url": "https://api.github.com/repos/utopia-php/framework/zipball/207f77378965fca9a9bc3783ea379d3549f86bc0",
"reference": "0969d429997996ceade53e477fce31221b415651", "reference": "207f77378965fca9a9bc3783ea379d3549f86bc0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2423,9 +2423,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/framework/issues", "issues": "https://github.com/utopia-php/framework/issues",
"source": "https://github.com/utopia-php/framework/tree/0.30.0" "source": "https://github.com/utopia-php/framework/tree/0.31.0"
}, },
"time": "2023-08-07T07:55:48+00:00" "time": "2023-08-30T16:10:04+00:00"
}, },
{ {
"name": "utopia-php/image", "name": "utopia-php/image",
@ -6070,7 +6070,14 @@
"time": "2023-08-28T11:09:02+00:00" "time": "2023-08-28T11:09:02+00:00"
} }
], ],
"aliases": [], "aliases": [
{
"package": "utopia-php/framework",
"version": "0.31.0.0",
"alias": "0.30.0",
"alias_normalized": "0.30.0.0"
}
],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": [],
"prefer-stable": false, "prefer-stable": false,