Skip to content

Commit

Permalink
Update docs (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Dreesen <j.dreesen@neusta.de>
  • Loading branch information
lukadschaak and jdreesen authored Nov 29, 2024
1 parent 72d09ba commit 0998df2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 0 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ parameters:

bootstrapFiles:
- vendor/pimcore/pimcore/stubs/dynamic-constants.php

checkGenericClassInNonGenericObjectType: false

0 comments on commit 0998df2

Please sign in to comment.