Skip to content

Commit

Permalink
Add Laravel 11 Support (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored Jun 26, 2024
1 parent 67b617d commit 683d3da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All Notable changes to `laravel-reactions` will be documented in this file.

Updates are following the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## 1.1.0 - 2024-06-26

### Added

- Add support of Laravel 11;

## 1.1.0 - 2023-10-19

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
],
"require": {
"php" : "^8.1|^8.2",
"illuminate/database": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0"
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.35",
Expand Down

0 comments on commit 683d3da

Please sign in to comment.