We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad74c88 commit f4cd735Copy full SHA for f4cd735
composer.json
@@ -21,10 +21,11 @@
21
"sort-packages": true
22
},
23
"prefer-stable": true,
24
+ "minimum-stability": "dev",
25
"require": {
26
"php": ">=7.3",
27
"phpunit/phpunit": "^9.3",
- "phpunit/php-code-coverage": "^9.1.11",
28
+ "phpunit/php-code-coverage": "^9.2",
29
"phpunit/php-file-iterator": "^3.0",
30
"sebastian/cli-parser": "^1.0",
31
"sebastian/diff": "^4.0",
@@ -40,7 +41,7 @@
40
41
],
42
"extra": {
43
"branch-alias": {
- "dev-master": "8.1-dev"
44
+ "dev-master": "8.2-dev"
45
}
46
47
src/cli/Application.php
@@ -15,7 +15,7 @@
15
16
final class Application
17
{
18
- private const VERSION = '8.1.2';
+ private const VERSION = '8.2';
19
20
public function run(array $argv): int
0 commit comments