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.
1 parent aba449c commit 8725b99Copy full SHA for 8725b99
composer.json
@@ -3,7 +3,7 @@
3
"description": "This package checks if a hash or a file is registered as malware in Team Cymru database",
4
"type": "library",
5
"license": "MIT",
6
- "version": "1.0.4",
+ "version": "1.0.5",
7
"minimum-stability": "stable",
8
"prefer-stable": true,
9
"authors": [
tests/Unit/MalwareCheckerTest.php
@@ -16,7 +16,7 @@ public function setUp()
16
{
17
parent::setUp();
18
$this->safeHash = 'ebbd225e6fd4eaa7189423a4b17065b3';
19
- $this->infectedHash = 'ff18f8db4f08718ee44fa1a389c0b5d7';
+ $this->infectedHash = '1d14f32d905e79aefca1b4ebc7762f5a';
20
}
21
22
/**
0 commit comments