PUGX/shortid-doctrine

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "pugx/shortid-doctrine",
    "type": "library",
    "description": "Doctrine type for shortid-php",
    "keywords": [
        "shortid",
        "id",
        "uuid",
        "doctrine"
    ],
    "homepage": "http://pugx.org/",
    "license": "MIT",
    "authors": [
        {
            "name": "Massimiliano Arione",
            "email": "garakkio@gmail.com"
        },
        {
            "name": "The Community",
            "homepage": "https://github.com/pugx/shortid-doctrine"
        }
    ],
    "require": {
        "php": "^8.0",
        "doctrine/orm": "^2.7",
        "pugx/shortid-php": "^1.0"
    },
    "require-dev": {
        "dg/bypass-finals": "^1.5",
        "phpunit/phpunit": "^9.6"
    },
    "config": {
        "bin-dir": "bin"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.x-dev"
        }
    },
    "autoload": {
        "psr-4": {
            "PUGX\\Shortid\\Doctrine\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "PUGX\\Shortid\\Doctrine\\Test\\": "tests"
        }
    },
    "support": {
        "issues": "https://github.com/pugx/shortid-doctrine/issues"
    }
}