phpmv/ubiquity-annotations

php annotations for Ubiquity framework with mindplay/php-annotations

Installs: 9 810

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:extension

0.0.5 2022-02-19 18:40 UTC

This package is auto-updated.

Last update: 2024-04-19 23:15:35 UTC


README

php annotations for Ubiquity framework with mindplay/php-annotations

As mindplay annotations are not yet compatible with PHP8, you have to add a fix in the composer.json file of your project:

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/phpMv/php-annotations"
        }
    ],
    "require-dev" : {
            "mindplay/annotations": "dev-php8-fix as 1.3.2",
    },

Run composer update

If necessary, remember to clear the cache (especially the annotations cache in app/cache/annotations folder).

Ubiquity clear-cache