forked from thepixelage/craft-fragments
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·36 lines (36 loc) · 896 Bytes
/
composer.json
File metadata and controls
executable file
·36 lines (36 loc) · 896 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
28
29
30
31
32
33
34
35
36
{
"name": "thepixelage/craft-fragments",
"description": "Fragments is a Craft CMS plugin for managing content and presentational fragments",
"type": "craft-plugin",
"version": "1.0.7",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"craft-fragments"
],
"license": "proprietary",
"authors": [
{
"name": "ThePixelAge",
"homepage": "https://www.thepixelage.com"
}
],
"require": {
"craftcms/cms": "^3.6.0",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"thepixelage\\fragments\\": "src/"
}
},
"extra": {
"name": "Fragments",
"handle": "fragments",
"developer": "ThePixelAge",
"developerUrl": "https://www.thepixelage.com",
"class": "thepixelage\\fragments\\Plugin"
}
}