You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

39 lines
841 B

{
"name": "capanema/plate",
"type": "wordpress-plugin",
"description": "A theme support plugin for WordPlate",
"keywords": [
"plate",
"plugin",
"wordplate",
"wordpress"
],
"license": "MIT",
"authors": [
{
"name": "Vincent Klaiber",
"email": "hello@doubledip.se"
},
{
"name": "Chris Andersson",
"email": "hello@puredazzle.se"
},
{
"name": "Guilherme Capanema",
"email": "guilherme@capanema.me"
}
],
"require": {
"php": "^7.2"
},
"config": {
"preferred-install": "dist"
},
"extra": {
"branch-alias": {
"dev-master": "6.1-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}