We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c1cae commit 2cd1466Copy full SHA for 2cd1466
changelog.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## v5.0
10
+### Changed
11
+- Added support for Laravel 9 + PHP > v8.0
12
+
13
## v4.1.1
14
### Fixed
15
- Fixed potential performance issue
composer.json
@@ -13,13 +13,13 @@
"license": "MIT",
"type": "project",
"require": {
16
- "php": ">=7.3",
17
- "laravel/framework": "^6.0|^7.1|^8.0",
18
- "league/csv": "^9.0"
+ "php": ">=8.0",
+ "laravel/framework": "^6.0|^7.1|^8.0|^9.0",
+ "league/csv": "^9.8"
19
},
20
"require-dev": {
21
"phpunit/phpunit": "^9.0",
22
- "orchestra/testbench": "^6.0"
+ "orchestra/testbench": "^7.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments