{ "name": "cviebrock/eloquent-sluggable", "description": "Easy creation of slugs for your Eloquent models in Laravel", "keywords": [ "laravel", "eloquent", "slug" ], "homepage": "https://github.com/cviebrock/eloquent-sluggable", "license": "MIT", "authors": [ { "name": "Colin Viebrock", "email": "colin@viebrock.ca" } ], "require": { "php": "^5.6 || ^7.0", "illuminate/config": "5.1.* || 5.2.* || 5.3.*", "illuminate/database": "5.1.* || 5.2.* || 5.3.*", "illuminate/support": "5.1.* || 5.2.* || 5.3.*", "cocur/slugify": "^2.3" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.0", "orchestra/testbench": "^3.0", "mockery/mockery": "^0.9.4" }, "autoload": { "psr-4": { "Cviebrock\\EloquentSluggable\\": "src" } }, "autoload-dev": { "psr-4": { "Cviebrock\\EloquentSluggable\\Tests\\": "tests" } }, "scripts": { "test": "phpunit" } }