Skip to content

Commit 7affd63

Browse files
authored
Create composer.json
1 parent d7c3641 commit 7affd63

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

composer.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "soderlind/additional-javascript",
3+
"type": "wordpress-plugin",
4+
"license": "GPL-2.0-or-later",
5+
"description": "Add JavaScript using WordPress Customizer",
6+
"homepage": "https://github.com/soderlind/additional-javascript",
7+
"authors": [
8+
{
9+
"name": "Per Søderlind",
10+
"email": "per@soderlind.no",
11+
"homepage": "https://soderlind.no"
12+
}
13+
],
14+
"keywords": [
15+
"wordpress",
16+
"wp",
17+
"customizer",
18+
"control"
19+
],
20+
"support": {
21+
"issues": "https://github.com/soderlind/additional-javascript/issues"
22+
},
23+
"require": {
24+
"php": ">=5.6",
25+
"composer/installers": "~1.0"
26+
},
27+
"require-dev": {
28+
"squizlabs/php_codesniffer": "^3.3",
29+
"dealerdirect/phpcodesniffer-composer-installer": "*",
30+
"wp-coding-standards/wpcs": "*"
31+
}
32+
}

0 commit comments

Comments
 (0)