Skip to content

Commit

Permalink
Merge pull request #229 from acelaya-forks/feature/phpstan-2
Browse files Browse the repository at this point in the history
Update to PHPStan 2.0
  • Loading branch information
acelaya authored Nov 12, 2024
2 parents 3537d3d + 9dc82ba commit 44f2fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
### Changed
* Switch to xdebug for code coverage reports, as pcov is not marking functions as covered
* Update shlinkio coding standard to v2.4
* Update to PHPStan 2.0

### Deprecated
* *Nothing*
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"require-dev": {
"devster/ubench": "^2.1",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^11.3",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.4.0",
Expand Down

0 comments on commit 44f2fa1

Please sign in to comment.