| Current Path : /home/ereika83/www/wp-content/plugins/airstory/ |
| Current File : /home/ereika83/www/wp-content/plugins/airstory/composer.json |
{
"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": "Copyhackers",
"homepage": "https://copyhackers.com"
},
{
"name": "Airstory",
"homepage": "https://airstory.co"
},
{
"name": "Steven Luke",
"homepage": "https://github.com/stevendluke"
}
],
"support": {
"source": "https://github.com/copyhackers/airstory-wp",
"issues": "https://github.com/copyhackers/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"
}
}
}