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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,7 @@ <h2 id="what-do-i-need">Awesome! What do I need?</h2>
320
320
<ul>
321
321
<li><em>PHP 5.6 or higher</em> — The code you're actually writing can be anything ranging from PHP 5.2 up to (and including) PHP 7.1.</li>
322
322
<li><em>php-sqlite and SQLite >= 3.7.11</em> — Required as back end for the indexing database.</li>
323
+
<li><em>php-mbstring</em> — Required as source code can contain Unicode characters in strings or comments.</li>
323
324
<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>
324
325
<li><em>Proper docblocks and type hinting</em> - See <ahref="https://github.com/php-integrator/core/wiki">our wiki</a> for more information.</li>
0 commit comments