We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f355e93 commit 530334eCopy full SHA for 530334e
composer.json
@@ -9,7 +9,7 @@
9
"upf"
10
],
11
"license": "MIT",
12
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
13
"autoload": {
14
"psr-4": {
15
"Utopia\\": "src/"
@@ -30,7 +30,7 @@
30
"require": {
31
"php": ">=8.0",
32
"ext-swoole": "*",
33
- "utopia-php/servers": "dev-dev"
+ "utopia-php/servers": "0.1.* "
34
},
35
"require-dev": {
36
"ext-xdebug": "*",
@@ -39,15 +39,5 @@
39
"swoole/ide-helper": "4.8.3",
40
"phpstan/phpstan": "^1.10",
41
"phpbench/phpbench": "^1.2"
42
- },
43
- "repositories": [
44
- {
45
- "type": "vcs",
46
- "url": "https://github.com/utopia-php/servers"
47
48
49
50
- "url": "https://github.com/utopia-php/di"
51
- }
52
- ]
+ }
53
}
0 commit comments