Add some packages to ease development
parent
ba891dc096
commit
5f3a4b139a
|
@ -4,3 +4,8 @@
|
|||
|
||||
# compiled langs
|
||||
*.mo
|
||||
|
||||
# composer
|
||||
/vendor
|
||||
/composer.lock
|
||||
/wordpress
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "sandfox-im/xmpp-enabled",
|
||||
"name": "sandfoxme/xmpp-enabled",
|
||||
"description": "XMPP Enabled provides a single-function API for other plugins that use Jabber/XMPP messaging protocol",
|
||||
"keywords": ["xmpp", "jabber", "wordpress"],
|
||||
"type": "wordpress-plugin",
|
||||
|
@ -7,10 +7,14 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Anton Smirnov",
|
||||
"email": "sandfox@sandfox.im"
|
||||
"email": "sandfox@sandfox.me"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"composer/installers": "~1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"johnpbloch/wordpress": "*",
|
||||
"wpreadme2markdown/wp2md": "*"
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue