This commit is contained in:
Simon Vieille 2018-06-06 15:51:31 +02:00
부모 f8731f6fbe
커밋 1ac6c03c1c
No known key found for this signature in database
GPG 키 ID: 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>