Skip to content

Commit 15890e7

Browse files
authored
Merge pull request #246 from erickcomp/laravel-13.x
Adjust PHP version to ^8.3 to match Laravel 13.x requirements
2 parents 8dea035 + 4699bfe commit 15890e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.4",
17+
"php": "^8.3",
1818
"illuminate/contracts": "~13.0",
1919
"illuminate/database": "~13.0",
2020
"illuminate/events": "~13.0",

0 commit comments

Comments
 (0)