Skip to content

Commit

Permalink
feat: add telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
basert committed Nov 27, 2024
1 parent b281cf2 commit 1c076b4
Show file tree
Hide file tree
Showing 4 changed files with 3,778 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
composer.lock
/vendor/
/.idea/
.phpunit.result.cache
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@
"test": "./vendor/bin/phpunit --configuration phpunit.xml"
},
"require": {
"php": ">=8.0"
"php": ">=8.1",
"utopia-php/telemetry": "0.1.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"laravel/pint": "1.2.*",
"phpstan/phpstan": "1.8.*"
"phpstan/phpstan": "^1.8"
},
"minimum-stability": "dev"
}
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"php-http/discovery": false,
"tbachert/spi": false
}
}
}
Loading

0 comments on commit 1c076b4

Please sign in to comment.