Skip to content

Commit ff23a0a

Browse files
authored
Merge pull request #57 from clue-labs/legacy-components
2 parents 77ca304 + 771a763 commit ff23a0a

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

data/components.php

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,12 @@
2929
[
3030
'title' => 'HTTP',
3131
'repository' => 'reactphp/http',
32-
'category' => 'Protocol Components'
33-
],
34-
[
35-
'title' => 'HTTPClient',
36-
'repository' => 'reactphp/http-client',
37-
'category' => 'Protocol Components'
32+
'category' => 'Network Components'
3833
],
3934
[
4035
'title' => 'DNS',
4136
'repository' => 'reactphp/dns',
42-
'category' => 'Protocol Components'
37+
'category' => 'Network Components'
4338
],
4439
[
4540
'title' => 'Cache',
@@ -61,4 +56,14 @@
6156
'repository' => 'reactphp/promise-stream',
6257
'category' => 'Utility Components'
6358
],
59+
[
60+
'title' => 'HttpClient',
61+
'repository' => 'reactphp/http-client',
62+
'category' => 'Legacy Components'
63+
],
64+
[
65+
'title' => 'SocketClient',
66+
'repository' => 'reactphp/socket-client',
67+
'category' => 'Legacy Components'
68+
],
6469
];

0 commit comments

Comments
 (0)