Skip to content

Commit

Permalink
Merge branch 'issue-41'
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr committed Dec 18, 2019
2 parents cb076a6 + 187dfbf commit 7e8394d
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 311 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

install:
- composer install
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"php": ">=7.0"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.*",
"jakub-onderka/php-parallel-lint": "1.0.*",
"phpmd/phpmd": "2.6.*",
"phpunit/phpunit": "6.1.*",
"sebastian/phpcpd": "3.0.*",
"squizlabs/php_codesniffer": "2.8.*"
"squizlabs/php_codesniffer": "3.5.*"
},
"config": {
"preferred-install": {
Expand All @@ -43,7 +43,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "1.0.x-dev"
"dev-develop": "1.2.x-dev"
}
}
}
Loading

0 comments on commit 7e8394d

Please sign in to comment.