We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4def700 commit 87a87dbCopy full SHA for 87a87db
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
+## v4.0
10
+### Added
11
+- Add support for Laravel 8
12
+
13
## v3.1
14
### Added
15
- Add support for empty values in field definition
composer.json
@@ -13,13 +13,13 @@
"license": "MIT",
"type": "project",
"require": {
16
- "php": ">=7.1",
17
- "laravel/framework": "^6.0|^7.1",
+ "php": ">=7.3",
+ "laravel/framework": "^6.0|^7.1|^8.0",
18
"league/csv": "^9.0"
19
},
20
"require-dev": {
21
- "phpunit/phpunit": "^8.5",
22
- "orchestra/testbench": "^5.1"
+ "phpunit/phpunit": "^9.0",
+ "orchestra/testbench": "^6.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments