update composer + added grumphp with phplint to /
This commit is contained in:
parent
e589892985
commit
496f84faf7
|
@ -4,3 +4,4 @@
|
|||
*.swp
|
||||
/lib/vendor
|
||||
*.lock
|
||||
/vendor/
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
parameters:
|
||||
git_dir: .
|
||||
bin_dir: vendor/bin
|
||||
tasks:
|
||||
phplint: ~
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "logauth/lib",
|
||||
"name": "xdrm-brackets/logauth-smmp",
|
||||
"description": "LogAuth lib",
|
||||
"authors": [
|
||||
{
|
||||
"name": "xdrm-brackets",
|
||||
|
|
Loading…
Reference in New Issue