mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 01:03:40 +01:00
Fix license value in composer.json...
to be one of the SPDX values. Also did some minor re-formatting of the JSON.
This commit is contained in:
parent
758b4ce903
commit
a9b2e02b0b
@ -5,23 +5,23 @@
|
|||||||
"type": "wordpress-theme",
|
"type": "wordpress-theme",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"homepage": "http://wordpress.org/themes",
|
"homepage": "http://wordpress.org/themes",
|
||||||
"license": "GPLv2.0+",
|
"license": "GPL-2.0-or-later",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Territorial",
|
"name": "Territorial",
|
||||||
"email": "us@territorial.ca",
|
"email": "us@territorial.ca",
|
||||||
"homepage": "http://territorial.ca",
|
"homepage": "http://territorial.ca",
|
||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4"
|
"php": ">=5.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"antecedent/patchwork": "1.2.*",
|
"antecedent/patchwork": "1.2.*",
|
||||||
"phpunit/phpunit" : "*@stable",
|
"phpunit/phpunit" : "*@stable",
|
||||||
"brianium/paratest" : "dev-master",
|
"brianium/paratest" : "dev-master",
|
||||||
"10up/wp_mock" : "dev-master"
|
"10up/wp_mock" : "dev-master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user