composer.json
{
"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": "ungestaltbar@gmail.com",
"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"
}
}