Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
mamuz committed Feb 7, 2016
1 parent 4896cf6 commit 766261a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## v1.0.0 - UNRELEASED
## v1.0.1 - UNRELEASED
Nothing yet.

## v1.0.0 - 2016-02-07
### Changed
- Remove support for running on PHP5.3 and PHP5.4 machines
- [#10: Not conpatible with nikic/php-parser v2.0.0](https://github.com/mamuz/PhpDependencyAnalysis/issues/10)
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,16 @@ After installing [`GraphViz`](http://www.graphviz.org/) the recommended way to i
```json
{
"require-dev": {
"mamuz/php-dependency-analysis": "0.*"
"mamuz/php-dependency-analysis": "1.*"
}
}
```

### PHP-Version

To run the newest version of this tool, it requires PHP >= 5.5.
For running on machines with PHP < 5.5 have a look to 0.* releases.

## Features

- Providing high customizing level
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 = 'v1.0.0';

const NAME = 'PhpDependencyAnalysis by Marco Muths';

Expand Down

0 comments on commit 766261a

Please sign in to comment.