Skip to content

Commit 627ea76

Browse files
committed
drop support of Deployer v2, v3, v4, v5
1 parent c519a35 commit 627ea76

File tree

3 files changed

+11
-76
lines changed

3 files changed

+11
-76
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 Deployer v2, v3, v4, v5 and upgrade support to latest version 7.5.12
3+
time: 2025-04-13T06:17:10.185150035Z

docs/appendix/tools.md

Lines changed: 2 additions & 6 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: 51 | 27 | 28 | 27 | 29 | 34 |
12+
| | Total available: 47 | 24 | 24 | 24 | 26 | 30 |
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; |
@@ -18,12 +18,8 @@
1818
| cachetool 8 | [CLI application and library to manage apc and opcache (8.x version)](https://github.com/gordalina/cachetool) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
1919
| cachetool 9 | [CLI application and library to manage apc and opcache (9.x version)](https://github.com/gordalina/cachetool) | &#x274C; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
2020
| composer | [Dependency Manager for PHP (2.x version)](https://github.com/composer/composer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
21-
| deployer 2 | [A deployment tool for PHP (2.x versions)](https://github.com/deployphp/deployer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
22-
| deployer 3 | [A deployment tool for PHP (3.x versions)](https://github.com/deployphp/deployer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
23-
| deployer 4 | [A deployment tool for PHP (4.x versions)](https://github.com/deployphp/deployer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
24-
| deployer 5 | [A deployment tool for PHP (5.x versions)](https://github.com/deployphp/deployer) | &#x274C; | &#x274C; | &#x274C; | &#x2705; | &#x2705; |
2521
| deployer 6 | [A deployment tool for PHP (6.x versions)](https://github.com/deployphp/deployer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
26-
| deployer 7 | [A deployment tool for PHP (7.x versions)](https://github.com/deployphp/deployer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
22+
| deployer 7 | [A deployment tool for PHP (7.x versions)](https://github.com/deployphp/deployer) | &#x274C; | &#x274C; | &#x2705; | &#x2705; | &#x2705; |
2723
| graphviz | [Graph Visualization Tools](https://graphviz.org/) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
2824
| htop | [Interactive process viewer](https://github.com/htop-dev/htop) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
2925
| HTTP Prompt | [An interactive command-line HTTP and API testing client built on top of HTTPie](https://github.com/httpie/http-prompt) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |

resources/tools/deployer.json

Lines changed: 6 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"website": "https://github.com/deployphp/deployer",
77
"command": {
88
"phar-download": {
9-
"phar": "https://deployer.org/releases/v7.5.5/deployer.phar",
9+
"phar": "https://deployer.org/releases/v7.5.12/deployer.phar",
1010
"bin": "%target-dir%/dep"
1111
}
1212
},
@@ -16,7 +16,11 @@
1616
"exclude-php:5.6",
1717
"exclude-php:7.0",
1818
"exclude-php:7.1",
19-
"exclude-php:7.2"
19+
"exclude-php:7.2",
20+
"exclude-php:7.3",
21+
"exclude-php:7.4",
22+
"exclude-php:8.0",
23+
"exclude-php:8.1"
2024
]
2125
},
2226
{
@@ -36,74 +40,6 @@
3640
"exclude-php:7.0",
3741
"exclude-php:7.1"
3842
]
39-
},
40-
{
41-
"name": "deployer 5",
42-
"summary": "A deployment tool for PHP (5.x versions)",
43-
"website": "https://github.com/deployphp/deployer",
44-
"command": {
45-
"phar-download": {
46-
"phar": "https://deployer.org/releases/v5.1.3/deployer.phar",
47-
"bin": "%target-dir%/dep"
48-
}
49-
},
50-
"priority": 55,
51-
"tags": [
52-
"deployer-5",
53-
"exclude-php:5.6",
54-
"exclude-php:7.1",
55-
"exclude-php:7.2",
56-
"exclude-php:7.3",
57-
"exclude-php:7.4",
58-
"exclude-php:8.0",
59-
"exclude-php:8.1",
60-
"exclude-php:8.2"
61-
]
62-
},
63-
{
64-
"name": "deployer 4",
65-
"summary": "A deployment tool for PHP (4.x versions)",
66-
"website": "https://github.com/deployphp/deployer",
67-
"command": {
68-
"phar-download": {
69-
"phar": "https://deployer.org/releases/v4.3.4/deployer.phar",
70-
"bin": "%target-dir%/dep"
71-
}
72-
},
73-
"priority": 54,
74-
"tags": [
75-
"deployer-4"
76-
]
77-
},
78-
{
79-
"name": "deployer 3",
80-
"summary": "A deployment tool for PHP (3.x versions)",
81-
"website": "https://github.com/deployphp/deployer",
82-
"command": {
83-
"phar-download": {
84-
"phar": "https://deployer.org/releases/v3.3.0/deployer.phar",
85-
"bin": "%target-dir%/dep"
86-
}
87-
},
88-
"priority": 53,
89-
"tags": [
90-
"deployer-3"
91-
]
92-
},
93-
{
94-
"name": "deployer 2",
95-
"summary": "A deployment tool for PHP (2.x versions)",
96-
"website": "https://github.com/deployphp/deployer",
97-
"command": {
98-
"phar-download": {
99-
"phar": "https://deployer.org/releases/v2.0.5/deployer.phar",
100-
"bin": "%target-dir%/dep"
101-
}
102-
},
103-
"priority": 52,
104-
"tags": [
105-
"deployer-2"
106-
]
10743
}
10844
]
10945
}

0 commit comments

Comments
 (0)