Skip to content

Commit e51fba0

Browse files
authored
Merge pull request #2 from mubbi/feature/commit-lint-package
fix: use correct php versions
2 parents 251d824 + 44cb064 commit e51fba0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[![Build Status](https://img.shields.io/github/workflow/status/mubbi/laravel-commit-lint/CI?style=flat-square)](https://github.com/mubbi/laravel-commit-lint/actions)
55
## Requirements
66

7-
- Laravel >= 9.0
8-
- PHP >= 8.0
7+
- Laravel >= 12.0
8+
- PHP >= 8.2
99

1010
## Overview
1111

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
}
2020
},
2121
"require": {
22-
"php": ">=8.0",
23-
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
22+
"php": ">=8.2",
23+
"illuminate/support": "^12.0"
2424
},
2525
"extra": {
2626
"laravel": {
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^12.2",
33+
"phpunit/phpunit": "^12.1",
3434
"orchestra/testbench": "^10.4"
3535
}
3636
}

0 commit comments

Comments
 (0)