Skip to content

Commit 088947a

Browse files
author
awu
committed
increase the minor version and adapting the readme
1 parent 83196f9 commit 088947a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ php vendor/bin/phplint --help
2525
+ skip
2626
+ memory limit (default: 512M)
2727
+ async processes (default: 10)
28-
+ enable warnings (default: true)
29-
+ enable notice (default: true)
30-
+ ignore exit code (default: false)
31-
+ ignore process bar (default: false)
28+
+ async processes timeout (default: 60)
29+
+ console warnings (default: true)
30+
+ console notice (default: true)
31+
+ cache class (default: Symfony\Component\Cache\Adapter\FilesystemAdapter)
32+
+ no exit code (default: false)
33+
+ no process bar (default: false)
3234

3335
## Development for PHPLint
3436

@@ -53,7 +55,8 @@ composer complete-check
5355
### To-do list for version 1.0.0
5456
+ [x] add symfony cache-system
5557
+ [x] refactor LintConsoleOutput class
56-
+ [ ] refactor LintConfig class
58+
+ [x] refactor LintConfig class
59+
+ [ ] skip classes
5760

5861
## Feedback and Contributions
5962
I welcome feedback, bug reports and contributions from the community!

src/Console/LintApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class LintApplication extends BaseApplication
2828
/**
2929
* @var string
3030
*/
31-
public const VERSION = '0.2.1';
31+
public const VERSION = '0.3.0';
3232

3333
public function __construct(
3434
LintCommand $lintCommand,

0 commit comments

Comments
 (0)