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", "name": "hosterra/fluxbuilder",
"description": "Generating Flux queries", "description": "A package to build Flux queries in PHP.",
"keywords": [ "keywords": [ "influxdb", "flux" ],
"influxdb",
"flux"
],
"license": "MIT", "license": "MIT",
"authors": [
{
"name": "David Arendsen",
"email": "davidarendsen@hey.com"
}
],
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Arendsen\\FluxQueryBuilder\\": "src/", "Arendsen\\FluxQueryBuilder\\": "src/",
@ -26,8 +17,6 @@
"squizlabs/php_codesniffer": "*" "squizlabs/php_codesniffer": "*"
}, },
"scripts": { "scripts": {
"test": "vendor/bin/phpunit --testdox", "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"
} }
} }