Skip to content

Commit

Permalink
Compatibility with PHPUnit versions + remove composer.lock
Browse files Browse the repository at this point in the history
composer.lock shouldn't be tracked for libraries
  • Loading branch information
ArthurHoaro committed Aug 10, 2019
1 parent 7142bd9 commit f6c5674
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2,113 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ workdir/*
!.gitkeep
coverage
vendor
composer.lock
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@
"php": ">=5.6",
"phpunit/php-text-template": "^1.2"
},
"config": {
"platform": {
"php": "5.6.31"
}
},
"require-dev": {
"phpunit/phpunit": "5.2.*",
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0 || ^8.0",
"php-coveralls/php-coveralls": "^2.0",
"squizlabs/php_codesniffer": "^3.2"
"squizlabs/php_codesniffer": "^3.0"
},
"conflict": {
"phpunit/php-timer": ">=2"
Expand Down
Loading

0 comments on commit f6c5674

Please sign in to comment.