-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthias Pfefferle
committed
Feb 17, 2017
1 parent
f261ab2
commit 14ece81
Showing
5 changed files
with
222 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# composer | ||
A composer version of the IndieWeb WordPress plugin | ||
|
||
A composer version of the [IndieWeb WordPress](https://github.com/indieweb/wordpress-indieweb) plugin. | ||
|
||
This is an experimental repo, to test if composer might be a simple altenative package/dependency manager for the IndieWordPress community. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "indiewordpress/composer", | ||
"description": "Composer version of the *IndieWeb for WordPress* plugin!", | ||
"description": "Composer version of the 'IndieWeb for WordPress' plugin!", | ||
"type": "wordpress-plugin", | ||
"extra": { | ||
"installer-name": "indieweb-composer" | ||
}, | ||
"require": { | ||
"pfefferle/wordpress-webmention": "*", | ||
"pfefferle/wordpress-webmention-for-comments": "*", | ||
"pfefferle/wordpress-semantic-linkbacks": "*", | ||
"composer/installers": "~1.0" | ||
"pfefferle/wordpress-semantic-linkbacks": "*" | ||
}, | ||
"license": "MIT" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.