From bc9f969de0cbede65016373526f4aab4b015943e Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Sat, 20 Jun 2020 23:30:39 +0200 Subject: [PATCH] Update package settings --- .gitattributes | 27 +++++++++++++-------------- CHANGELOG.md | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/.gitattributes b/.gitattributes index e7486e3..aad46c6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,16 +1,15 @@ * text=auto -/.editorconfig export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.php_cs export-ignore -/.scrutinizer.yml export-ignore -/.travis.yml export-ignore -/.github export-ignore -/docs export-ignore -/test export-ignore -/README.md export-ignore -/CHANGELOG.md export-ignore -/CONDUCT.md export-ignore -/phpunit.xml export-ignore -**/*Test.php export-ignore +.editorconfig export-ignore +.github export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.php_cs export-ignore +.scrutinizer.yml export-ignore +.travis.yml export-ignore +src/data export-ignore +README.md export-ignore +CHANGELOG.md export-ignore +phpstan.neon export-ignore +phpunit.xml export-ignore +**/*Test.php export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index 552830d..fe5f842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ All Notable changes to CSV doctrine collections bridge will be documented in thi - None -## Removed +### Removed - `PHP7.1` support - `League\Csv 9.5` support