update composer + added grumphp with phplint to /

This commit is contained in:
xdrm-brackets 2017-05-12 17:15:05 +02:00
parent acf043f427
commit 95c39c7395
4 changed files with 23 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
*.swp
/lib/vendor
*.lock
/vendor/

15
composer.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "xdrm-brackets/logauth-smmp",
"description": "LogAuth SMMP",
"authors": [
{
"name": "xdrm-brackets",
"email": "doowap31@gmail.com"
}
],
"require": {},
"require-dev": {
"phpro/grumphp": "^0.11.5",
"jakub-onderka/php-parallel-lint": "^0.9.2"
}
}

5
grumphp.yml Normal file
View File

@ -0,0 +1,5 @@
parameters:
git_dir: .
bin_dir: vendor/bin
tasks:
phplint: ~

View File

@ -1,5 +1,6 @@
{
"name": "logauth/lib",
"name": "xdrm-brackets/logauth-smmp",
"description": "LogAuth lib",
"authors": [
{
"name": "xdrm-brackets",