Skip to content

Commit

Permalink
Refactoring for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmaron committed Jul 7, 2022
1 parent 0647284 commit 91fe012
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 3.0.0 - 2022-07-07

* Added support for PHP 8.1.
* Improved code to `phpstan` level `max`.
* Minor internal refactoring.
* Removed support for PHP 7.2.

## 1.0.11 - 2021-03-12

* Improved documentation.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6",
"symfony/var-dumper": "^5.2 || ^6.0"
"symfony/var-dumper": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ parameters:
- php
level: max
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false

0 comments on commit 91fe012

Please sign in to comment.