Merge branch 'develop'

This commit is contained in:
Simon Vieille 2022-11-19 20:35:43 +01:00
commit 75a29b6372
1 changed files with 19 additions and 0 deletions

View File

@ -11,6 +11,25 @@ Build:
## [Unreleased]
## Upgrade to v1.17.0
Replace all annotations with PHP8 attributes and change the doctrine configuration:
```
# config/packages/doctrine.yaml
doctrine:
...
orm:
...
mappings:
App\Core\Entity:
type: attribute
...
App\Entity:
type: attribute
...
```
## Upgrade to v1.15.0
```