You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: index.html
+9-1
Original file line number
Diff line number
Diff line change
@@ -317,12 +317,20 @@ <h2 id="what-do-i-need">Awesome! What do I need?</h2>
317
317
<li><em>PHP 7.1 or higher <sup>*</sup></em> — The code you're actually writing can be anything ranging from PHP 5.2 up to (and including) PHP 7.1.</li>
318
318
<li><em>php-sqlite and SQLite >= 3.7.11</em> — Required as back end for the indexing database.</li>
319
319
<li><em>php-mbstring</em> — Required as source code can contain Unicode characters in strings or comments.</li>
320
-
<li><em>php-curl</em> — Not directly used, but required for installation in Atom.</li>
321
320
<li><em>openssl</em> — Required to fetch dependencies properly via Composer.</li>
322
321
<li><em><ahref="https://github.com/danielbrodin/atom-project-manager">atom-project-manager</a></em> — Fire up your active project and go to <em>Packages → PHP Integrator → Set Up Current Project</em> (or use the command palette).</li>
323
322
<li><em>Proper docblocks and type hinting</em> - See <ahref="https://gitlab.com/php-integrator/core/wikis">our wiki</a> for more information.</li>
324
323
</ul>
325
324
325
+
<p>
326
+
The following modules aren't directly used, but they may be required for installation in Atom via Composer or by dependencies:
327
+
</p>
328
+
329
+
<ul>
330
+
<li><em>php-curl</em></li>
331
+
<li><em>php-xml</em></li>
332
+
</ul>
333
+
326
334
<pclass="small-text">
327
335
<sup>*</sup> Still running PHP 5.6 or PHP 7.0? Look for the Atom packages suffixed with the text
328
336
-legacy-php56, such as <ahref="https://github.com/php-integrator/atom-base-legacy-php56">php-integrator-base-legacy-php56</a>.
0 commit comments