Skip to content

Commit e1367a4

Browse files
Prepare release
1 parent 6e82545 commit e1367a4

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
@@ -67,7 +67,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
6767

6868
* Removed support for PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, PHP 7.0, PHP 7.1, and PHP 7.2
6969

70-
[5.0.0]: https://github.com/sebastianbergmann/php-text-template/compare/4.0...main
70+
[5.0.0]: https://github.com/sebastianbergmann/php-text-template/compare/4.0...5.0.0
7171
[4.0.1]: https://github.com/sebastianbergmann/php-text-template/compare/4.0.0...4.0.1
7272
[4.0.0]: https://github.com/sebastianbergmann/php-text-template/compare/3.0...4.0.0
7373
[3.0.1]: https://github.com/sebastianbergmann/php-text-template/compare/3.0.0...3.0.1

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@
2525
"optimize-autoloader": true,
2626
"sort-packages": true
2727
},
28-
"minimum-stability": "dev",
2928
"prefer-stable": true,
3029
"require": {
3130
"php": ">=8.3"
3231
},
3332
"require-dev": {
34-
"phpunit/phpunit": "^12.0-dev"
33+
"phpunit/phpunit": "^12.0"
3534
},
3635
"autoload": {
3736
"classmap": [

0 commit comments

Comments
 (0)