Skip to content

Commit 1a713aa

Browse files
author
Pranjal Pandey
authored
feat: use openswoole instead of Swoole
1 parent ab039fc commit 1a713aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "MIT",
66
"authors": [
77
{
8-
"name": "leocavalcante",
9-
"email": "lc@leocavalcante.com"
8+
"name": "ipranjal",
9+
"email": "itspranjalpandey@gmail.com"
1010
}
1111
],
1212
"minimum-stability": "stable",
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": "^7.4|^8.0",
18-
"ext-swoole": "^4.6",
18+
"ext-openswoole": "^4.7",
1919
"doctrine/dbal": "^3.0"
2020
},
2121
"autoload": {
@@ -25,6 +25,6 @@
2525
},
2626
"require-dev": {
2727
"pestphp/pest": "^1.0",
28-
"swoole/ide-helper": "^4.6"
28+
"swoole/ide-helper": "^4.7"
2929
}
3030
}

0 commit comments

Comments
 (0)