Skip to content

Commit 787b884

Browse files
authored
Merge pull request #133 from utopia-php/feat-base-servers
Test base server
2 parents 62c2b5b + f16451f commit 787b884

10 files changed

Lines changed: 417 additions & 764 deletions

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"upf"
1010
],
1111
"license": "MIT",
12+
"minimum-stability": "dev",
1213
"autoload": {
1314
"psr-4": {
1415
"Utopia\\": "src/"
@@ -29,7 +30,7 @@
2930
"require": {
3031
"php": ">=8.0",
3132
"ext-swoole": "*",
32-
"utopia-php/di": "dev-main"
33+
"utopia-php/servers": "dev-dev"
3334
},
3435
"require-dev": {
3536
"ext-xdebug": "*",
@@ -40,6 +41,10 @@
4041
"phpbench/phpbench": "^1.2"
4142
},
4243
"repositories": [
44+
{
45+
"type": "vcs",
46+
"url": "https://github.com/utopia-php/servers"
47+
},
4348
{
4449
"type": "vcs",
4550
"url": "https://github.com/utopia-php/di"

0 commit comments

Comments
 (0)