Skip to content

Commit

Permalink
Merge pull request #57 from clue-labs/legacy-components
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus authored Aug 7, 2021
2 parents 77ca304 + 771a763 commit ff23a0a
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions data/components.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,12 @@
[
'title' => 'HTTP',
'repository' => 'reactphp/http',
'category' => 'Protocol Components'
],
[
'title' => 'HTTPClient',
'repository' => 'reactphp/http-client',
'category' => 'Protocol Components'
'category' => 'Network Components'
],
[
'title' => 'DNS',
'repository' => 'reactphp/dns',
'category' => 'Protocol Components'
'category' => 'Network Components'
],
[
'title' => 'Cache',
Expand All @@ -61,4 +56,14 @@
'repository' => 'reactphp/promise-stream',
'category' => 'Utility Components'
],
[
'title' => 'HttpClient',
'repository' => 'reactphp/http-client',
'category' => 'Legacy Components'
],
[
'title' => 'SocketClient',
'repository' => 'reactphp/socket-client',
'category' => 'Legacy Components'
],
];

0 comments on commit ff23a0a

Please sign in to comment.