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

Commit c45979b

Browse files
committed
Add note about PHP 5.6 and PHP 7.0 and legacy packages
1 parent 9f3224c commit c45979b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,20 @@ <h2 id="what-do-i-need">Awesome! What do I need?</h2>
314314
</p>
315315

316316
<ul>
317-
<li><em>PHP 7.1 or higher</em> &mdash; The code you're actually writing can be anything ranging from PHP 5.2 up to (and including) PHP 7.1.</li>
317+
<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>
320320
<li><em>openssl</em> &mdash; Required to fetch dependencies properly via Composer.</li>
321321
<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>
322322
<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>
323323
</ul>
324324

325+
<p class="small-text">
326+
<sup>*</sup> Still running PHP 5.6 or PHP 7.0? Look for the Atom packages suffixed with the text
327+
-legacy-php56, such as <a href="https://github.com/php-integrator/atom-base-legacy-php56">php-integrator-base-legacy-php56</a>.
328+
These are now unmaintained, but may provide a stopgap until you are able to update.
329+
</p>
330+
325331
<h2 id="what-is-it-really">Wait, now I'm confused, what is it really?</h2>
326332
<p>
327333
At the moment, PHP Integrator itself consists of a set of Atom packages written in CoffeeScript, backed by

0 commit comments

Comments
 (0)