Skip to content

Commit

Permalink
Merge branch 'release/3.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocfe committed Mar 17, 2024
2 parents fdd8783 + 28a3b68 commit 5278aef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.1.2

### Added

- Laravel 11 support.

## 3.1.2

### Fixed

- Filter form data array.
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
}
],
"require": {
"php": "^8.1",
"filament/filament": "^3.0@beta",
"illuminate/contracts": "^9.0|^10.0",
"livewire/livewire": "^3.0@beta",
"php": "^8.1|^8.2",
"filament/filament": "^3.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"livewire/livewire": "^3.0",
"spatie/laravel-package-tools": "^1.13.0"
},
"require-dev": {
"larastan/larastan": "^2.0.1",
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0|^7.0",
"orchestra/testbench": "8.14",
"nunomaduro/collision": "^6.0|^7.0|^8.0",
"orchestra/testbench": "8.14|^9.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit 5278aef

Please sign in to comment.