Skip to content

Commit

Permalink
Merge pull request #133 from utopia-php/feat-base-servers
Browse files Browse the repository at this point in the history
Test base server
  • Loading branch information
eldadfux authored Apr 22, 2024
2 parents 62c2b5b + f16451f commit 787b884
Show file tree
Hide file tree
Showing 10 changed files with 417 additions and 764 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"upf"
],
"license": "MIT",
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Utopia\\": "src/"
Expand All @@ -29,7 +30,7 @@
"require": {
"php": ">=8.0",
"ext-swoole": "*",
"utopia-php/di": "dev-main"
"utopia-php/servers": "dev-dev"
},
"require-dev": {
"ext-xdebug": "*",
Expand All @@ -40,6 +41,10 @@
"phpbench/phpbench": "^1.2"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/utopia-php/servers"
},
{
"type": "vcs",
"url": "https://github.com/utopia-php/di"
Expand Down
Loading

0 comments on commit 787b884

Please sign in to comment.