Skip to content

Commit 530334e

Browse files
committed
chore: updating packages
1 parent f355e93 commit 530334e

File tree

2 files changed

+166
-228
lines changed

2 files changed

+166
-228
lines changed

composer.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"upf"
1010
],
1111
"license": "MIT",
12-
"minimum-stability": "dev",
12+
"minimum-stability": "stable",
1313
"autoload": {
1414
"psr-4": {
1515
"Utopia\\": "src/"
@@ -30,7 +30,7 @@
3030
"require": {
3131
"php": ">=8.0",
3232
"ext-swoole": "*",
33-
"utopia-php/servers": "dev-dev"
33+
"utopia-php/servers": "0.1.* "
3434
},
3535
"require-dev": {
3636
"ext-xdebug": "*",
@@ -39,15 +39,5 @@
3939
"swoole/ide-helper": "4.8.3",
4040
"phpstan/phpstan": "^1.10",
4141
"phpbench/phpbench": "^1.2"
42-
},
43-
"repositories": [
44-
{
45-
"type": "vcs",
46-
"url": "https://github.com/utopia-php/servers"
47-
},
48-
{
49-
"type": "vcs",
50-
"url": "https://github.com/utopia-php/di"
51-
}
52-
]
42+
}
5343
}

0 commit comments

Comments
 (0)