Skip to content

Commit f258ce3

Browse files
Prepare release
1 parent 2ab790e commit f258ce3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
145145

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

148-
[8.0.0]: https://github.com/sebastianbergmann/php-timer/compare/7.0...main
148+
[8.0.0]: https://github.com/sebastianbergmann/php-timer/compare/7.0...8.0.0
149149
[7.0.1]: https://github.com/sebastianbergmann/php-timer/compare/7.0.0...7.0.1
150150
[7.0.0]: https://github.com/sebastianbergmann/php-timer/compare/6.0...7.0.0
151151
[6.0.0]: https://github.com/sebastianbergmann/php-timer/compare/5.0.3...6.0.0

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@
1818
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
1919
"security": "https://github.com/sebastianbergmann/php-timer/security/policy"
2020
},
21-
"minimum-stability": "dev",
2221
"prefer-stable": true,
2322
"require": {
2423
"php": ">=8.3"
2524
},
2625
"require-dev": {
27-
"phpunit/phpunit": "^12.0-dev"
26+
"phpunit/phpunit": "^12.0"
2827
},
2928
"config": {
3029
"platform": {

0 commit comments

Comments
 (0)