Skip to content

Commit 608fe6a

Browse files
authored
Merge pull request #7275 from LibreSign/backport/7273/stable33
[stable33] chore: version phpunit patches lock
2 parents dd0d73e + 87d0e4a commit 608fe6a

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

REUSE.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ path = [
5959
"tests/psalm-baseline.xml",
6060
"tsconfig.json",
6161
"vendor-bin/**/patches.json",
62+
"vendor-bin/**/patches.lock.json",
6263
"vendor-bin/**/composer.json",
6364
"vendor-bin/**/composer.lock"
6465
]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"_hash": "5a88407ec5158d064356441e5d800e88b384f6d6529c946100302717a2f7a83d",
3+
"patches": {
4+
"byjg/swagger-test": [
5+
{
6+
"package": "byjg/swagger-test",
7+
"description": "Fix PHP 8.4 implicit nullable signatures",
8+
"url": "../../.patches/byjg-swagger-test-php84-implicit-nullable.diff",
9+
"sha256": "d7072a13d0e7772c19bcf0f47f22f511591fff746c29c79a1b6c3503af915e2b",
10+
"depth": 1,
11+
"extra": {
12+
"provenance": "patches-file:patches.json"
13+
}
14+
}
15+
]
16+
}
17+
}

0 commit comments

Comments
 (0)