mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
Make PHP 8.3 support visible in README
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||

|

|
||||||
|
|
||||||
ParseCsv is an easy-to-use PHP class that reads and writes CSV data properly. It
|
ParseCsv is an easy-to-use PHP class that reads and writes CSV data properly. It
|
||||||
fully conforms to the specifications outlined on the on the
|
fully conforms to the specifications outlined on the
|
||||||
[Wikipedia article][CSV] (and thus RFC 4180). It has many advanced features which help make your
|
[Wikipedia article][CSV] (and thus RFC 4180). It has many advanced features which help make your
|
||||||
life easier when dealing with CSV data.
|
life easier when dealing with CSV data.
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ and third-party support for handling CSV data in PHP.
|
|||||||
* Support for character encoding conversion using PHP's
|
* Support for character encoding conversion using PHP's
|
||||||
`iconv()` and `mb_convert_encoding()` functions.
|
`iconv()` and `mb_convert_encoding()` functions.
|
||||||
* Supports PHP 5.5 and higher.
|
* Supports PHP 5.5 and higher.
|
||||||
It certainly works with PHP 7.2 and all versions in between.
|
It certainly works with PHP 8.3 and all versions in between.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -165,6 +165,8 @@ composer install
|
|||||||
composer run test
|
composer run test
|
||||||
````
|
````
|
||||||
|
|
||||||
|
Note that PHP 8.2 and newer allow PHPUnit versions that deprecate `@annotations`. The GitHub actions use Rector to
|
||||||
|
convert them to `#[attributes]`.
|
||||||
When pushing code to GitHub, tests will be executed using GitHub Actions. The relevant configuration is in the
|
When pushing code to GitHub, tests will be executed using GitHub Actions. The relevant configuration is in the
|
||||||
file `.github/workflows/ci.yml`. To run the `test` action locally, you can execute the following command:
|
file `.github/workflows/ci.yml`. To run the `test` action locally, you can execute the following command:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user