Skip to content

Commit 4cd1546

Browse files
committed
build: add phpunit bin patch definitions
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 06e4160 commit 4cd1546

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

vendor-bin/phpunit/patches.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"patches": {
3+
"byjg/swagger-test": [
4+
{
5+
"description": "Fix PHP 8.4 implicit nullable signatures",
6+
"url": "../../.patches/byjg-swagger-test-php84-implicit-nullable.diff"
7+
}
8+
]
9+
}
10+
}

0 commit comments

Comments
 (0)