Skip to content

Commit 64996ca

Browse files
committed
Merge branch '2.0.2-dev'
2 parents 260ad92 + af7eb23 commit 64996ca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
3232
- Unused classes.
3333

3434
## [2.0.0] - 13-03-2024
35-
- Laravel 11 Support
35+
- Laravel 11 Support
36+
37+
## [2.0.2] - 26-02-2024
38+
- Laravel 12 Support

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.1",
1414
"guzzlehttp/guzzle": "^7.2",
15-
"laravel/framework": "^10.0|^11.0"
15+
"laravel/framework": "^10.0|^11.0|^12.0"
1616
},
1717
"require-dev": {
1818
"roave/security-advisories": "dev-latest",

0 commit comments

Comments
 (0)