Skip to content

Commit

Permalink
Merge pull request #10 from unreal4u/issue/9-allow-big-incoming-messages
Browse files Browse the repository at this point in the history
Issue/9 allow big incoming messages
  • Loading branch information
unreal4u authored Apr 30, 2019
2 parents 569d13f + d97dfb6 commit 84f4c49
Show file tree
Hide file tree
Showing 20 changed files with 1,335 additions and 340 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'

before_script:
- composer update -o
Expand Down
3 changes: 3 additions & 0 deletions bin/run-php-stan.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

vagrant ssh -- -t 'cd /vagrant; php vendor/bin/phpstan analyze --level 1 -- src/'
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
},
"require-dev": {
"monolog/monolog": "~1.17",
"phpunit/phpunit": "@stable",
"phpunit/phpunit": "^6.0",
"phpmd/phpmd": "@stable",
"phpdocumentor/phpdocumentor": "2.*",
"squizlabs/php_codesniffer": "^3.0"
"squizlabs/php_codesniffer": "^3.0",
"phpstan/phpstan": "^0.8"
}
}
Loading

0 comments on commit 84f4c49

Please sign in to comment.