Skip to content
Snippets Groups Projects
composer.lock 294 KiB
Newer Older
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "support": {
Thibault Debatty's avatar
Thibault Debatty committed
                "source": "https://github.com/symfony/filesystem/tree/v5.4.25"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
Thibault Debatty's avatar
Thibault Debatty committed
            "time": "2023-05-31T13:04:02+00:00"
        },
        {
            "name": "tdebatty/laravel-resource-generator",
            "version": "6.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tdebatty/laravel-resource-generator.git",
                "reference": "b4010d46b0acccf6b91c31e6ff7946c86d3df5e6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tdebatty/laravel-resource-generator/zipball/b4010d46b0acccf6b91c31e6ff7946c86d3df5e6",
                "reference": "b4010d46b0acccf6b91c31e6ff7946c86d3df5e6",
                "shasum": ""
            },
            "require": {
                "composer/composer": "^1.6",
                "illuminate/console": "^6.1 || ^7.0",
                "illuminate/filesystem": "^6.1 || ^7.0",
                "illuminate/support": "^6.1 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.2",
                "squizlabs/php_codesniffer": "^3.3"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "tdebatty\\LaravelResourceGenerator\\ResourceGeneratorServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "tdebatty\\LaravelResourceGenerator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thibault Debatty",
                    "email": "thibault.debatty@gmail.com"
                }
            ],
            "description": "Source code generator for laravel resources",
            "support": {
                "issues": "https://github.com/tdebatty/laravel-resource-generator/issues",
                "source": "https://github.com/tdebatty/laravel-resource-generator/tree/6.2.0"
            },
            "time": "2021-02-20T08:56:46+00:00"
        },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        {
            "name": "theseer/tokenizer",
Tibo's avatar
Tibo committed
            "version": "1.2.1",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/theseer/tokenizer.git",
Tibo's avatar
Tibo committed
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": "^7.2 || ^8.0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
            "support": {
                "issues": "https://github.com/theseer/tokenizer/issues",
Tibo's avatar
Tibo committed
                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
            },
            "funding": [
                {
                    "url": "https://github.com/theseer",
                    "type": "github"
                }
            ],
Tibo's avatar
Tibo committed
            "time": "2021-07-28T10:34:58+00:00"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        },
        {
            "name": "webmozart/assert",
            "version": "1.11.0",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": "^7.2 || ^8.0"
Tibo's avatar
Tibo committed
            },
            "conflict": {
                "phpstan/phpstan": "<0.12.20",
Tibo's avatar
Tibo committed
                "vimeo/psalm": "<4.6.1 || 4.6.2"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "require-dev": {
Tibo's avatar
Tibo committed
                "phpunit/phpunit": "^8.5.13"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
Tibo's avatar
Tibo committed
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "support": {
                "issues": "https://github.com/webmozarts/assert/issues",
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
            "time": "2022-06-03T18:03:27+00:00"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=7.4"
    "platform-dev": [],
    "plugin-api-version": "2.3.0"