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.
2 parents 251d824 + 44cb064 commit e51fba0Copy full SHA for e51fba0
README.md
@@ -4,8 +4,8 @@
4
[](https://github.com/mubbi/laravel-commit-lint/actions)
5
## Requirements
6
7
-- Laravel >= 9.0
8
-- PHP >= 8.0
+- Laravel >= 12.0
+- PHP >= 8.2
9
10
## Overview
11
composer.json
@@ -19,8 +19,8 @@
19
}
20
},
21
"require": {
22
- "php": ">=8.0",
23
- "illuminate/support": "^9.0|^10.0|^11.0|^12.0"
+ "php": ">=8.2",
+ "illuminate/support": "^12.0"
24
25
"extra": {
26
"laravel": {
@@ -30,7 +30,7 @@
30
31
32
"require-dev": {
33
- "phpunit/phpunit": "^12.2",
+ "phpunit/phpunit": "^12.1",
34
"orchestra/testbench": "^10.4"
35
36
0 commit comments