Skip to content

Commit 75f2bf1

Browse files
committed
fix: update min version requirement for laravel 11
1 parent 04e3dd9 commit 75f2bf1

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
@@ -10,7 +10,7 @@ Automatically create GitHub issues from your Laravel exceptions & logs. Perfect
1010
## Requirements
1111

1212
- PHP ^8.3
13-
- Laravel ^11.0|^12.0
13+
- Laravel ^11.37|^12.0
1414
- Monolog ^3.6
1515

1616
## Features

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"illuminate/contracts": "^11.0||^12.0",
2424
"illuminate/filesystem": "^11.0||^12.0",
2525
"illuminate/http": "^11.0||^12.0",
26-
"illuminate/support": "^11.0||^12.0",
26+
"illuminate/support": "^11.37||^12.0",
2727
"monolog/monolog": "^3.6"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)