Skip to content

Commit b866152

Browse files
committed
drop support of PHP Magic Number Detector v2
1 parent f6fbeb3 commit b866152

File tree

3 files changed

+5
-24
lines changed

3 files changed

+5
-24
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Removed
2+
body: drop support of PHP Magic Number Detector v2
3+
time: 2025-04-13T06:04:16.682999505Z

docs/appendix/tools.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- MARKDOWN-TABLE:START -->
1010
| Name | Description | <sup>PHP 8.0</sup> | <sup>PHP 8.1</sup> | <sup>PHP 8.2</sup> | <sup>PHP 8.3</sup> | <sup>PHP 8.4</sup> |
1111
| :--- | :---------- | :------ | :------ | :------ | :------ | :------ |
12-
| | Total available: 52 | 27 | 28 | 28 | 32 | 37 |
12+
| | Total available: 51 | 27 | 28 | 27 | 31 | 36 |
1313
| asciinema | [Terminal session recorder](https://github.com/asciinema/asciinema) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
1414
| box v4 | [Fast, zero config application bundler with PHARs](https://github.com/box-project/box) | &#x274C; | &#x274C; | &#x2705; | &#x2705; | &#x274C; |
1515
| box-manifest v4 | [Create a manifest to a PHP Archive (PHAR) for the BOX project](https://github.com/llaville/box-manifest) | &#x274C; | &#x274C; | &#x2705; | &#x2705; | &#x2705; |
@@ -46,7 +46,6 @@
4646
| phpdoc 3.3 | [Documentation Generator for PHP 7](https://github.com/phpdocumentor/phpdocumentor) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
4747
| phpdoc 3.7 | [Documentation Generator for PHP 8](https://github.com/phpdocumentor/phpdocumentor) | &#x274C; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
4848
| phplint v9.5 | [Checks PHP file syntax (9.5.x version)](https://github.com/overtrue/phplint) | &#x274C; | &#x274C; | &#x2705; | &#x2705; | &#x2705; |
49-
| phpmnd v2 | [PHP Magic Number Detector (2.x version)](https://github.com/povils/phpmnd) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
5049
| phpmnd v3 | [PHP Magic Number Detector (3.x version)](https://github.com/povils/phpmnd) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
5150
| phpstan | [PHP Static Analysis Tool](https://github.com/phpstan/phpstan) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
5251
| phpunit 10 | [The PHP Unit Testing framework (10.x version)](https://github.com/sebastianbergmann/phpunit) | &#x274C; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |

resources/tools/phpmnd.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"git-install": {
99
"repository": "https://github.com/povils/phpmnd.git",
1010
"target-dir": "/usr/local/src/phpmnd",
11-
"version": "v3.5.0"
11+
"version": "v3.6.0"
1212
},
1313
"composer-install": {},
1414
"shell": {
@@ -23,27 +23,6 @@
2323
"exclude-php:7.2",
2424
"exclude-php:7.3"
2525
]
26-
},
27-
{
28-
"name": "phpmnd v2",
29-
"summary": "PHP Magic Number Detector (2.x version)",
30-
"website": "https://github.com/povils/phpmnd",
31-
"command": {
32-
"git-install": {
33-
"repository": "https://github.com/povils/phpmnd.git",
34-
"target-dir": "/usr/local/src/phpmnd",
35-
"version": "v2.5.0"
36-
},
37-
"composer-install": {},
38-
"shell": {
39-
"cmd": "ln -sf /usr/local/src/phpmnd/bin/phpmnd %target-dir%/phpmnd"
40-
}
41-
},
42-
"tags": [
43-
"phpmnd-2",
44-
"exclude-php:5.6",
45-
"exclude-php:7.0"
46-
]
4726
}
4827
]
4928
}

0 commit comments

Comments
 (0)