diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c4c67..d211622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.12.8 +### Changes: +- Allow PHP 8.3 + +## v0.12.7 +### Changes: +- Allow Pimcore 11.3 and 11.4 + ## v0.12.6 ### Bugfixes: - Fix importing database dumps on Alpine Linux diff --git a/README.md b/README.md index f888d65..65fc26f 100644 --- a/README.md +++ b/README.md @@ -286,5 +286,10 @@ We use composer scripts for our main quality tools. They can be executed via the ```shell bin/composer cs:fix bin/composer phpstan -bin/composer tests +``` + +For the tests there is a different script, that includes a database setup. + +```shell +bin/run-tests ``` diff --git a/phpstan.neon b/phpstan.neon index 4cf2190..e67a380 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -14,5 +14,3 @@ parameters: bootstrapFiles: - vendor/pimcore/pimcore/stubs/dynamic-constants.php - - checkGenericClassInNonGenericObjectType: false