Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/test.tradze.com/vendor/cviebrock/eloquent-sluggable/ |
{
"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"
}
}