Files
yeuchaybo/lib/composer.json
Thuan Bui fd25f13a4f Initial
2018-06-26 11:09:22 +07:00

38 lines
1.0 KiB
JSON

{
"name": "seothemes/child-theme-library",
"type": "library",
"description": "A lightweight drop-in library for extending Genesis child themes.",
"keywords": [
"wordpress",
"wordpress-theme",
"genesis-framework"
],
"license": "GPL-2.0",
"authors": [
{
"name": "SEO Themes",
"homepage": "https://seothemes.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/seothemes/child-theme-library/issues",
"source": "https://github.com/seothemes/child-theme-library"
},
"require": {},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"squizlabs/php_codesniffer": "^3.2.3",
"wp-coding-standards/wpcs": "^0.14.1",
"roave/security-advisories": "dev-master"
},
"suggest": {
"kint-php/kint": "^2.2",
"filp/whoops": "^2.1"
},
"config": {
"sort-order": true
},
"minimum-stability": "dev",
"prefer-stable": true
}