Skip to content

Commit

Permalink
Added extensions to Requirements and updated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Sep 3, 2020
1 parent a2ff5f1 commit 0b32201
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Requirements
------------

- [PHP](https://php.net) >= 7.2
- The [Multibyte String](https://www.php.net/manual/en/book.mbstring.php) extension
- The [OpenSSL](https://www.php.net/manual/en/book.openssl.php) extension

Install with Composer
---------------------
Expand Down Expand Up @@ -213,7 +215,10 @@ Additional details available in the full documentation at <https://twine.phlak.n
Multi-Byte Strings
---------

Twine aims for multi-byte string compatibility by relying on PHP's [Multibyte String extension](https://www.php.net/manual/en/book.mbstring.php) (mbstring) to perform string operations. For this reason, the mbstring extension is required. Multi-byte strings include Unicode encodings such as UTF-8 and UCS-2.
Twine aims for multi-byte string compatibility by relying on PHP's
[Multibyte String extension](https://www.php.net/manual/en/book.mbstring.php)
(mbstring) to perform string operations. For this reason, the mbstring extension
is required. Multi-byte strings include Unicode encodings such as UTF-8 and UCS-2.

Changelog
---------
Expand Down

0 comments on commit 0b32201

Please sign in to comment.