Composer, Gulp, file renames

This commit is contained in:
2017-07-18 10:56:11 +02:00
parent 014e6ec918
commit 96342567b8
7 changed files with 68 additions and 0 deletions

28
composer.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "stklcode/wp-liveticker2",
"version": "1.0.0-alpha",
"description": "A simple Liveticker for Wordpress.",
"keywords": [
"wordpress",
"plugin",
"liveticker"
],
"license": "GPL-2.0+",
"authors": [
{
"name": "Stefan Kalscheuer",
"email": "stefan@stklcode.de",
"homepage": "https://www.stklcode.de"
}
],
"type": "wordpress-plugin",
"require": {
"php": ">=5.3",
"composer/installers": "~1.0"
},
"require-dev": {
"php": ">=5.3",
"phpunit/phpunit": "*",
"wp-coding-standards/wpcs": "~0.11.0"
}
}