Skip to content

Commit 2cd1466

Browse files
v5.0
1 parent 19c1cae commit 2cd1466

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Diff for: changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## v5.0
10+
### Changed
11+
- Added support for Laravel 9 + PHP > v8.0
12+
913
## v4.1.1
1014
### Fixed
1115
- Fixed potential performance issue

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"license": "MIT",
1414
"type": "project",
1515
"require": {
16-
"php": ">=7.3",
17-
"laravel/framework": "^6.0|^7.1|^8.0",
18-
"league/csv": "^9.0"
16+
"php": ">=8.0",
17+
"laravel/framework": "^6.0|^7.1|^8.0|^9.0",
18+
"league/csv": "^9.8"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.0",
22-
"orchestra/testbench": "^6.0"
22+
"orchestra/testbench": "^7.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)