diff --git a/README.md b/README.md index 67f369d..bf7bccd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![License: GPL v3](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) +[![Latest version](https://img.shields.io/github/v/release/magicsunday/jsonmapper?sort=semver)](https://github.com/magicsunday/jsonmapper/releases/latest) +[![License](https://img.shields.io/github/license/magicsunday/jsonmapper)](https://github.com/magicsunday/jsonmapper/blob/main/LICENSE) [![CI](https://github.com/magicsunday/jsonmapper/actions/workflows/ci.yml/badge.svg)](https://github.com/magicsunday/jsonmapper/actions/workflows/ci.yml) # JsonMapper diff --git a/phpstan.neon b/phpstan.neon index 42a570d..4403dee 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -12,7 +12,7 @@ parameters: excludePaths: - %currentWorkingDirectory%/test/ - - %currentWorkingDirectory%/vendor/ + - %currentWorkingDirectory%/.build/ # Ignored validations checkGenericClassInNonGenericObjectType: false