diff --git a/composer.json b/composer.json index d27d3d30a..495559049 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ "type": "project", "require": { "absszero/laravel-stackdriver-error-reporting": "^1.7", - "cviebrock/eloquent-sluggable": "^10.0", "doctrine/dbal": "^3.1", "firebase/php-jwt": "^6.10", "google/recaptcha": "^1.2", diff --git a/composer.lock b/composer.lock index b511de549..8b3af2a1d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "901070b50e155d970b8459f583b1c348", + "content-hash": "45549c618edf5773f9cc793e2000ac1c", "packages": [ { "name": "absszero/laravel-stackdriver-error-reporting", @@ -404,152 +404,6 @@ ], "time": "2023-12-20T15:40:13+00:00" }, - { - "name": "cocur/slugify", - "version": "v4.5.1", - "source": { - "type": "git", - "url": "https://github.com/cocur/slugify.git", - "reference": "7c6e088228b9f082050876ae8b0cd287b117b840" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cocur/slugify/zipball/7c6e088228b9f082050876ae8b0cd287b117b840", - "reference": "7c6e088228b9f082050876ae8b0cd287b117b840", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" - }, - "conflict": { - "symfony/config": "<3.4 || >=4,<4.3", - "symfony/dependency-injection": "<3.4 || >=4,<4.3", - "symfony/http-kernel": "<3.4 || >=4,<4.3", - "twig/twig": "<2.12.1" - }, - "require-dev": { - "laravel/framework": "^5.0|^6.0|^7.0|^8.0", - "latte/latte": "~2.2", - "league/container": "^2.2.0", - "mikey179/vfsstream": "~1.6.8", - "mockery/mockery": "^1.3", - "nette/di": "~2.4", - "pimple/pimple": "~1.1", - "plumphp/plum": "~0.1", - "symfony/config": "^3.4 || ^4.3 || ^5.0 || ^6.0", - "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0 || ^6.0", - "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^5.4 || ^6.0", - "twig/twig": "^2.12.1 || ~3.0", - "zendframework/zend-modulemanager": "~2.2", - "zendframework/zend-servicemanager": "~2.2", - "zendframework/zend-view": "~2.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "Cocur\\Slugify\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Florian Eckerstorfer", - "email": "florian@eckerstorfer.co", - "homepage": "https://florian.ec" - }, - { - "name": "Ivo Bathke", - "email": "ivo.bathke@gmail.com" - } - ], - "description": "Converts a string into a slug.", - "keywords": [ - "slug", - "slugify" - ], - "support": { - "issues": "https://github.com/cocur/slugify/issues", - "source": "https://github.com/cocur/slugify/tree/v4.5.1" - }, - "time": "2023-09-17T07:26:20+00:00" - }, - { - "name": "cviebrock/eloquent-sluggable", - "version": "10.0.0", - "source": { - "type": "git", - "url": "https://github.com/cviebrock/eloquent-sluggable.git", - "reference": "92f456b10337ca97c1cccfcc853a1cf51d2cedd0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cviebrock/eloquent-sluggable/zipball/92f456b10337ca97c1cccfcc853a1cf51d2cedd0", - "reference": "92f456b10337ca97c1cccfcc853a1cf51d2cedd0", - "shasum": "" - }, - "require": { - "cocur/slugify": "^4.3", - "illuminate/config": "^10.0", - "illuminate/database": "^10.0", - "illuminate/support": "^10.0", - "php": "^8.1" - }, - "require-dev": { - "limedeck/phpunit-detailed-printer": "^6.0", - "mockery/mockery": "^1.4.4", - "orchestra/testbench": "^8.0", - "pestphp/pest": "2.x-dev" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Cviebrock\\EloquentSluggable\\ServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Cviebrock\\EloquentSluggable\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Colin Viebrock", - "email": "colin@viebrock.ca" - } - ], - "description": "Easy creation of slugs for your Eloquent models in Laravel", - "homepage": "https://github.com/cviebrock/eloquent-sluggable", - "keywords": [ - "eloquent", - "eloquent-sluggable", - "laravel", - "lumen", - "slug", - "sluggable" - ], - "support": { - "issues": "https://github.com/cviebrock/eloquent-sluggable/issues", - "source": "https://github.com/cviebrock/eloquent-sluggable/tree/10.0.0" - }, - "funding": [ - { - "url": "https://github.com/cviebrock", - "type": "github" - } - ], - "time": "2023-02-16T23:01:35+00:00" - }, { "name": "defuse/php-encryption", "version": "v2.4.0",