Skip to content

Commit 0419bc8

Browse files
Update README.md
1 parent 2cd1466 commit 0419bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Installation
88

9-
composer require real-media-technic-staudacher/laravel-flatfiles:^4.0
9+
composer require real-media-technic-staudacher/laravel-flatfiles:^5.0
1010

1111
To overwrite the default configuration
1212

@@ -232,4 +232,4 @@ You are free to disable the exception via the config `drivers.csv.ignore_sylk_ex
232232

233233
- Added return types. Also in interfaces. So mainly interfaces have to be checked: ie. `public function fields(): array;`. Tipp: Search for `public function fields(` across the whole project.
234234
- New Namespace. Change imports from `LaravelFlatfiles\*` to `RealMediaTechnicStaudacher\LaravelFlatfiles\*`
235-
- Changed order of callback paramters of field callback method to prevent `$null` in most of the calls `function ($null, Asset $asset)`. Now: `function (Asset $asset)`. Tipp: Search for `function ($null` and all `function fields` in your editor.
235+
- Changed order of callback paramters of field callback method to prevent `$null` in most of the calls `function ($null, Asset $asset)`. Now: `function (Asset $asset)`. Tipp: Search for `function ($null` and all `function fields` in your editor.

0 commit comments

Comments
 (0)