{ "name": "getkirby/cms", "description": "The Kirby 3 core", "version": "3.4.0", "license": "proprietary", "keywords": ["kirby", "cms", "core"], "homepage": "https://getkirby.com", "type": "kirby-cms", "authors": [ { "name": "Kirby Team", "email": "support@getkirby.com", "homepage": "https://getkirby.com" } ], "support": { "email": "support@getkirby.com", "issues": "https://github.com/getkirby/kirby/issues", "forum": "https://forum.getkirby.com", "source": "https://github.com/getkirby/kirby" }, "require": { "php": ">=7.2.0 <7.5.0", "ext-mbstring": "*", "ext-ctype": "*", "getkirby/composer-installer": "^1.0", "mustangostang/spyc": "0.6.3", "michelf/php-smartypants": "1.8.1", "claviska/simpleimage": "3.3.4", "phpmailer/phpmailer": "6.1.6", "filp/whoops": "2.7.2", "true/punycode": "2.1.1", "laminas/laminas-escaper": "2.6.1" }, "autoload": { "files": ["config/setup.php"], "classmap": ["dependencies/"], "psr-4": { "Kirby\\": "src/" } }, "scripts": { "analyze": "phpstan analyse", "build": "./scripts/build", "fix": "php-cs-fixer fix --config .php_cs", "post-update-cmd": "curl -o cacert.pem https://curl.haxx.se/ca/cacert.pem", "test": "phpunit --stderr --coverage-html=tests/coverage", "zip": "composer archive --format=zip --file=dist" }, "config": { "optimize-autoloader": true } }