From 8f25c5bff13b6182e29e1871f55e4d6746278853 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 25 Jul 2023 09:04:11 +0000 Subject: [PATCH] upgrade swoole ide helper --- composer.json | 2 +- composer.lock | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 51fbd6f1ff..2cb62ac238 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "ext-fileinfo": "*", "phpunit/phpunit": "9.5.20", "squizlabs/php_codesniffer": "^3.6", - "swoole/ide-helper": "5.0.0", + "swoole/ide-helper": "5.0.2", "textalk/websocket": "1.5.7" }, "provide": { diff --git a/composer.lock b/composer.lock index df9fd8487d..5a4126d6cf 100644 --- a/composer.lock +++ b/composer.lock @@ -2744,12 +2744,12 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/swoole.git", - "reference": "0dc187fdd60266db1d7c93a185ee634d37b5f5c5" + "reference": "8c2f8a52d0b6153d1b23fde39d6b4cc688fcb9ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/swoole/zipball/0dc187fdd60266db1d7c93a185ee634d37b5f5c5", - "reference": "0dc187fdd60266db1d7c93a185ee634d37b5f5c5", + "url": "https://api.github.com/repos/utopia-php/swoole/zipball/8c2f8a52d0b6153d1b23fde39d6b4cc688fcb9ed", + "reference": "8c2f8a52d0b6153d1b23fde39d6b4cc688fcb9ed", "shasum": "" }, "require": { @@ -2759,10 +2759,9 @@ }, "require-dev": { "laravel/pint": "1.2.*", - "phpstan/phpstan": "1.9.x-dev", + "phpstan/phpstan": "1.10.26", "phpunit/phpunit": "^9.3", - "swoole/ide-helper": "5.0.0", - "vimeo/psalm": "4.15.0" + "swoole/ide-helper": "5.0.0" }, "type": "library", "autoload": { @@ -2788,7 +2787,7 @@ "issues": "https://github.com/utopia-php/swoole/issues", "source": "https://github.com/utopia-php/swoole/tree/feat-framework-upgrade" }, - "time": "2023-07-25T06:04:40+00:00" + "time": "2023-07-25T07:47:41+00:00" }, { "name": "utopia-php/system",