Skip to content

Commit 7429ef9

Browse files
authored
Merge pull request #1 from amosfolz/update-league-csv
Update league/csv
2 parents d8d2ab0 + 78679ba commit 7429ef9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
- Changed minimum PHP Version to 7.1
1212

1313
### Changed Dependencies
14+
- Updated league/csv to 9.2.1
1415
- Updated Laravel Illuminate packages to 5.8
1516
- Updated Twig from 1.x to 2.x
1617
- Updated PHPUnit to 7.5

app/sprinkles/core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"illuminate/database": "5.8.*",
3333
"illuminate/events": "5.8.*",
3434
"illuminate/filesystem": "5.8.*",
35-
"league/csv": "^8.1",
35+
"league/csv": "^9.2.1",
3636
"league/flysystem": "~1.0",
3737
"league/flysystem-aws-s3-v3": "~1.0",
3838
"league/flysystem-cached-adapter": "~1.0",

0 commit comments

Comments
 (0)