Skip to content

Commit 493041a

Browse files
authored
Added mention to the minimum php version
I fell into this trap as there was no php version presumed 7.0 was or would be OK. Luckily my dev server caught the error. So thought best to have it visually available for future users as its a good little package.
1 parent 5de1336 commit 493041a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This package lets you generate entity relation diagrams by inspecting the relati
99
It is highly customizable.
1010
Behind the scenes, it uses [GraphViz](https://www.graphviz.org) to generate the graph.
1111

12+
## Prerequisites
13+
14+
The minimum required PHP version is 7.1.0.
15+
1216
## Requirements
1317

1418
This package requires the `graphviz` tool.

0 commit comments

Comments
 (0)