Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Fix: Drop support for phpunit/phpunit:^6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 22, 2019
1 parent 66e5ff6 commit 557fd94
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 113 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ For a full diff see [`0.7.0...master`](https://github.com/localheinz/php-library

* Dropped support for PHP 7.1 ([#118](https://github.com/localheinz/test-util/pull/118)), by [@localheinz](https://github.com/localheinz)
* Methods in `Helper` trait are now `static` ([#119](https://github.com/localheinz/test-util/pull/119)), by [@localheinz](https://github.com/localheinz)
* Dropped support for `phpunit/phpunit:^6.0.0` ([#120](https://github.com/localheinz/test-util/pull/120)), by [@localheinz](https://github.com/localheinz)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"phpstan/phpstan": "~0.10.5",
"phpstan/phpstan-phpunit": "~0.10.0",
"phpstan/phpstan-strict-rules": "~0.10.1",
"phpunit/phpunit": "^6.0.0 || ^7.0.0"
"phpunit/phpunit": "^7.0.0"
},
"config": {
"preferred-install": "dist",
Expand Down
Loading

0 comments on commit 557fd94

Please sign in to comment.