Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
added composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jan 30, 2018
1 parent 398df80 commit 4f9d179
Show file tree
Hide file tree
Showing 3 changed files with 1,497 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.svn
node_modules
vendor
package-lock.json
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "pfefferle/wordpress-salmon",
"description": "A Salmon plugin for WordPress http://wordpress.org/plugins/salmon/",
"require": {
"php": ">=5.6.0",
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"license": "MIT",
"authors": [
{
"name": "Matthias Pfefferle",
"homepage": "https://notiz.blog"
}
],
"extra": {
"installer-name": "salmon"
},
"require-dev": {
"phpunit/phpunit": "5.5.*"
},
"scripts": {
"test": [
"composer install",
"bin/install-wp-tests.sh wordpress wordpress wordpress",
"vendor/bin/phpunit"
]
}
}
Loading

0 comments on commit 4f9d179

Please sign in to comment.