Skip to content

Commit c632650

Browse files
Dependencies
1 parent de5e5a3 commit c632650

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

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

99
## v5.0
1010
## v5.0.1
11+
## v5.0.2
1112
### Changed
1213
- Added support for Laravel 9 + PHP > v8.0
1314

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "project",
1515
"require": {
1616
"php": ">=8.0",
17-
"laravel/framework": "^6.0|^7.1|^8.0|^9.0",
17+
"laravel/framework": "^9.0",
1818
"league/csv": "^9.8"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)