We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd0d73e + 87d0e4a commit 608fe6aCopy full SHA for 608fe6a
2 files changed
REUSE.toml
@@ -59,6 +59,7 @@ path = [
59
"tests/psalm-baseline.xml",
60
"tsconfig.json",
61
"vendor-bin/**/patches.json",
62
+ "vendor-bin/**/patches.lock.json",
63
"vendor-bin/**/composer.json",
64
"vendor-bin/**/composer.lock"
65
]
vendor-bin/phpunit/patches.lock.json
@@ -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