diff --git a/README.md b/README.md index 61015e4..6ef873b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ CSV parser/generator ==================== -![](https://phpci.gitnet.fr/build-status/image/1?branch=master&label=PHPCensor&style=flat-square) +![](https://phpci.gitnet.fr/build-status/image/2?branch=master&label=PHPCensor&style=flat-square) A simple PHP library to parse and generate CSV files. ## Composer installation ``` -$ composer require deblan/csv +$ composer require deblan/csv "~2" ``` Or in your composer.json: diff --git a/phpunit.xml b/phpunit.xml index eabb967..a148726 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,12 +7,12 @@ convertWarningsToExceptions = "true" processIsolation = "false" stopOnFailure = "false" - syntaxCheck = "false" + syntaxCheck = "true" bootstrap = "vendor/autoload.php" > - - - tests/ - - + + + tests/ + +