Skip to content

Commit

Permalink
chore: version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitcukuren committed Aug 23, 2024
1 parent 29c50b0 commit 78c3a2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest --no-interaction

- name: Run PHP-CS-Fixer
run: composer fix

- name: Check code style
run: composer check-style

- name: Analyze code with PHPStan
run: composer analyse

- name: Analyze code with Lynter
run: composer lynter

- name: Run PHPUnit tests
run: composer test
2 changes: 1 addition & 1 deletion bin/lynter
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ foreach ([__DIR__ . '/../../../autoload.php', __DIR__ . '/../vendor/autoload.php
use Lynter\Command\LynterCommand;
use Symfony\Component\Console\Application;

$application = new Application('Lynter', '0.1.4');
$application = new Application('Lynter', '0.1.5');

// Register the LynterCommand
$application->add(new LynterCommand());
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lynter/lynter",
"version": "0.1.4",
"version": "0.1.5",
"description": "A PHP tool for analyzing code and enforcing restrictions on specific functions, variables, and coding patterns.",
"type": "library",
"authors": [
Expand Down

0 comments on commit 78c3a2d

Please sign in to comment.