{
    "name": "balping/laravel-hashslug",
    "description": "Package providing a trait to use Hashids on a model",
    "keywords": ["laravel", "hashids", "hashid", "slug", "hashslug"],
    "type": "library",
    "require": {
        "hashids/hashids": "^3.0|^4.0|^5.0",
        "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
        "illuminate/routing": "^8.0|^9.0|^10.0|^11.0|^12.0"
    },
    "require-dev": {
        "orchestra/testbench": "^10.0",
        "phpunit/phpunit": "^11.0"
    },
    "license": "GPL-3.0-only",
    "authors": [
        {
            "name": "Balázs Dura-Kovács"
        }
    ],
    "autoload": {
        "psr-4": {
            "Balping\\HashSlug\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Balping\\HashSlug\\Tests\\": "tests/"
        }
	},
	"minimum-stability": "dev",
	"prefer-stable": true
}
