Skip to content

Commit 87a87db

Browse files
Upgrade to Laravel 8 (#18)
1 parent 4def700 commit 87a87db

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+
## v4.0
10+
### Added
11+
- Add support for Laravel 8
12+
913
## v3.1
1014
### Added
1115
- Add support for empty values in field definition

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.1",
17-
"laravel/framework": "^6.0|^7.1",
16+
"php": ">=7.3",
17+
"laravel/framework": "^6.0|^7.1|^8.0",
1818
"league/csv": "^9.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^8.5",
22-
"orchestra/testbench": "^5.1"
21+
"phpunit/phpunit": "^9.0",
22+
"orchestra/testbench": "^6.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)