このコミットが含まれているのは:
Simon Vieille 2018-06-06 15:51:31 +02:00
コミット 1ac6c03c1c
この署名に対応する既知のキーがデータベースに存在しません
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>