Skip to content

Commit

Permalink
Merge branch '9.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 24, 2020
2 parents a612c77 + f7316ea commit 5c1a227
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog-9.3.md
Expand Up @@ -2,6 +2,10 @@

All notable changes of the PHPUnit 9.3 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [9.3.11] - 2020-09-24

* No changes; `phpunit.phar` rebuilt with updated dependencies

## [9.3.10] - 2020-09-12

### Fixed
Expand Down Expand Up @@ -239,6 +243,7 @@ If you have an XML configuration file that validates against [PHPUnit 9.2's XML
* [#4396](https://github.com/sebastianbergmann/phpunit/issues/4396): Deprecate confusing parameter options for XML assertions
* The `cacheTokens` attribute is no longer supported in XML configuration files

[9.3.11]: https://github.com/sebastianbergmann/phpunit/compare/9.3.10...9.3.11
[9.3.10]: https://github.com/sebastianbergmann/phpunit/compare/9.3.9...9.3.10
[9.3.9]: https://github.com/sebastianbergmann/phpunit/compare/9.3.8...9.3.9
[9.3.8]: https://github.com/sebastianbergmann/phpunit/compare/9.3.7...9.3.8
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -33,7 +33,7 @@
"phar-io/manifest": "^2.0.1",
"phar-io/version": "^3.0.2",
"phpspec/prophecy": "^1.11.1",
"phpunit/php-code-coverage": "^9.1.10",
"phpunit/php-code-coverage": "^9.1.11",
"phpunit/php-file-iterator": "^3.0.4",
"phpunit/php-invoker": "^3.1",
"phpunit/php-text-template": "^2.0.2",
Expand Down

0 comments on commit 5c1a227

Please sign in to comment.