Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[update] allow php version 8.3 #30

Merged
merged 2 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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