-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.15 KB
/
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
37
38
39
40
41
42
{
"name": "jcbsn/kontentblocks",
"description": "WordPress Plugin. Shorten the gap between design constrains, developer efficiency, users flexibility and ease of use to create, edit and control content for both parties.",
"keywords": [
"wordpress",
"plugin",
"kontenblocks",
"content management",
"builder",
"framework"
],
"homepage": "https://github.com/kai-jacobsen/kontentblocks",
"license": "GPL-3.0",
"authors": [
{
"name": "Kai Jacobsen",
"email": "[email protected]",
"homepage": "https://github.com/kai-jacobsen/kontentblocks"
}
],
"autoload": {
"psr-4": {
"Kontentblocks\\": "core"
}
},
"type": "wordpress-plugin",
"require": {
"php": ">=5.5",
"twig/twig": "1.*",
"pimple/pimple": "~3.0",
"mobiledetect/mobiledetectlib": "2.8.*",
"monolog/monolog": "1.*",
"symfony/yaml": "3.0.*",
"symfony/http-foundation": "v3.4.45"
},
"require-dev": {
"phpunit/phpunit": "5.7.8",
"phpstan/phpstan": "^0.12.99",
"szepeviktor/phpstan-wordpress": "^0.7.7",
"phpstan/extension-installer": "^1.1"
}
}