File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All Notable changes to `Csv` will be documented in this file
66
77### Added
88
9- - Nothing
9+ - More return types and type parameters as supported in PHP7.2+
1010
1111### Deprecated
1212
@@ -18,7 +18,9 @@ All Notable changes to `Csv` will be documented in this file
1818
1919### Removed
2020
21- - Nothing
21+ - polyfill for ` is_iterable `
22+ - polyfill for ` is_nullable_int `
23+ - Support for PHP7.0 and PHP7.1
2224
2325## 9.5.0 - 2019-12-15
2426
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ Highlights
1717
1818* Simple API
1919* Read and Write to CSV documents in a memory efficient and scalable way
20- * Use SPL to interact with the CSV documents
2120* Support PHP Stream filtering capabilities
2221* Transform CSV documents into popular format (JSON, XML or HTML)
2322* Fully documented
@@ -33,7 +32,7 @@ Full documentation can be found at [csv.thephpleague.com](https://csv.thephpleag
3332System Requirements
3433-------
3534
36- You need ** PHP >= 7.0.10 ** and the ` mbstring ` extension to use ` Csv ` but the latest stable version of PHP is recommended.
35+ You need ** PHP >= 7.2.0 ** and the ` mbstring ` extension to use ` Csv ` but the latest stable version of PHP is recommended.
3736
3837Install
3938-------
You can’t perform that action at this time.
0 commit comments