Commit 6f70e3e
committed
- Removed test files to prevent triggering AV solutions installed. Instead, use the test class itself to perform the test. This won't test, if ClamAV works properly, but that's nothing this test should cover anyway. Furthermore, the test tried to scan files located in
- Applied PSR-12 related changes
- Set minimum PHP version to 8.0
- Updated travis to test against PHP 8.0 & 8.1, removed PHP 7.1 - 7.4
- Added new method fileScanInStream (resolves #21)
- Updated composer.lock/home. I'm somewhat confident, that this fails most of the time (resolves #23)1 parent 8ecc74f commit 6f70e3e
File tree
12 files changed
+1930
-99
lines changed- src/ClamAV
- tests
- ClamAV
- data
12 files changed
+1930
-99
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
0 commit comments