Skip to content

Commit dcc80ec

Browse files
committed
Pin PHPUnit
1 parent 882dc09 commit dcc80ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"phan/phan": "^6.0.0",
3636
"phpstan/phpstan": "^2.0",
3737
"phpstan/phpstan-strict-rules": "^2.0",
38-
"phpunit/phpunit": "^9.6.15",
38+
"phpunit/phpunit": "> 9.6.15 < 9.6.33",
3939
"psalm/plugin-phpunit": "^0.19",
4040
"sabre/event": ">= 5.1.6",
4141
"symfony/filesystem": ">= 5.4.45",
@@ -47,6 +47,9 @@
4747
"cweagans/composer-patches": true,
4848
"dealerdirect/phpcodesniffer-composer-installer": true,
4949
"ergebnis/composer-normalize": true
50+
},
51+
"audit": {
52+
"block-insecure": false
5053
}
5154
}
5255
}

0 commit comments

Comments
 (0)