Downgrade to framework patch

This commit is contained in:
Jake Barnby 2023-05-30 19:52:06 +12:00
parent 95f299779d
commit dd2bda0d98
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 30 additions and 31 deletions

View file

@ -52,13 +52,13 @@
"utopia-php/database": "0.28.*", "utopia-php/database": "0.28.*",
"utopia-php/domains": "1.1.*", "utopia-php/domains": "1.1.*",
"utopia-php/dsn": "0.1.*", "utopia-php/dsn": "0.1.*",
"utopia-php/framework": "0.28.*", "utopia-php/framework": "0.26.*",
"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.*",
"utopia-php/messaging": "0.1.*", "utopia-php/messaging": "0.1.*",
"utopia-php/orchestration": "0.9.*", "utopia-php/orchestration": "0.9.*",
"utopia-php/platform": "0.4.*", "utopia-php/platform": "0.3.*",
"utopia-php/pools": "0.4.*", "utopia-php/pools": "0.4.*",
"utopia-php/preloader": "0.2.*", "utopia-php/preloader": "0.2.*",
"utopia-php/queue": "0.5.*", "utopia-php/queue": "0.5.*",

57
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": "3cce14666cf2f40a8eb49befac06cb97", "content-hash": "329498d12fabaa764c4178881cb07788",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -2058,24 +2058,23 @@
}, },
{ {
"name": "utopia-php/framework", "name": "utopia-php/framework",
"version": "0.28.2", "version": "0.26.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/framework.git", "url": "https://github.com/utopia-php/framework.git",
"reference": "bc0144ff3983afa6724c43f2ce578fdbceec21f9" "reference": "feb8941f8dbd37f869986ca56c81a0f76b29fbcd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/framework/zipball/bc0144ff3983afa6724c43f2ce578fdbceec21f9", "url": "https://api.github.com/repos/utopia-php/framework/zipball/feb8941f8dbd37f869986ca56c81a0f76b29fbcd",
"reference": "bc0144ff3983afa6724c43f2ce578fdbceec21f9", "reference": "feb8941f8dbd37f869986ca56c81a0f76b29fbcd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.0" "php": ">=8.0.0"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "^1.2", "laravel/pint": "^1.2",
"phpstan/phpstan": "1.9.x-dev",
"phpunit/phpunit": "^9.5.25", "phpunit/phpunit": "^9.5.25",
"vimeo/psalm": "4.27.0" "vimeo/psalm": "4.27.0"
}, },
@ -2097,9 +2096,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.28.2" "source": "https://github.com/utopia-php/framework/tree/0.26.1"
}, },
"time": "2023-05-30T06:47:57+00:00" "time": "2023-05-30T07:18:22+00:00"
}, },
{ {
"name": "utopia-php/image", "name": "utopia-php/image",
@ -2357,16 +2356,16 @@
}, },
{ {
"name": "utopia-php/platform", "name": "utopia-php/platform",
"version": "0.4.0", "version": "0.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/platform.git", "url": "https://github.com/utopia-php/platform.git",
"reference": "a2a91940314dc7e23ae0b487be456ca508920e7f" "reference": "a9e7a501f33e0da59779782359a747cb8d34cf6f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/platform/zipball/a2a91940314dc7e23ae0b487be456ca508920e7f", "url": "https://api.github.com/repos/utopia-php/platform/zipball/a9e7a501f33e0da59779782359a747cb8d34cf6f",
"reference": "a2a91940314dc7e23ae0b487be456ca508920e7f", "reference": "a9e7a501f33e0da59779782359a747cb8d34cf6f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2374,7 +2373,7 @@
"ext-redis": "*", "ext-redis": "*",
"php": ">=8.0", "php": ">=8.0",
"utopia-php/cli": "0.15.*", "utopia-php/cli": "0.15.*",
"utopia-php/framework": "0.28.*" "utopia-php/framework": "0.26.*"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "1.2.*", "laravel/pint": "1.2.*",
@ -2392,17 +2391,17 @@
], ],
"description": "Light and Fast Platform Library", "description": "Light and Fast Platform Library",
"keywords": [ "keywords": [
"cache",
"framework", "framework",
"php", "php",
"platform",
"upf", "upf",
"utopia" "utopia"
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/platform/issues", "issues": "https://github.com/utopia-php/platform/issues",
"source": "https://github.com/utopia-php/platform/tree/0.4.0" "source": "https://github.com/utopia-php/platform/tree/0.3.3"
}, },
"time": "2023-05-30T07:18:41+00:00" "time": "2023-03-07T08:52:22+00:00"
}, },
{ {
"name": "utopia-php/pools", "name": "utopia-php/pools",
@ -2954,16 +2953,16 @@
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
"version": "v1.0.0", "version": "v1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/deprecations.git", "url": "https://github.com/doctrine/deprecations.git",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" "reference": "8cffffb2218e01f3b370bf763e00e81697725259"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", "url": "https://api.github.com/repos/doctrine/deprecations/zipball/8cffffb2218e01f3b370bf763e00e81697725259",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", "reference": "8cffffb2218e01f3b370bf763e00e81697725259",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2991,9 +2990,9 @@
"homepage": "https://www.doctrine-project.org/", "homepage": "https://www.doctrine-project.org/",
"support": { "support": {
"issues": "https://github.com/doctrine/deprecations/issues", "issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0" "source": "https://github.com/doctrine/deprecations/tree/v1.1.0"
}, },
"time": "2022-05-02T15:47:09+00:00" "time": "2023-05-29T18:55:17+00:00"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
@ -3653,16 +3652,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.21.0", "version": "1.21.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c" "reference": "b0c366dd2cea79407d635839d25423ba07c55dd6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6df62b08faef4f899772bc7c3bbabb93d2b7a21c", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/b0c366dd2cea79407d635839d25423ba07c55dd6",
"reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c", "reference": "b0c366dd2cea79407d635839d25423ba07c55dd6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3693,9 +3692,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.21.0" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.21.3"
}, },
"time": "2023-05-17T13:13:44+00:00" "time": "2023-05-29T19:31:28+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",