composer.lock 340.08 KiB
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "7331c6f50796a510ee58459d7d426cc9",
    "packages": [
            "name": "cocur/slugify",
            "version": "v2.5",
            "source": {
                "type": "git",
                "url": "https://github.com/cocur/slugify.git",
                "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145"
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cocur/slugify/zipball/e8167e9a3236044afebd6e8ab13ebeb3ec9ca145",
                "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145",
                "shasum": ""
            "require": {
                "php": ">=5.5.9"
            "require-dev": {
                "laravel/framework": "~5.1",
                "latte/latte": "~2.2",
                "league/container": "^2.2.0",
                "mikey179/vfsstream": "~1.6",
                "mockery/mockery": "~0.9",
                "nette/di": "~2.2",
                "phpunit/phpunit": "~4.8|~5.2",
                "pimple/pimple": "~1.1",
                "plumphp/plum": "~0.1",
                "silex/silex": "~1.3",
                "symfony/config": "~2.4|~3.0",
                "symfony/dependency-injection": "~2.4|~3.0",
                "symfony/http-kernel": "~2.4|~3.0",
                "twig/twig": "~1.26|~2.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": "Ivo Bathke",
                    "email": "ivo.bathke@gmail.com"
                    "name": "Florian Eckerstorfer",
                    "email": "florian@eckerstorfer.co",
                    "homepage": "https://florian.ec"
            "description": "Converts a string into a slug.",
            "keywords": [
                "slug",
                "slugify"
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
"time": "2017-03-23T21:52:55+00:00" }, { "name": "doctrine/annotations", "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad", "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "ext-tokenizer": "*", "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/cache": "1.*", "doctrine/coding-standard": "^6.0 || ^8.1", "phpstan/phpstan": "^0.12.20", "phpunit/phpunit": "^7.5 || ^9.1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", "parser"