-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 815 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "fitzage/optimus-bard",
"description": "Optimus Bard takes the content from a Statamic Bard field and transforms it into a string when updating your search index",
"require": {
"php": "^8.2",
"statamic/cms": "^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
"Fitzage\\OptimusBard\\": "src"
}
},
"extra": {
"statamic": {
"name": "Optimus Bard",
"description": "Advanced search transformer for Statamic Bard fields with nested content support"
}
},
"keywords": ["statamic", "search", "bard", "algolia", "transformer", "content-extraction"],
"license": "MIT",
"authors": [
{
"name": "Matt Fitzsimmons",
"email": "your-email@example.com"
}
]
}