{ "name": "kanboard/kanboard", "type": "project", "description": "Kanban project management software", "license": "MIT", "authors": [ { "name": "Frédéric Guillot" } ], "config": { "preferred-install": "dist", "optimize-autoloader": true, "discard-changes": true }, "require" : { "php" : ">=7.2.0", "ext-simplexml" : "*", "ext-dom" : "*", "ext-xml" : "*", "ext-gd" : "*", "ext-mbstring" : "*", "ext-hash" : "*", "ext-openssl" : "*", "ext-json" : "*", "ext-ctype" : "*", "ext-filter" : "*", "ext-session" : "*", "christian-riesen/otp" : "1.4.3", "eluceo/ical": "0.10.1", "erusev/parsedown" : "^1.7", "paragonie/random_compat": "2.0.11", "pimple/pimple" : "3.2.2", "psr/log": "~1.0", "swiftmailer/swiftmailer" : "5.4.8", "symfony/console" : "3.4.2", "symfony/event-dispatcher" : "3.4.2", "gregwar/captcha": "1.1.4" }, "autoload" : { "classmap" : ["app/"], "psr-4" : { "Kanboard\\" : "app/" }, "psr-0" : { "": "libs/" }, "files" : [ "app/functions.php" ] }, "require-dev" : { "phpunit/php-code-coverage": "^6", "phpunit/php-token-stream": "^3.1", "doctrine/instantiator": "^1.1", "phpdocumentor/reflection-docblock": "3.3.2", "symfony/debug": "3.4.2", "symfony/yaml": "3.4.2", "symfony/finder": "3.4.8", "symfony/stopwatch" : "3.4.2", "myclabs/deep-copy": "1.7.0", "phpunit/phpunit" : "^7", "phpunit/phpunit-selenium": "^7", "roave/security-advisories": "dev-master" } }