-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 2.51 KB
/
Copy pathcomposer.json
File metadata and controls
60 lines (60 loc) · 2.51 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "pushword/api",
"type": "symfony-bundle",
"description": "REST API mirror of the Pushword admin (Page, Media, …). Token-authenticated, OpenAPI-described.",
"keywords": ["api", "rest", "openapi", "headless-cms", "content-api", "symfony", "pushword"],
"homepage": "https://pushword.piedweb.com/extension/api",
"license": "MIT",
"support": {
"issues": "https://github.com/Pushword/Pushword/issues",
"source": "https://github.com/Pushword/Pushword/tree/main/packages/api",
"docs": "https://pushword.piedweb.com/extension/api"
},
"funding": [
{
"type": "liberapay",
"url": "https://liberapay.com/RobinPiedWeb"
}
],
"require": {
"pushword/core": "*",
"pushword/flat": "*"
},
"suggest": {
"pushword/admin": "Manage pages, media and users from an EasyAdmin-based back-office.",
"pushword/admin-block-editor": "Rich block editor (EditorJS) for the admin.",
"pushword/advanced-main-image": "Choose the main image format per page, from hidden to full hero.",
"pushword/conversation": "Add comments, a contact form or any user input to your website.",
"pushword/docs": "Pushword documentation, readable offline from vendor/.",
"pushword/link-improver": "Automatic internal links: page names become in-content links at render time.",
"pushword/newsletter": "Audiences, segmented campaigns and criteria-driven automations.",
"pushword/page-scanner": "Find dead links, 404s, redirects and TODO reminders.",
"pushword/page-update-notifier": "Get an email when a page is created or edited.",
"pushword/quiz": "Interactive client-side quizzes (QCM) and personality tests.",
"pushword/repurpose": "Turn a page into ready-to-post social carousels (PNG/PDF).",
"pushword/search": "SQLite-native full-text search via Loupe, zero infrastructure.",
"pushword/snippet": "Reusable content fragments and dev-registered Twig components.",
"pushword/static-generator": "Export the whole site as static files (GitHub Pages, Apache, FrankenPHP).",
"pushword/template-editor": "Edit Twig view files online from the admin.",
"pushword/version": "Keep a version history of your pages and compare revisions."
},
"extra": {
"branch-alias": {
"dev-main": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Pushword\\Api\\": "src"
}
},
"authors": [
{
"name": "Robin@PiedWeb",
"email": "contact@piedweb.com",
"homepage": "https://en.piedweb.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}