Set new name and removes some tests.
This commit is contained in:
parent
fa99c1f393
commit
6c6d4541e8
1 changed files with 4 additions and 15 deletions
|
|
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue