Skip to content

Commit 355f953

Browse files
chore: update illuminate/contracts dependency to ^12.1
1 parent 6d3a16b commit 355f953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^8.4",
24-
"illuminate/contracts": "^12.0",
24+
"illuminate/contracts": "^12.1",
2525
"spatie/laravel-package-tools": "^1.16"
2626
},
2727
"require-dev": {

docs/pages/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Requirements
44

55
- PHP \>= 8.4
6-
- Laravel 12.x
6+
- Laravel 12.1+
77

88
## Installation
99

0 commit comments

Comments
 (0)