Skip to content

Commit 38b64b2

Browse files
committed
update PHP Backup Utility tags list (PHP versions supported)
1 parent b866152 commit 38b64b2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/appendix/tools.md

Lines changed: 1 addition & 1 deletion
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 | 31 | 36 |
12+
| | Total available: 51 | 27 | 28 | 27 | 30 | 35 |
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; |

resources/tools/phpbu.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"phpbu-6",
1515
"exclude-php:5.6",
1616
"exclude-php:7.0",
17-
"exclude-php:7.1"
17+
"exclude-php:7.1",
18+
"exclude-php:7.2",
19+
"exclude-php:7.3",
20+
"exclude-php:7.4"
1821
]
1922
}
2023
]

0 commit comments

Comments
 (0)