Skip to content

Commit

Permalink
Merge pull request #38 from acelaya-forks/feature/phpstan1
Browse files Browse the repository at this point in the history
Updated to phpstan 1.0
  • Loading branch information
acelaya authored Nov 1, 2021
2 parents 6985359 + a28a4c5 commit e3dcfce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.

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

## [Unreleased]
## [2.2.0] - 2021-11-01
### Added
* *Nothing*

### Changed
* Added experimental builds under PHP 8.1
* Increased required phpstan level to 8
* Moved ci workflow to external repo and reused
* Updated to phpstan 1.0

### Deprecated
* *Nothing*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"infection/infection": "^0.25",
"mezzio/mezzio-swoole": "^3.3",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^0.12.94",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.2.0"
Expand Down

0 comments on commit e3dcfce

Please sign in to comment.