Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
mamuz committed Sep 13, 2015
1 parent bd5c8d1 commit 5ea0fdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ After installing [`GraphViz`](http://www.graphviz.org/) the recommended way to i
```json
{
"require-dev": {
"mamuz/php-dependency-analysis": "0.5.*"
"mamuz/php-dependency-analysis": "0.*"
}
}
```
Expand All @@ -53,6 +53,7 @@ After installing [`GraphViz`](http://www.graphviz.org/) the recommended way to i
- Dependencies can be aggregated to a package, a module or a layer
- Detecting cycles and violations between layers in a tiered architecture
- Verifiying dependency graph against a user-defined reference architecture
- Collected Namespaces of dependencies are modifiable to meet custom use cases
- Printing graphs in several formats (HTML, SVG, DOT, JSON)
- Extandable by adding user-defined plugins for collecting and displaying dependencies
- Compatible to PHP7 Features, like [`Return Type Declarations`](https://wiki.php.net/rfc/return_types) and [`Anonymous Classes`](https://wiki.php.net/rfc/anonymous_classes)
Expand Down
2 changes: 1 addition & 1 deletion src/Command/MessageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

interface MessageInterface
{
const VERSION = 'dev-master';
const VERSION = 'v0.6.0';

const NAME = 'PhpDependencyAnalysis by Marco Muths';

Expand Down
36 changes: 0 additions & 36 deletions src/Parser/Filter/NullNamespaceFilter.php

This file was deleted.

0 comments on commit 5ea0fdb

Please sign in to comment.