Skip to content

Commit b431bae

Browse files
authored
Merge pull request #1 from JonPurvis/update/laravel-13
laravel 13 support
2 parents 2a3af4f + f426b21 commit b431bae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.4",
18-
"illuminate/support": "^11.0|^12.0",
19-
"illuminate/view": "^11.0|^12.0",
17+
"php": "^8.3",
18+
"illuminate/support": "^11.0|^12.0|^13.0",
19+
"illuminate/view": "^11.0|^12.0|^13.0",
2020
"livewire/flux": "^2.0"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)