Skip to content

Commit f3062aa

Browse files
committed
Laravel 12 support
1 parent f418d4a commit f3062aa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Fixed
1212
### Removed --->
1313

14+
## 0.1.6 - 2025-03-20
15+
### Added
16+
- Laravel 12 support
17+
1418
## 0.1.5 - 2024-09-03
1519
### Added
1620
- Laravel 11 support

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^7.2|^8.0",
24-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
24+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",

0 commit comments

Comments
 (0)