Skip to content

Commit f4cd735

Browse files
Bump
1 parent ad74c88 commit f4cd735

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
"sort-packages": true
2222
},
2323
"prefer-stable": true,
24+
"minimum-stability": "dev",
2425
"require": {
2526
"php": ">=7.3",
2627
"phpunit/phpunit": "^9.3",
27-
"phpunit/php-code-coverage": "^9.1.11",
28+
"phpunit/php-code-coverage": "^9.2",
2829
"phpunit/php-file-iterator": "^3.0",
2930
"sebastian/cli-parser": "^1.0",
3031
"sebastian/diff": "^4.0",
@@ -40,7 +41,7 @@
4041
],
4142
"extra": {
4243
"branch-alias": {
43-
"dev-master": "8.1-dev"
44+
"dev-master": "8.2-dev"
4445
}
4546
}
4647
}

src/cli/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
final class Application
1717
{
18-
private const VERSION = '8.1.2';
18+
private const VERSION = '8.2';
1919

2020
public function run(array $argv): int
2121
{

0 commit comments

Comments
 (0)