Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 1, 2020
1 parent 5ceb0e4 commit d635982
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Expand Up @@ -2,7 +2,7 @@

All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [4.0.0] - 2020-MM-DD
## [4.0.0] - 2020-06-01

### Added

Expand Down Expand Up @@ -91,7 +91,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt

* This component is no longer supported on PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, and PHP 7.0

[4.0.0]: https://github.com/sebastianbergmann/diff/compare/3.1.4...master
[4.0.0]: https://github.com/sebastianbergmann/diff/compare/3.1.4...4.0.0
[3.1.4]: https://github.com/sebastianbergmann/diff/compare/3.1.3...3.1.4
[3.1.3]: https://github.com/sebastianbergmann/diff/compare/3.1.2...3.1.3
[3.1.2]: https://github.com/sebastianbergmann/diff/compare/3.1.1...3.1.2
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -17,7 +17,6 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3"
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.0/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.2/phpunit.xsd"
bootstrap="vendor/autoload.php"
executionOrder="depends,defects"
forceCoversAnnotation="true"
Expand Down

0 comments on commit d635982

Please sign in to comment.