1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

upgrade utopia-php/swoole library

This commit is contained in:
Damodar Lohani 2021-02-10 13:12:15 +05:45
parent 60af368ffc
commit c1d67248c4

14
composer.lock generated
View file

@ -1804,21 +1804,21 @@
}, },
{ {
"name": "utopia-php/swoole", "name": "utopia-php/swoole",
"version": "0.2.0", "version": "0.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/swoole.git", "url": "https://github.com/utopia-php/swoole.git",
"reference": "bc9dd3e113e9b8cbbf54468524637f39b2deb861" "reference": "63168a82037f371516a199d75da101c8caa3edc1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/swoole/zipball/bc9dd3e113e9b8cbbf54468524637f39b2deb861", "url": "https://api.github.com/repos/utopia-php/swoole/zipball/63168a82037f371516a199d75da101c8caa3edc1",
"reference": "bc9dd3e113e9b8cbbf54468524637f39b2deb861", "reference": "63168a82037f371516a199d75da101c8caa3edc1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-swoole": "*", "ext-swoole": "*",
"php": ">=7.3", "php": ">=7.4",
"utopia-php/framework": "0.*.*" "utopia-php/framework": "0.*.*"
}, },
"require-dev": { "require-dev": {
@ -1854,9 +1854,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.2.0" "source": "https://github.com/utopia-php/swoole/tree/0.2.1"
}, },
"time": "2020-10-29T12:42:38+00:00" "time": "2021-02-10T06:20:43+00:00"
}, },
{ {
"name": "utopia-php/system", "name": "utopia-php/system",