diff --git a/.scrutinizer.yml b/.scrutinizer.yml index be473c8..d95425d 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -7,7 +7,7 @@ build: coverage: tests: override: - - command: 'php vendor/bin/phpunit --coverage-clover coverage.xml' + - command: php vendor/bin/phpunit --coverage-clover coverage.xml coverage: - file: 'coverage.xml' - format: 'clover' + file: coverage.xml + format: clover diff --git a/README.md b/README.md index b62b5cc..4cafa11 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,6 @@ https://phpdoc.fenric.ru/ ## Useful links -https://en.wikipedia.org/wiki/Vehicle_identification_number
-https://en.wikibooks.org/wiki/Vehicle_Identification_Numbers_(VIN_codes)
-https://en.wikibooks.org/wiki/Vehicle_Identification_Numbers_(VIN_codes)/World_Manufacturer_Identifier_(WMI) +* https://en.wikipedia.org/wiki/Vehicle_identification_number +* https://en.wikibooks.org/wiki/Vehicle_Identification_Numbers_(VIN_codes) +* https://en.wikibooks.org/wiki/Vehicle_Identification_Numbers_(VIN_codes)/World_Manufacturer_Identifier_(WMI) diff --git a/composer.json b/composer.json index 5ec73ed..afde628 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sunrise/vin", - "description": "Sunrise VIN", - "keywords": ["fenric", "sunrise", "vin"], + "description": "Simple VIN decoder for PHP 7.1+ based on ISO-3779", + "keywords": ["fenric", "sunrise", "vin", "decoder", "iso-3779"], "homepage": "https://github.com/sunrise-php/vin", "license": "MIT", "authors": [{ diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 8d24dc4..069443d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,4 +1,4 @@ - +