Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 7, 2025
1 parent e8a6316 commit 12b54e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt

* This component is no longer supported on PHP 7.1 and PHP 7.2

[6.0.0]: https://github.com/sebastianbergmann/php-invoker/compare/5.0...main
[6.0.0]: https://github.com/sebastianbergmann/php-invoker/compare/5.0...6.0.0
[5.0.1]: https://github.com/sebastianbergmann/php-invoker/compare/5.0.1...5.0.1
[5.0.0]: https://github.com/sebastianbergmann/php-invoker/compare/4.0...5.0.0
[4.0.0]: https://github.com/sebastianbergmann/php-invoker/compare/3.1.1...4.0.0
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"security": "https://github.com/sebastianbergmann/php-invoker/security/policy"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform": {
Expand All @@ -32,7 +31,7 @@
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^12.0-dev"
"phpunit/phpunit": "^12.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 12b54e6

Please sign in to comment.