Skip to content

Commit 5d67fd6

Browse files
committed
fix: minimum support php laravel 12
1 parent cdffbbf commit 5d67fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"homepage": "https://github.com/yaza-putu/laravel-repository-with-service.git",
1010
"license": "MIT",
1111
"require": {
12-
"php": "^8.4",
12+
"php": "^8.2",
1313
"spatie/laravel-package-tools": "^1.16",
1414
"illuminate/contracts": "^10.0||^11.0||^12.0"
1515
},

0 commit comments

Comments
 (0)