Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 8c63b10

Browse files
authored
Add support for Statamic 3.3 (#19)
1 parent 725f7b2 commit 8c63b10

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
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": "^7.4 || ^8.0",
2727
"illuminate/support": "^7.0 || ^8.0",
28-
"statamic/cms": "3.0.* || 3.1.* || 3.2.*",
28+
"statamic/cms": "3.0.* || 3.1.* || 3.2.* || 3.3.*",
2929
"livewire/livewire": "^2.0"
3030
},
3131
"extra": {

0 commit comments

Comments
 (0)