We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 260ad92 + af7eb23 commit 64996caCopy full SHA for 64996ca
CHANGELOG.md
@@ -32,4 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
32
- Unused classes.
33
34
## [2.0.0] - 13-03-2024
35
-- Laravel 11 Support
+- Laravel 11 Support
36
+
37
+## [2.0.2] - 26-02-2024
38
+- Laravel 12 Support
composer.json
@@ -12,7 +12,7 @@
12
"require": {
13
"php": "^8.1",
14
"guzzlehttp/guzzle": "^7.2",
15
- "laravel/framework": "^10.0|^11.0"
+ "laravel/framework": "^10.0|^11.0|^12.0"
16
},
17
"require-dev": {
18
"roave/security-advisories": "dev-latest",
0 commit comments