Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit d08404a

Browse files
authored
Merge pull request #57 from phpdocker-io/dependency-updates
Dependency updates
2 parents 638bb56 + 4023a55 commit d08404a

File tree

5 files changed

+261
-224
lines changed

5 files changed

+261
-224
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ prep-ci:
77
$(PHP_RUN) composer -o install
88

99
static-analysis:
10-
$(PHP_RUN) vendor/bin/phpstan --ansi -v analyse -l 8 src
10+
$(PHP_RUN) vendor/bin/phpstan --ansi -v analyse -l 9 src
1111

1212
unit-tests:
1313
$(PHP_RUN) vendor/bin/phpunit --testdox --colors=always

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.0",
19-
"infection/infection": "^0.24.0",
19+
"infection/infection": "^0.25.0",
2020
"symfony/var-dumper": "^5.0",
21-
"phpstan/phpstan": "^0.12.0"
21+
"phpstan/phpstan": "^1.0"
2222
}
2323
}

0 commit comments

Comments
 (0)