Skip to content

Commit b85a069

Browse files
committed
Add Composer support
1 parent e8b09b8 commit b85a069

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [Unreleased]
44

55
* Load plugin text domain.
6+
* Add `composer.json`.
67
* Better [change log format][changelogformat].
78

89
## [2.0.0] - 2014-08-23

composer.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "gamajo/genesis-js-no-js",
3+
"description": "WordPress plugin for Genesis child themes to allow differing styles for elements if JavaScript is active or not.",
4+
"keywords": ["genesis", "genesis-js-no-js", "javascript"],
5+
"type": "wordpress-plugin",
6+
"homepage": "https://github.com/GaryJones/genesis-js-no-js",
7+
"license": "GPL-2.0+",
8+
"authors": [
9+
{
10+
"name": "Gary Jones",
11+
"homepage": "https://gamajo.com",
12+
"role": "Developer"
13+
}
14+
],
15+
"support": {
16+
"issues": "https://github.com/GaryJones/genesis-js-no-js/issues",
17+
"source": "https://github.com/GaryJones/genesis-js-no-js"
18+
},
19+
"require": {
20+
"composer/installers": "~1.0",
21+
},
22+
"require-dev": {
23+
"squizlabs/php_codesniffer": "^2.6",
24+
"wp-coding-standards/wpcs": ">=0.9"
25+
},
26+
"config": {
27+
"optimize-autoloader": true
28+
}
29+
}

0 commit comments

Comments
 (0)