• v1.17.0 75a29b6372

    v1.17.0 Stable

    deblan released this 2022-11-19 20:38:13 +01:00 | 56 commits to master since this release

    Changed

    • upgrade murph/murph-core
    • replace annotation with attributes
    • use encore from node_modules in npm scripts

    Upgrade

    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
                    ...
    
    Downloads