update composer + added grumphp with phplint to /
This commit is contained in:
parent
acf043f427
commit
95c39c7395
|
@ -4,3 +4,4 @@
|
||||||
*.swp
|
*.swp
|
||||||
/lib/vendor
|
/lib/vendor
|
||||||
*.lock
|
*.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": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "xdrm-brackets",
|
"name": "xdrm-brackets",
|
||||||
|
|
Loading…
Reference in New Issue