Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-therond committed Jul 2, 2019
1 parent 4ba6bdb commit 2181972
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ Your composer.json looks like this one :
"name": "Example",
"description": "Example of use of Progpilot",
"require": {
"designsecurity/progpilot": "@dev",
"ircmaxell/php-cfg": "@dev"
"designsecurity/progpilot": "^0.6"
}
}
```
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion package/src/progpilot/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class Application extends BaseApplication
{
const NAME = 'progpilot';
const VERSION = '0.5.0';
const VERSION = '0.6.0';

public function __construct()
{
Expand Down

0 comments on commit 2181972

Please # to comment.