1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

fix composer version

This commit is contained in:
Damodar Lohani 2023-07-25 09:10:27 +00:00
parent 8f25c5bff1
commit dc07758f4d

36
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": "78f2e6a5a1260370b460be5c3d266580", "content-hash": "7a5fc405fc0dedfc037b7d3e33395d1d",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -2744,12 +2744,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/swoole.git", "url": "https://github.com/utopia-php/swoole.git",
"reference": "8c2f8a52d0b6153d1b23fde39d6b4cc688fcb9ed" "reference": "c636692f65e074343fb9081b88e05eed41d837e7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/swoole/zipball/8c2f8a52d0b6153d1b23fde39d6b4cc688fcb9ed", "url": "https://api.github.com/repos/utopia-php/swoole/zipball/c636692f65e074343fb9081b88e05eed41d837e7",
"reference": "8c2f8a52d0b6153d1b23fde39d6b4cc688fcb9ed", "reference": "c636692f65e074343fb9081b88e05eed41d837e7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2759,9 +2759,9 @@
}, },
"require-dev": { "require-dev": {
"laravel/pint": "1.2.*", "laravel/pint": "1.2.*",
"phpstan/phpstan": "1.10.26", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.3", "phpunit/phpunit": "^9.3",
"swoole/ide-helper": "5.0.0" "swoole/ide-helper": "5.0.2"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2787,7 +2787,7 @@
"issues": "https://github.com/utopia-php/swoole/issues", "issues": "https://github.com/utopia-php/swoole/issues",
"source": "https://github.com/utopia-php/swoole/tree/feat-framework-upgrade" "source": "https://github.com/utopia-php/swoole/tree/feat-framework-upgrade"
}, },
"time": "2023-07-25T07:47:41+00:00" "time": "2023-07-25T08:57:25+00:00"
}, },
{ {
"name": "utopia-php/system", "name": "utopia-php/system",
@ -5274,16 +5274,16 @@
}, },
{ {
"name": "swoole/ide-helper", "name": "swoole/ide-helper",
"version": "5.0.0", "version": "5.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swoole/ide-helper.git", "url": "https://github.com/swoole/ide-helper.git",
"reference": "939352ede9e8cddce96897d18b4fbd0c1e2110a3" "reference": "16cfee44a6ec92254228c39bcab2fb8ae74cc2ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swoole/ide-helper/zipball/939352ede9e8cddce96897d18b4fbd0c1e2110a3", "url": "https://api.github.com/repos/swoole/ide-helper/zipball/16cfee44a6ec92254228c39bcab2fb8ae74cc2ea",
"reference": "939352ede9e8cddce96897d18b4fbd0c1e2110a3", "reference": "16cfee44a6ec92254228c39bcab2fb8ae74cc2ea",
"shasum": "" "shasum": ""
}, },
"type": "library", "type": "library",
@ -5300,19 +5300,9 @@
"description": "IDE help files for Swoole.", "description": "IDE help files for Swoole.",
"support": { "support": {
"issues": "https://github.com/swoole/ide-helper/issues", "issues": "https://github.com/swoole/ide-helper/issues",
"source": "https://github.com/swoole/ide-helper/tree/5.0.0" "source": "https://github.com/swoole/ide-helper/tree/5.0.2"
}, },
"funding": [ "time": "2023-03-20T06:05:55+00:00"
{
"url": "https://gitee.com/swoole/swoole?donate=true",
"type": "custom"
},
{
"url": "https://github.com/swoole",
"type": "github"
}
],
"time": "2022-08-10T05:32:06+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",