feature/RVRNEXT-24-use-slugs-for-communities #52
@ -10,7 +10,7 @@
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "require": {
 | 
			
		||||
    "esoko/soko-web": "0.10",
 | 
			
		||||
    "esoko/soko-web": "0.11",
 | 
			
		||||
    "firebase/php-jwt": "^6.4"
 | 
			
		||||
  },
 | 
			
		||||
  "require-dev": {
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										83
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										83
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							@ -4,17 +4,92 @@
 | 
			
		||||
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
 | 
			
		||||
        "This file is @generated automatically"
 | 
			
		||||
    ],
 | 
			
		||||
    "content-hash": "607b383c44826c6307dd79b0362ca320",
 | 
			
		||||
    "content-hash": "c17dd5eb82ff8f509a17404bd4c471b8",
 | 
			
		||||
    "packages": [
 | 
			
		||||
        {
 | 
			
		||||
            "name": "cocur/slugify",
 | 
			
		||||
            "version": "v4.3.0",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/cocur/slugify.git",
 | 
			
		||||
                "reference": "652234ef5f1be844a2ae1c36ad1b4c88b05160f9"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/cocur/slugify/zipball/652234ef5f1be844a2ae1c36ad1b4c88b05160f9",
 | 
			
		||||
                "reference": "652234ef5f1be844a2ae1c36ad1b4c88b05160f9",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
                "ext-mbstring": "*",
 | 
			
		||||
                "php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.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.3.0"
 | 
			
		||||
            },
 | 
			
		||||
            "time": "2022-12-07T19:48:48+00:00"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "esoko/soko-web",
 | 
			
		||||
            "version": "0.10",
 | 
			
		||||
            "version": "v0.11",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://git.esoko.eu/esoko/soko-web.git",
 | 
			
		||||
                "reference": "fd286c9cffadc4a26609bfa00944f8014a2f3f59"
 | 
			
		||||
                "reference": "78f891fbff0dc8e5de5607529f4c8282f1dff40f"
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
                "cocur/slugify": "^4.3",
 | 
			
		||||
                "phpmailer/phpmailer": "^6.8",
 | 
			
		||||
                "symfony/console": "^5.4",
 | 
			
		||||
                "vlucas/phpdotenv": "^5.5"
 | 
			
		||||
@ -33,7 +108,7 @@
 | 
			
		||||
                "GNU GPL 3.0"
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Lightweight web framework",
 | 
			
		||||
            "time": "2023-05-02T10:55:47+00:00"
 | 
			
		||||
            "time": "2023-05-06T23:52:34+00:00"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "firebase/php-jwt",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user