Skip to content

Commit 5b98d98

Browse files
jasonvargaclaudejoshuablum
authored
Statamic 6 (#110)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Joshua Blum <hallo@joshuablum.de>
1 parent b3b5975 commit 5b98d98

10 files changed

Lines changed: 1513 additions & 487 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
> Real-time collaboration and multi-user authoring for Statamic Pro.
55
<!-- /statamic:hide -->
66
7-
> [!NOTE]
8-
> This addon hasn't been updated for Statamic 6 yet. We're planning to tackle it soon, but don't have a firm ETA.
9-
107
## Features
118

129
- Presence indicators when multiple people have the same entry opened.

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Real-time collaboration and multi-user authoring for Statamic Pro.",
55
"license": "proprietary",
66
"require": {
7-
"statamic/cms": "^5.0",
8-
"pixelfear/composer-dist-plugin": "^0.1.4"
7+
"statamic/cms": "^6.0",
8+
"pixelfear/composer-dist-plugin": "^0.1.6"
99
},
1010
"extra": {
1111
"laravel": {
@@ -26,5 +26,10 @@
2626
"psr-4": {
2727
"Statamic\\Collaboration\\": "src"
2828
}
29+
},
30+
"config": {
31+
"allow-plugins": {
32+
"pixelfear/composer-dist-plugin": true
33+
}
2934
}
3035
}

0 commit comments

Comments
 (0)