Skip to content

Commit 3ce1c5e

Browse files
committed
Additional PHP requirements
1 parent 66c37a1 commit 3ce1c5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ A simple way to expose static assets as a read-only LDP server.
99

1010
* PHP 5.6+
1111
* [Composer](https://getcomposer.org/)
12+
* The <a href="http://php.net/manual/en/book.mbstring.php">mbstring</a> extension
13+
* The <a href="http://php.net/manual/en/book.pcre.php">pcre</a> extension
1214

1315
## Basics
1416

@@ -71,7 +73,7 @@ header in responses.
7173

7274
Generally speaking, the RDF formats should not be changed unless there is a need to
7375
support a serialization that is not included here. The RDF format (e.g. `turtle`,
74-
`jsonld`) must be an RDF serialization format supported by EasyRdf.
76+
`jsonld`) must be an RDF serialization format supported by <a href="http://www.easyrdf.org/">EasyRdf</a>.
7577

7678
prefixes:
7779
dc: "http://purl.org/dc/terms/"

0 commit comments

Comments
 (0)