Skip to content

Commit dd3b10d

Browse files
authored
fix: align with publiccode-parser-go default config (#9)
1 parent b76e3c1 commit dd3b10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParserConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class ParserConfig
88
{
9-
private bool $disableNetwork = true;
9+
private bool $disableNetwork = false;
1010
private string $branch = '';
1111
private string $baseURL = '';
1212

0 commit comments

Comments
 (0)