Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: phpDocumentor/GraphViz

Tags

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #94 from phpDocumentor/code_style

Fix code style issues

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #90 from phpDocumentor/php8-support

Php8 support

2.0.0-beta2

Toggle 2.0.0-beta2's commit message
Bump phpunit/phpunit from 7.5.14 to 7.5.18

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.14 to 7.5.18.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.18/ChangeLog-7.5.md)
- [Commits](sebastianbergmann/phpunit@7.5.14...7.5.18)

Signed-off-by: dependabot-preview[bot] <[email protected]>

2.0.0-beta1

Toggle 2.0.0-beta1's commit message
add description

2.0.0-alpha1

Toggle 2.0.0-alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from ashnazg/php7

update copyright, license blurb, and remove php version from docblocks;

1.0.4

Toggle 1.0.4's commit message
Merge pull request #15 from stereomon/add-strict

Allow strict graphs, add missing test for setPath, add missing doc block

1.0.3

Toggle 1.0.3's commit message
Merge pull request #10 from dereuromark/master

Allow path to be set for dot command line tool.

1.0.2

Toggle 1.0.2's commit message
Merge pull request #8 from BigMichi1/patch-1

broken labels that begin with a slash

1.0.1

Toggle 1.0.1's commit message
A label called '\' would break GraphViz

Graphiz cannot deal with slashes without escaping them. This fix will
add escaping when the string contains a '\'.

1.0.0

Toggle 1.0.0's commit message
Merge pull request #7 from tommygnr/build-config

Update build config and dependencies