clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

Which version of graphviz must we support #28

Closed clemens-tolboom closed 10 years ago

clemens-tolboom commented 10 years ago

We use graphviz features availble from september 2011

debian: centos:

clemens-tolboom commented 10 years ago

cf. Our own api server running Debian PHP/5.4.4-14+deb7u8 $ dot -V dot - graphviz version 2.26.3 (20100126.1600)

Mac OSX homebrew $ dot -V dot - graphviz version 2.36.0 (20140111.2315)

MartijnBraam commented 10 years ago

Minimal required graphviz version is 2.28 Debian squeeze/wheezy/sid: 2.26 Ubuntu 12.04: 2.26 Ubuntu 14.04: 2.36 Centos 6: 2.26 Archlinux: 2.36

It might be necessary to create an 2.26 compatability flag.