{ "name": "airstory/airstory-wp", "description": "Send your blog posts from Airstory writing software to WordPress for publication.", "type": "wordpress-plugin", "homepage": "http://www.airstory.co/integrations/", "authors": [ { "name": "Liquid Web", "homepage": "https://www.liquidweb.com" }, { "name": "Steve Grunwell", "homepage": "https://stevegrunwell.com" } ], "support": { "source": "https://github.com/liquidweb/airstory-wp", "issues": "https://github.com/liquidweb/airstory-wp/issues" }, "license": "MIT", "require": { "php": ">=5.3", "ext-dom": "*", "ext-openssl": "*", "techcrunch/wp-async-task": "dev-master", "composer/installers": "^1.3" }, "require-dev": { "10up/wp_mock": "dev-dev", "codeclimate/php-test-reporter": "^0.4.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", "phpunit/phpunit": "^6.5", "wimg/php-compatibility": "^8.2", "wp-coding-standards/wpcs": "^0.14.1" }, "extra": { "installer-paths": { "includes/lib/{$name}": [ "type:wordpress-plugin" ] } }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true, "platform": { "php": "7.0" } } }