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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue