File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ tests/ export-ignore
33.editorconfig export-ignore
44.gitattributes export-ignore
55.gitignore export-ignore
6- .scrutinizer.yml export-ignore
7- .travis.yml export-ignore
86CONTRIBUTING.md export-ignore
97phpspec.yml.dist export-ignore
108phpunit.xml.dist export-ignore
Load diff This file was deleted.
Original file line number Diff line number Diff line change 11# portphp/csv
22
33[ ![ Latest Version] ( https://img.shields.io/github/release/portphp/csv.svg?style=flat-square )] ( https://github.com/portphp/csv/releases )
4- [ ![ Build Status] ( https://travis-ci.org/portphp/csv.svg )] ( https://travis-ci.org/portphp/csv )
5- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/portphp/csv/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/portphp/csv/?branch=master )
6- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/portphp/csv/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/portphp/csv/?branch=master )
4+ [ ![ CI] ( https://github.com/portphp/csv/actions/workflows/test.yml/badge.svg?branch=master )] ( https://github.com/portphp/csv/actions/workflows/test.yml )
5+ [ ![ PHP Version] ( https://img.shields.io/packagist/php-v/portphp/csv.svg?style=flat-square )] ( https://packagist.org/packages/portphp/csv )
76
8- CVS reader and writer for [ Port] ( https://github.com/portphp ) .
7+ ** Requirements:** PHP ^8.2 (tested on 8.2–8.5).
8+
9+
10+ CSV reader and writer for [ Port] ( https://github.com/portphp ) .
911
1012## Installation
1113
@@ -22,7 +24,7 @@ of the Composer documentation.
2224
2325## Documentation
2426
25- Documentation is available at https://portphp.readthedocs.org .
27+ Documentation is available at https://portphp.readthedocs.io .
2628
2729## Issues and feature requests
2830
Original file line number Diff line number Diff line change 2020 "support" : {
2121 "issues" : " https://github.com/portphp/portphp/issues" ,
2222 "source" : " https://github.com/portphp/csv" ,
23- "docs" : " https://portphp.readthedocs.org "
23+ "docs" : " https://portphp.readthedocs.io "
2424 },
2525 "require" : {
2626 "php" : " ^8.2" ,
You can’t perform that action at this time.
0 commit comments