forked from trilbymedia/grav-plugin-flex-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 684 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 684 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
{
"name": "grav-plugin-flex-objects",
"type": "grav-plugin",
"description": "Flex Objects plugin for Grav CMS",
"keywords": ["flex-objects"],
"homepage": "https://github.com/trilbymedia/grav-plugin-flex-objects",
"license": "MIT",
"authors": [
{
"name": "Team Grav",
"email": "devs@getgrav.org",
"homepage": "http://getgrav.org",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3",
"ext-json": "*",
"ext-mbstring": "*"
},
"autoload": {
"psr-4": {
"Grav\\Plugin\\FlexObjects\\": "classes/"
},
"classmap": ["flex-objects.php"]
},
"config": {
"platform": {
"php": "7.1.3"
}
}
}