Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Fix SPDX.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Feb 26, 2018
1 parent 9874b9d commit 3185e15
Showing 1 changed file with 22 additions and 26 deletions.
48 changes: 22 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
{
"name": "pressbooks/pressbooks-custom-css",
"description": "Roll your own CSS using this custom theme.",
"type": "wordpress-theme",
"require": {
"composer/installers": "~1.3"
},
"require-dev": {
"humanmade/coding-standards": "^0.2.1"
},
"archive": {
"exclude": [".github"]
},
"license": "gpl-2.0-or-later",
"authors": [
{
"name": "Pressbooks (Book Oven Inc.)",
"email": "code@pressbooks.com"
}
],
"scripts": {
"test": [
"@standards"
],
"standards": [
"vendor/bin/phpcs --standard=phpcs.ruleset.xml *.php"
]
"name": "pressbooks/pressbooks-custom-css",
"description": "Roll your own CSS using this custom theme.",
"type": "wordpress-theme",
"require": {
"composer/installers": "~1.3"
},
"require-dev": {
"humanmade/coding-standards": "^0.2.1"
},
"archive": {
"exclude": [".github"]
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Pressbooks (Book Oven Inc.)",
"email": "code@pressbooks.com"
}
],
"scripts": {
"test": ["@standards"],
"standards": ["vendor/bin/phpcs --standard=phpcs.ruleset.xml *.php"]
}
}

0 comments on commit 3185e15

Please sign in to comment.