We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e031d29 commit e0e0634Copy full SHA for e0e0634
bin/chip
@@ -10,7 +10,7 @@ require __DIR__ . '/../vendor/autoload.php';
10
use Symfony\Component\Console\Application;
11
12
try {
13
- $application = new Application('Chip', '1.2.1');
+ $application = new Application('Chip', '1.3.0');
14
$application->addCommands([
15
new \Chip\Console\Check()
16
]);
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "phith0n/chip",
3
"description": "a simple tool to detect potential security threat in php code",
4
- "version": "1.2.1",
+ "version": "1.3.0",
5
"license": "MIT",
6
"authors": [
7
0 commit comments