Skip to content

Commit f99d04d

Browse files
Updated deps
1 parent e002709 commit f99d04d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vendor-bin/phpstan/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"require": {
33
"php": "^7.2.5 || ^8.0",
4-
"phpstan/phpstan": "0.12.64",
4+
"phpstan/phpstan": "0.12.69",
55
"phpstan/phpstan-deprecation-rules": "0.12.6",
6-
"phpstan/phpstan-strict-rules": "0.12.5",
6+
"phpstan/phpstan-strict-rules": "0.12.9",
77
"thecodingmachine/phpstan-strict-rules": "0.12.1",
88
"ergebnis/phpstan-rules": "0.15.3"
99
},

vendor-bin/phpunit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^7.2.5 || ^8.0",
4-
"phpunit/phpunit": "^8.5.13 || ^9.4.4"
4+
"phpunit/phpunit": "^8.5.14 || ^9.5.1"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)