Skip to content

Commit

Permalink
apply merge request, update dependencies and add repository test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-blom committed Nov 21, 2019
1 parent 173c356 commit b3add81
Show file tree
Hide file tree
Showing 8 changed files with 1,277 additions and 1,121 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ install:
script:
- find {src,tests} -name "*.php" -print0 | xargs -0 -n1 -P8 php -l
- composer test
- vendor/bin/infection --min-msi=80 --min-covered-msi=82
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"php": "^7.1.3",
"ext-ctype": "*",
"ext-iconv": "*",
"infection/infection": "^0.14.2",
"symfony/apache-pack": "^1.0",
"symfony/console": "4.3.*",
"symfony/dotenv": "4.3.*",
Expand All @@ -20,7 +19,8 @@
"phpstan/phpstan": "^0.11.12",
"squizlabs/php_codesniffer": "^3.4",
"symfony/maker-bundle": "^1.12",
"symfony/test-pack": "^1.0"
"symfony/test-pack": "^1.0",
"infection/infection": "^0.14.2"
},
"config": {
"preferred-install": {
Expand Down
Loading

0 comments on commit b3add81

Please sign in to comment.