Skip to content

Commit

Permalink
Merge pull request #363 from lcobucci/dependabot/composer/phpunit/php…
Browse files Browse the repository at this point in the history
…unit-tw-9.3

Update phpunit/phpunit requirement from ^9.2 to ^9.3
  • Loading branch information
lcobucci authored Aug 27, 2020
2 parents e84137c + e1e8c45 commit d964f80
Show file tree
Hide file tree
Showing 35 changed files with 5,593 additions and 493 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
/*.dist export-ignore
/mkdocs.yml export-ignore
/phpbench.json export-ignore
/composer.lock export-ignore
/README.md export-ignore
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
vendor
phpunit.xml
composer.lock
infection.txt
coverage
phpcs.xml
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/php-code-coverage": "9.1.4",
"phpunit/php-invoker": "^3.0",
"phpunit/phpunit": "^9.2",
"phpunit/phpunit": "9.3.7",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
Expand Down
Loading

0 comments on commit d964f80

Please sign in to comment.