Set new name and removes some tests.

This commit is contained in:
Pierre Lannoy 2024-03-30 16:17:42 +01:00
commit 6c6d4541e8
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31

View file

@ -1,17 +1,8 @@
{
"name": "arendsen/fluxquerybuilder",
"description": "Generating Flux queries",
"keywords": [
"influxdb",
"flux"
],
"name": "hosterra/fluxbuilder",
"description": "A package to build Flux queries in PHP.",
"keywords": [ "influxdb", "flux" ],
"license": "MIT",
"authors": [
{
"name": "David Arendsen",
"email": "davidarendsen@hey.com"
}
],
"autoload": {
"psr-4": {
"Arendsen\\FluxQueryBuilder\\": "src/",
@ -26,8 +17,6 @@
"squizlabs/php_codesniffer": "*"
},
"scripts": {
"test": "vendor/bin/phpunit --testdox",
"check": "vendor/bin/phpcs --standard=PSR12 ./src && vendor/bin/phpcs --standard=PSR12 ./tests",
"format": "vendor/bin/phpcbf --standard=PSR12 ./src && vendor/bin/phpcbf --standard=PSR12 ./tests"
"test": "vendor/bin/phpunit --testdox"
}
}