Skip to content

Commit

Permalink
Merge pull request #20 from utopia-php/feat-coroutine-and-di
Browse files Browse the repository at this point in the history
Feat coroutine and di
  • Loading branch information
christyjacob4 authored Sep 5, 2024
2 parents c6a4cba + ac7c8d3 commit a518b27
Show file tree
Hide file tree
Showing 16 changed files with 852 additions and 645 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
},
"require": {
"php": ">=8.0",
"utopia-php/cli": "0.15.*",
"utopia-php/framework": "0.*.*"
"utopia-php/cli": "0.19.*",
"utopia-php/servers": "0.1.*",
"utopia-php/di": "0.1.*"
},
"require-dev": {
"swoole/ide-helper": "4.8.8",
Expand All @@ -36,6 +37,7 @@
"phpstan/phpstan": "^1.8"
},
"suggest": {
"ext-redis": "Needed to support Redis connections",
"ext-swoole": "Needed to support Swoole.",
"workerman/workerman": "Needed to support Workerman."
}
Expand Down
Loading

0 comments on commit a518b27

Please sign in to comment.