File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88
9+ ## [ 0.7.0] - 2020-06-19
10+ ### Removed
11+ - Removed support for Symfony 2 and 3
12+
913## [ 0.6.3] - 2020-01-17
1014### Fixed
1115 - [ Issue 58] ( https://github.com/mihaeu/dephpend/issues/58 )
@@ -84,7 +88,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8488 - first tagged release
8589 - uml, text, dsm and metrics command
8690
87- [ Unreleased ] : https://github.com/mihaeu/dephpend/compare/0.6.3...HEAD
91+ [ Unreleased ] : https://github.com/mihaeu/dephpend/compare/0.7.0...HEAD
92+ [ 0.6.3 ] : https://github.com/mihaeu/dephpend/compare/0.6.3...0.7.0
8893[ 0.6.3 ] : https://github.com/mihaeu/dephpend/compare/0.6.2...0.6.3
8994[ 0.6.2 ] : https://github.com/mihaeu/dephpend/compare/0.6.1...0.6.2
9095[ 0.6.1 ] : https://github.com/mihaeu/dephpend/compare/0.6.0...0.6.1
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ $ php -n dephpend.phar
112112 __| | ___| |__) | |__| | |__) |__ _ __ __| |
113113 / _` |/ _ \ ___/| __ | ___/ _ \ '_ \ / _` |
114114 | (_| | __/ | | | | | | | __/ | | | (_| |
115- \__,_|\___|_| |_| |_|_| \___|_| |_|\__,_| version 0.6.3
115+ \__,_|\___|_| |_| |_|_| \___|_| |_|\__,_| version 0.7.0
116116
117117Usage:
118118 command [options] [arguments]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ $name = <<<EOT
3232EOT ;
3333
3434$ dependencyContainer = new DependencyContainer ($ internals );
35- $ application = new Application ($ name , '0.6.3 ' , $ dependencyContainer ->dispatcher ());
35+ $ application = new Application ($ name , '0.7.0 ' , $ dependencyContainer ->dispatcher ());
3636$ application ->add ($ dependencyContainer ->umlCommand ());
3737$ application ->add ($ dependencyContainer ->dotCommand ());
3838$ application ->add ($ dependencyContainer ->dsmCommand ());
You can’t perform that action at this time.
0 commit comments