Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 7f0a05e

Browse files
committed
Added composer support
1 parent 0e84d4a commit 7f0a05e

File tree

3 files changed

+148
-0
lines changed

3 files changed

+148
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
vendor

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "pfefferle/wordpress-semantic-linkbacks",
3+
"description": "Semantic Linkbacks for WebMentions, Trackbacks and Pingbacks",
4+
"type": "wordpress-plugin",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Matthias Pfefferle",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"extra": {
13+
"installer-name": "semantic-linkbacks"
14+
},
15+
"require": {
16+
"php": ">=5.3.0",
17+
"composer/installers": "~1.0"
18+
}
19+
}

composer.lock

Lines changed: 128 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)