Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.

Commit 48ef5b2

Browse files
committed
Add curl to dependencies
1 parent 8a58622 commit 48ef5b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: index.html

+1
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ <h2 id="what-do-i-need">Awesome! What do I need?</h2>
317317
<li><em>PHP 7.1 or higher <sup>*</sup></em> &mdash; The code you're actually writing can be anything ranging from PHP 5.2 up to (and including) PHP 7.1.</li>
318318
<li><em>php-sqlite and SQLite >= 3.7.11</em> &mdash; Required as back end for the indexing database.</li>
319319
<li><em>php-mbstring</em> &mdash; Required as source code can contain Unicode characters in strings or comments.</li>
320+
<li><em>php-curl</em> &mdash; Not directly used, but required by indirect dependencies.</li>
320321
<li><em>openssl</em> &mdash; Required to fetch dependencies properly via Composer.</li>
321322
<li><em><a href="https://github.com/danielbrodin/atom-project-manager">atom-project-manager</a></em> &mdash; Fire up your active project and go to <em>Packages &rarr; PHP Integrator &rarr; Set Up Current Project</em> (or use the command palette).</li>
322323
<li><em>Proper docblocks and type hinting</em> - See <a href="https://gitlab.com/php-integrator/core/wikis">our wiki</a> for more information.</li>

0 commit comments

Comments
 (0)