Skip to content

Commit

Permalink
chore: updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
byawitz committed Aug 8, 2024
1 parent f355e93 commit 530334e
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 228 deletions.
16 changes: 3 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"upf"
],
"license": "MIT",
"minimum-stability": "dev",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Utopia\\": "src/"
Expand All @@ -30,7 +30,7 @@
"require": {
"php": ">=8.0",
"ext-swoole": "*",
"utopia-php/servers": "dev-dev"
"utopia-php/servers": "0.1.* "
},
"require-dev": {
"ext-xdebug": "*",
Expand All @@ -39,15 +39,5 @@
"swoole/ide-helper": "4.8.3",
"phpstan/phpstan": "^1.10",
"phpbench/phpbench": "^1.2"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/utopia-php/servers"
},
{
"type": "vcs",
"url": "https://github.com/utopia-php/di"
}
]
}
}
Loading

0 comments on commit 530334e

Please sign in to comment.