2015-09-17 01:26:48 +02:00
|
|
|
{
|
2015-12-17 15:55:34 +01:00
|
|
|
"name": "ascribe",
|
|
|
|
"description": "The best WordPress theme ever made!",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"type": "wordpress-theme",
|
|
|
|
"keywords": [],
|
|
|
|
"homepage": "http://wordpress.org/themes",
|
|
|
|
"license": "GPLv2.0+",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Territorial",
|
|
|
|
"email": "us@territorial.ca",
|
|
|
|
"homepage": "http://territorial.ca",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
2015-09-17 01:26:48 +02:00
|
|
|
"minimum-stability": "dev",
|
2015-12-17 15:55:34 +01:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.4"
|
|
|
|
},
|
2015-09-17 01:26:48 +02:00
|
|
|
"require-dev": {
|
2015-12-17 15:55:34 +01:00
|
|
|
"antecedent/patchwork": "1.2.*",
|
2015-09-17 01:26:48 +02:00
|
|
|
"phpunit/phpunit" : "*@stable",
|
2015-12-17 15:55:34 +01:00
|
|
|
"brianium/paratest" : "dev-master",
|
2015-09-17 01:26:48 +02:00
|
|
|
"10up/wp_mock" : "dev-master"
|
|
|
|
}
|
|
|
|
}
|