This commit is contained in:
Simon Vieille 2018-06-06 15:51:31 +02:00
джерело f8731f6fbe
коміт 1ac6c03c1c
Не вдалося знайти GPG ключ що відповідає даному підпису
Ідентифікатор GPG ключа: 919533E2B946EA10
2 змінених файлів з 8 додано та 8 видалено

@ -1,14 +1,14 @@
CSV parser/generator
====================
<a href="https://phpci.gitnet.fr/build-status/view/1">![](https://phpci.gitnet.fr/build-status/image/1?branch=master&label=PHPCensor&style=flat-square)</a>
<a href="https://phpci.gitnet.fr/project/view/2">![](https://phpci.gitnet.fr/build-status/image/2?branch=master&label=PHPCensor&style=flat-square)</a>
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:

@ -7,12 +7,12 @@
convertWarningsToExceptions = "true"
processIsolation = "false"
stopOnFailure = "false"
syntaxCheck = "false"
syntaxCheck = "true"
bootstrap = "vendor/autoload.php" >
<testsuites>
<testsuite name="Deblan CSV Test Suite">
<directory>tests/</directory>
</testsuite>
</testsuites>
<testsuites>
<testsuite name="Deblan CSV Test Suite">
<directory>tests/</directory>
</testsuite>
</testsuites>
</phpunit>