-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 933 Bytes
/
composer.json
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": "flextype-plugins/blueprints",
"type": "project",
"description": "Blueprints plugin to build custom UI for Flextype.",
"keywords": ["blueprint", "plugin", "flextype", "php", "html"],
"homepage": "https://github.com/flextype-plugins/blueprints",
"license": "MIT",
"authors": [
{
"name": "Sergey Romanenko",
"email": "[email protected]",
"homepage": "https://flextype.org"
}
],
"support": {
"issues": "https://github.com/flextype/issues"
},
"require": {
"php": ">=7.4.0"
},
"config": {
"apcu-autoloader": true,
"optimize-autoloader": true,
"platblueprint": {
"php": "7.4.0"
}
},
"autoload": {
"classmap": [
"src/blueprints"
],
"files": [
"src/blueprints/helpers/helpers.php"
]
}
}