Skip to content

Commit 980d95f

Browse files
committed
add support to Deployer 7
1 parent fe314d1 commit 980d95f

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
88
## [Unreleased]
99

1010
<!-- MARKDOWN-RELEASE:START -->
11+
12+
### Added
13+
14+
- support to Deployer 7
15+
1116
### Changed
1217

1318
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.5.42

docs/appendix/tools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- MARKDOWN-TABLE:START -->
1010
| Name | Description | <sup>PHP 5.6</sup> | <sup>PHP 7.0</sup> | <sup>PHP 7.1</sup> | <sup>PHP 7.2</sup> | <sup>PHP 7.3</sup> | <sup>PHP 7.4</sup> | <sup>PHP 8.0</sup> | <sup>PHP 8.1</sup> | <sup>PHP 8.2</sup> |
1111
| :--- | :---------- | :------ | :------ | :------ | :------ | :------ | :------ | :------ | :------ | :------ |
12-
| | Total available: 53 | 36 | 37 | 40 | 44 | 47 | 46 | 47 | 43 | 45 |
12+
| | Total available: 54 | 36 | 37 | 40 | 44 | 48 | 47 | 48 | 44 | 46 |
1313
| asciinema | [Terminal session recorder](https://github.com/asciinema/asciinema) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
1414
| box | [Fast, zero config application bundler with PHARs](https://github.com/box-project/box) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
1515
| box-manifest | [Create a manifest to a PHP Archive (PHAR) for the BOX project](https://github.com/llaville/box-manifest) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
@@ -23,6 +23,7 @@
2323
| deployer 4 | [A deployment tool for PHP (4.x versions)](https://github.com/deployphp/deployer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
2424
| deployer 5 | [A deployment tool for PHP (5.x versions)](https://github.com/deployphp/deployer) | &#x274C; | &#x2705; | &#x274C; | &#x274C; | &#x274C; | &#x274C; | &#x274C; | &#x274C; | &#x274C; |
2525
| deployer 6 | [A deployment tool for PHP (6.x versions)](https://github.com/deployphp/deployer) | &#x274C; | &#x274C; | &#x274C; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
26+
| deployer 7 | [A deployment tool for PHP (7.x versions)](https://github.com/deployphp/deployer) | &#x274C; | &#x274C; | &#x274C; | &#x274C; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
2627
| graphviz | [Graph Visualization Tools](https://graphviz.org/) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
2728
| htop | [Interactive process viewer](https://github.com/htop-dev/htop) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
2829
| 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; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |

resources/tools/deployer.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,35 @@
11
{
22
"tools": [
3+
{
4+
"name": "deployer 7",
5+
"summary": "A deployment tool for PHP (7.x versions)",
6+
"website": "https://github.com/deployphp/deployer",
7+
"command": {
8+
"phar-download": {
9+
"phar": "https://deployer.org/releases/v7.0.2/deployer.phar",
10+
"bin": "%target-dir%/dep"
11+
}
12+
},
13+
"priority": 57,
14+
"tags": [
15+
"deployer-7",
16+
"exclude-php:5.2",
17+
"exclude-php:5.3",
18+
"exclude-php:5.4",
19+
"exclude-php:5.5",
20+
"exclude-php:5.6",
21+
"exclude-php:7.0",
22+
"exclude-php:7.1",
23+
"exclude-php:7.2"
24+
]
25+
},
326
{
427
"name": "deployer 6",
528
"summary": "A deployment tool for PHP (6.x versions)",
629
"website": "https://github.com/deployphp/deployer",
730
"command": {
831
"phar-download": {
9-
"phar": "https://deployer.org/deployer.phar",
32+
"phar": "https://deployer.org/releases/v6.9.0/deployer.phar",
1033
"bin": "%target-dir%/dep"
1134
}
1235
},

0 commit comments

Comments
 (0)