Skip to content

Commit

Permalink
create composer json file
Browse files Browse the repository at this point in the history
  • Loading branch information
asadowski10 authored Dec 8, 2016
1 parent 52f3764 commit 9d76d80
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "bea/bea-redirection",
"desciption": "A very simple WordPress theme for make a redirection to an another URL. Useful for WordPress multisite, when the first site is not used !",
"type": "wordpress-theme",
"homepage": "https://github.com/BeAPI/bea-redirection",
"authors": [
{
"name": "BeAPI",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4"
}
}

0 comments on commit 9d76d80

Please sign in to comment.