Skip to content

Commit f6fbeb3

Browse files
committed
drop support of pip v2
1 parent 9e8316a commit f6fbeb3

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
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 pip v2
3+
time: 2025-04-13T06:00:57.272915771Z

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: 53 | 28 | 29 | 29 | 33 | 38 |
12+
| | Total available: 52 | 27 | 28 | 28 | 32 | 37 |
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; |
@@ -55,7 +55,6 @@
5555
| phpunit 8 | [The PHP Unit Testing framework (8.x version)](https://github.com/sebastianbergmann/phpunit) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
5656
| phpunit 9 | [The PHP Unit Testing framework (9.x version)](https://github.com/sebastianbergmann/phpunit) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
5757
| pickle | [PHP Extension installer](https://github.com/FriendsOfPHP/pickle) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
58-
| pip v2 | [The Python package installer (2.x version)](https://github.com/pypa/pip) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
5958
| pip v3 | [The Python package installer (3.x version)](https://github.com/pypa/pip) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
6059
| psalm 5 | [Finds errors in PHP applications (5.x version)](https://github.com/vimeo/psalm) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x274C; |
6160
| psalm 6 | [Finds errors in PHP applications (6.x version)](https://github.com/vimeo/psalm) | &#x274C; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |

resources/tools/pip.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@
1212
},
1313
"priority": 110,
1414
"tags": ["python3-pip"]
15-
},
16-
{
17-
"name": "pip v2",
18-
"summary": "The Python package installer (2.x version)",
19-
"website": "https://github.com/pypa/pip",
20-
"command": {
21-
"shell": {
22-
"cmd": "python-pip python-wheel",
23-
"package_manager": "apt"
24-
}
25-
},
26-
"priority": 100,
27-
"tags": ["python2-pip"]
2815
}
2916
]
3017
}

0 commit comments

Comments
 (0)