Skip to content
This repository was archived by the owner on May 10, 2026. It is now read-only.

Commit 1c597b0

Browse files
committed
Add Statamic v6 and Laravel v13 to version constraints
1 parent d0ed101 commit 1c597b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
},
3333
"require": {
3434
"php": "^8.1",
35-
"illuminate/support": "^10.0|^11.0|^12.0",
36-
"statamic/cms": "^4.23.2|^5.0",
35+
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
36+
"statamic/cms": "^4.23.2|^5.0|^6.0",
3737
"marcorieser/statamic-livewire": "^4.0|^5.0"
3838
},
3939
"extra": {

0 commit comments

Comments
 (0)