We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5e5a3 commit c632650Copy full SHA for c632650
changelog.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
9
## v5.0
10
## v5.0.1
11
+## v5.0.2
12
### Changed
13
- Added support for Laravel 9 + PHP > v8.0
14
composer.json
@@ -14,7 +14,7 @@
"type": "project",
15
"require": {
16
"php": ">=8.0",
17
- "laravel/framework": "^6.0|^7.1|^8.0|^9.0",
+ "laravel/framework": "^9.0",
18
"league/csv": "^9.8"
19
},
20
"require-dev": {
0 commit comments