Skip to content

Commit b8a5b98

Browse files
committed
Add support for Laravel 12
Updated README and composer.json to indicate compatibility with Laravel 12. This allows the package to be used with Laravel 10, 11, and 12.
1 parent dc41ab9 commit b8a5b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## 📋 Gereksinimler / Requirements
2727

2828
- PHP 8.2 veya üzeri / PHP 8.2 or higher
29-
- Laravel 10.0 veya üzeri / Laravel 10.0 or higher
29+
- Laravel 10.0, 11.0 veya 12.0 / Laravel 10.0, 11.0 or 12.0
3030
- Composer
3131

3232
## 🚀 Kurulum / Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.2",
2020
"spatie/laravel-package-tools": "^1.16",
21-
"illuminate/contracts": "^10.0||^11.0"
21+
"illuminate/contracts": "^10.0||^11.0||^12.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.14",

0 commit comments

Comments
 (0)