Skip to content

Commit 61f50d3

Browse files
committed
drop support of CacheTool v6, v7 and fix latest version supported of v8
1 parent 1220051 commit 61f50d3

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

docs/appendix/tools.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
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: 47 | 24 | 24 | 24 | 26 | 30 |
12+
| | Total available: 45 | 24 | 24 | 24 | 26 | 28 |
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; |
16-
| cachetool 6 | [CLI application and library to manage apc and opcache (6.x version)](https://github.com/gordalina/cachetool) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
17-
| cachetool 7 | [CLI application and library to manage apc and opcache (7.x version)](https://github.com/gordalina/cachetool) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
1816
| cachetool 8 | [CLI application and library to manage apc and opcache (8.x version)](https://github.com/gordalina/cachetool) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
1917
| cachetool 9 | [CLI application and library to manage apc and opcache (9.x version)](https://github.com/gordalina/cachetool) | &#x274C; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
2018
| composer | [Dependency Manager for PHP (2.x version)](https://github.com/composer/composer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |

resources/tools/cachetool.json

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"website": "https://github.com/gordalina/cachetool",
2727
"command": {
2828
"phar-download": {
29-
"phar": "https://github.com/gordalina/cachetool/releases/download/8.5.0/cachetool.phar",
29+
"phar": "https://github.com/gordalina/cachetool/releases/download/8.6.1/cachetool.phar",
3030
"bin": "%target-dir%/cachetool"
3131
}
3232
},
@@ -38,40 +38,6 @@
3838
"exclude-php:7.3",
3939
"exclude-php:7.4"
4040
]
41-
},
42-
{
43-
"name": "cachetool 7",
44-
"summary": "CLI application and library to manage apc and opcache (7.x version)",
45-
"website": "https://github.com/gordalina/cachetool",
46-
"command": {
47-
"phar-download": {
48-
"phar": "https://github.com/gordalina/cachetool/releases/latest/download/cachetool.phar",
49-
"bin": "%target-dir%/cachetool"
50-
}
51-
},
52-
"tags": [
53-
"exclude-php:5.6",
54-
"exclude-php:7.0",
55-
"exclude-php:7.1",
56-
"exclude-php:7.2"
57-
]
58-
},
59-
{
60-
"name": "cachetool 6",
61-
"summary": "CLI application and library to manage apc and opcache (6.x version)",
62-
"website": "https://github.com/gordalina/cachetool",
63-
"command": {
64-
"phar-download": {
65-
"phar": "https://github.com/gordalina/cachetool/releases/latest/download/cachetool.phar",
66-
"bin": "%target-dir%/cachetool"
67-
}
68-
},
69-
"tags": [
70-
"exclude-php:5.6",
71-
"exclude-php:7.0",
72-
"exclude-php:7.1",
73-
"exclude-php:7.2"
74-
]
7541
}
7642
]
7743
}

0 commit comments

Comments
 (0)