Skip to content

Commit

Permalink
Locked package version to Laravel 10 πŸ”’
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Nov 22, 2023
1 parent 07a483a commit a3bfa1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

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

## 10.0.0 - 2023-11-14
## 10.0.0 - 2023-11-23

- Locked package version to Laravel 10. πŸ”’
- Moved to major versioning to support each Laravel release. ✨
- Removed unused dependencies to reduce conflict.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}
],
"require": {
"php": "^8.1"
"php": "^8.1",
"laravel/framework": "^10"
},
"require-dev": {
"laravel/pint": "^1.13",
Expand Down

0 comments on commit a3bfa1b

Please sign in to comment.