We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f418d4a commit f3062aaCopy full SHA for f3062aa
CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
### Fixed
12
### Removed --->
13
14
+## 0.1.6 - 2025-03-20
15
+### Added
16
+- Laravel 12 support
17
+
18
## 0.1.5 - 2024-09-03
19
### Added
20
- Laravel 11 support
composer.json
@@ -21,7 +21,7 @@
21
],
22
"require": {
23
"php": "^7.2|^8.0",
24
- "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
+ "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
25
},
26
"require-dev": {
27
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
0 commit comments