We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8d2ab0 + 78679ba commit 7429ef9Copy full SHA for 7429ef9
2 files changed
CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
- Changed minimum PHP Version to 7.1
12
13
### Changed Dependencies
14
+- Updated league/csv to 9.2.1
15
- Updated Laravel Illuminate packages to 5.8
16
- Updated Twig from 1.x to 2.x
17
- Updated PHPUnit to 7.5
app/sprinkles/core/composer.json
@@ -32,7 +32,7 @@
32
"illuminate/database": "5.8.*",
33
"illuminate/events": "5.8.*",
34
"illuminate/filesystem": "5.8.*",
35
- "league/csv": "^8.1",
+ "league/csv": "^9.2.1",
36
"league/flysystem": "~1.0",
37
"league/flysystem-aws-s3-v3": "~1.0",
38
"league/flysystem-cached-adapter": "~1.0",
0 commit comments