Skip to content

Commit

Permalink
Minimal PHP version updated to 7.4 πŸ“Œ
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Nov 9, 2023
1 parent 34d1e5b commit 1fdcdd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

All notable changes to `laravel-filepond` will be documented in this file.

## 1.12.14 - 2023-10-23
## 1.12.14 - 2023-11-09

- Fixed single file upload as array #47. πŸ›
- New test cases added single file upload as array.
- New test cases added for single file upload as array.
- Bumped minimal PHP version to 7.4.

## 1.12.13 - 2023-10-13

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^7.4|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
Expand Down

0 comments on commit 1fdcdd5

Please sign in to comment.