Skip to content

Commit

Permalink
Add optional packages to package.xml (#4146)
Browse files Browse the repository at this point in the history
* Add optional packages to package.xml

* Fix missing sockets
  • Loading branch information
sy-records committed Apr 9, 2021
1 parent 46ea525 commit 653f2fe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2078,6 +2078,24 @@
<min>1.4.0</min>
</pearinstaller>
</required>
<optional>
<package>
<name>curl</name>
<channel>pecl.php.net</channel>
</package>
<package>
<name>mysqlnd</name>
<channel>pecl.php.net</channel>
</package>
<package>
<name>json</name>
<channel>pecl.php.net</channel>
</package>
<package>
<name>sockets</name>
<channel>pecl.php.net</channel>
</package>
</optional>
</dependencies>
<providesextension>swoole</providesextension>
<extsrcrelease>
Expand Down

0 comments on commit 653f2fe

Please sign in to comment.