Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release number #163

Merged
merged 2 commits into from
Aug 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [v3.0.1]
- Fix version number

## [v3.0.0]
- Support symfony 6
- PHP 8.1 support
- Remove --non-zero-exit-on-violation option
- Drop php <7.4 support, symfony <4.4, add php 8.1 to pipeline

## [v2.5.0] - 2021-12-13
- Update php-parallel-lint/php-console-highlighter to get rid of abandoned dependency
- Run PHPMND against codebase
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Application extends BaseApplication
{
public const VERSION = '2.5.0';
public const VERSION = '3.0.1';
private const NAME = 'phpmnd';

private Container $container;
Expand Down