Skip to content

Commit

Permalink
Add support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Jul 23, 2024
1 parent 3b9cc70 commit c67d412
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Changelog
=========

## x.y.z - UNRELEASED
## 4.14.0 - 2024-07-23

### Changed

* [Support] Added support for Laravel 11.

--------

## 4.13.0 - 2024-02-20

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"role": "Developer"
}],
"require": {
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"illuminate/events": "^8.0 || ^9.0 || ^10.0",
"illuminate/filesystem": "^8.0 || ^9.0 || ^10.0",
"illuminate/view": "^8.0 || ^9.0 || ^10.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/events": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/filesystem": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/view": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"php": "^7.3 || ^8.0"
},
"require-dev": {
Expand Down

0 comments on commit c67d412

Please sign in to comment.