1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

Update swoole version

This commit is contained in:
Khushboo Verma 2024-02-02 12:50:27 +05:30
parent d3b002a48e
commit 1f0dc6cc1e
3 changed files with 18 additions and 18 deletions

View file

@ -65,7 +65,7 @@
"utopia-php/queue": "0.6.*", "utopia-php/queue": "0.6.*",
"utopia-php/registry": "0.5.*", "utopia-php/registry": "0.5.*",
"utopia-php/storage": "0.18.*", "utopia-php/storage": "0.18.*",
"utopia-php/swoole": "0.5.*", "utopia-php/swoole": "0.8.*",
"utopia-php/vcs": "0.6.*", "utopia-php/vcs": "0.6.*",
"utopia-php/websocket": "0.1.*", "utopia-php/websocket": "0.1.*",
"matomo/device-detector": "6.1.*", "matomo/device-detector": "6.1.*",

32
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": "4b9b6ff602a179493e0196636d961e9c", "content-hash": "f146300fe86e42d31f9cd99dd0807bbe",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -1195,16 +1195,16 @@
}, },
{ {
"name": "utopia-php/database", "name": "utopia-php/database",
"version": "0.48.0", "version": "0.48.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/database.git", "url": "https://github.com/utopia-php/database.git",
"reference": "2651f41b9d3909dc123d26becfb6a3a44fb63077" "reference": "52abe057180a76fe354a516300344b33f268f6ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/2651f41b9d3909dc123d26becfb6a3a44fb63077", "url": "https://api.github.com/repos/utopia-php/database/zipball/52abe057180a76fe354a516300344b33f268f6ea",
"reference": "2651f41b9d3909dc123d26becfb6a3a44fb63077", "reference": "52abe057180a76fe354a516300344b33f268f6ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1245,9 +1245,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/database/issues", "issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/0.48.0" "source": "https://github.com/utopia-php/database/tree/0.48.1"
}, },
"time": "2024-01-19T08:17:22+00:00" "time": "2024-02-02T04:54:13+00:00"
}, },
{ {
"name": "utopia-php/domains", "name": "utopia-php/domains",
@ -2084,28 +2084,28 @@
}, },
{ {
"name": "utopia-php/swoole", "name": "utopia-php/swoole",
"version": "0.5.0", "version": "0.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/swoole.git", "url": "https://github.com/utopia-php/swoole.git",
"reference": "c2a3a4f944a2f22945af3cbcb95b13f0769628b1" "reference": "5fa9d42c608ad46a4ce42a6d2b2eae00592fccd4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/swoole/zipball/c2a3a4f944a2f22945af3cbcb95b13f0769628b1", "url": "https://api.github.com/repos/utopia-php/swoole/zipball/5fa9d42c608ad46a4ce42a6d2b2eae00592fccd4",
"reference": "c2a3a4f944a2f22945af3cbcb95b13f0769628b1", "reference": "5fa9d42c608ad46a4ce42a6d2b2eae00592fccd4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-swoole": "*", "ext-swoole": "*",
"php": ">=8.0", "php": ">=8.0",
"utopia-php/framework": "0.*.*" "utopia-php/framework": "0.33.*"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "1.2.*", "laravel/pint": "1.2.*",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.3", "phpunit/phpunit": "^9.3",
"swoole/ide-helper": "4.8.3", "swoole/ide-helper": "5.0.2"
"vimeo/psalm": "4.15.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2129,9 +2129,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/swoole/issues", "issues": "https://github.com/utopia-php/swoole/issues",
"source": "https://github.com/utopia-php/swoole/tree/0.5.0" "source": "https://github.com/utopia-php/swoole/tree/0.8.2"
}, },
"time": "2022-10-19T22:19:07+00:00" "time": "2024-02-01T14:54:12+00:00"
}, },
{ {
"name": "utopia-php/system", "name": "utopia-php/system",

View file

@ -57,7 +57,7 @@ trait AccountBase
'name' => $name, 'name' => $name,
]); ]);
// $this->assertEquals(451, $response['headers']['status-code']); $this->assertEquals(451, $response['headers']['status-code']);
$response = $this->client->call(Client::METHOD_POST, '/account', array_merge([ $response = $this->client->call(Client::METHOD_POST, '/account', array_merge([
'origin' => 'http://localhost', 'origin' => 'http://localhost',