Skip to content

Commit

Permalink
chore: use telemetry 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basert committed Nov 13, 2024
1 parent e9c253d commit f66fb20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 37 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"lint": "vendor/bin/pint --test"
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"utopia-php/cli": "0.15.*",
"utopia-php/framework": "0.*.*",
"utopia-php/telemetry": "dev-initial-commit"
"utopia-php/telemetry": "0.1.*"
},
"require-dev": {
"swoole/ide-helper": "4.8.8",
Expand All @@ -40,12 +40,6 @@
"ext-swoole": "Needed to support Swoole.",
"workerman/workerman": "Needed to support Workerman."
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/utopia-php/telemetry"
}
],
"config": {
"allow-plugins": {
"php-http/discovery": true,
Expand Down
40 changes: 11 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f66fb20

Please sign in to comment.