Skip to content

Commit 2c99952

Browse files
author
Greg Bowler
authored
Cli improvements (#144)
* feature: standardise namespace for #143 * feature: fix description closes #143
1 parent dcd856b commit 2c99952

File tree

3 files changed

+235
-75
lines changed

3 files changed

+235
-75
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313

1414
"require-dev": {
15-
"phpunit/phpunit": "9.*",
16-
"phpstan/phpstan": ">=0.12.64"
15+
"phpunit/phpunit": "^9.5",
16+
"phpstan/phpstan": "^0.12"
1717
},
1818

1919
"autoload": {
@@ -30,7 +30,7 @@
3030
"bin": [
3131
"bin/build"
3232
],
33-
33+
3434
"funding": [
3535
{
3636
"type": "github",

0 commit comments

Comments
 (0)