eliashaeussler/typo3-solver

View on GitHub
Resources/Private/Libs/Build/composer.lock

Summary

Maintainability
Test Coverage
{
    "_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": "95998bb59327caff9bf6d48a8b779304",
    "packages": [
        {
            "name": "erusev/parsedown",
            "version": "1.7.4",
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown.git",
                "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Parsedown": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "http://erusev.com"
                }
            ],
            "description": "Parser for Markdown.",
            "homepage": "http://parsedown.org",
            "keywords": [
                "markdown",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/erusev/parsedown/issues",
                "source": "https://github.com/erusev/parsedown/tree/1.7.x"
            },
            "time": "2019-12-30T22:54:17+00:00"
        },
        {
            "name": "openai-php/client",
            "version": "v0.10.1",
            "source": {
                "type": "git",
                "url": "https://github.com/openai-php/client.git",
                "reference": "8b63d27a2f009a7ce4714fda77769e93d883c8da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/openai-php/client/zipball/8b63d27a2f009a7ce4714fda77769e93d883c8da",
                "reference": "8b63d27a2f009a7ce4714fda77769e93d883c8da",
                "shasum": ""
            },
            "require": {
                "php": "^8.1.0",
                "php-http/discovery": "^1.19.4",
                "php-http/multipart-stream-builder": "^1.3.0",
                "psr/http-client": "^1.0.3",
                "psr/http-client-implementation": "^1.0.1",
                "psr/http-factory-implementation": "*",
                "psr/http-message": "^1.1.0|^2.0.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^7.8.1",
                "guzzlehttp/psr7": "^2.6.2",
                "laravel/pint": "^1.16.0",
                "mockery/mockery": "^1.6.12",
                "nunomaduro/collision": "^7.10.0",
                "pestphp/pest": "^2.34.7",
                "pestphp/pest-plugin-arch": "^2.7",
                "pestphp/pest-plugin-type-coverage": "^2.8.2",
                "phpstan/phpstan": "^1.11.2",
                "rector/rector": "^1.1.0",
                "symfony/var-dumper": "^6.4.7"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/OpenAI.php"
                ],
                "psr-4": {
                    "OpenAI\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nuno Maduro",
                    "email": "enunomaduro@gmail.com"
                },
                {
                    "name": "Sandro Gehri"
                }
            ],
            "description": "OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API",
            "keywords": [
                "GPT-3",
                "api",
                "client",
                "codex",
                "dall-e",
                "language",
                "natural",
                "openai",
                "php",
                "processing",
                "sdk"
            ],
            "support": {
                "issues": "https://github.com/openai-php/client/issues",
                "source": "https://github.com/openai-php/client/tree/v0.10.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/paypalme/enunomaduro",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/gehrisandro",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nunomaduro",
                    "type": "github"
                }
            ],
            "time": "2024-06-06T20:27:51+00:00"
        },
        {
            "name": "php-http/discovery",
            "version": "1.19.4",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/discovery.git",
                "reference": "0700efda8d7526335132360167315fdab3aeb599"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/discovery/zipball/0700efda8d7526335132360167315fdab3aeb599",
                "reference": "0700efda8d7526335132360167315fdab3aeb599",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0|^2.0",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "nyholm/psr7": "<1.0",
                "zendframework/zend-diactoros": "*"
            },
            "provide": {
                "php-http/async-client-implementation": "*",
                "php-http/client-implementation": "*",
                "psr/http-client-implementation": "*",
                "psr/http-factory-implementation": "*",
                "psr/http-message-implementation": "*"
            },
            "require-dev": {
                "composer/composer": "^1.0.2|^2.0",
                "graham-campbell/phpspec-skip-example-extension": "^5.0",
                "php-http/httplug": "^1.0 || ^2.0",
                "php-http/message-factory": "^1.0",
                "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
                "sebastian/comparator": "^3.0.5 || ^4.0.8",
                "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Http\\Discovery\\Composer\\Plugin",
                "plugin-optional": true
            },
            "autoload": {
                "psr-4": {
                    "Http\\Discovery\\": "src/"
                },
                "exclude-from-classmap": [
                    "src/Composer/Plugin.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
            "homepage": "http://php-http.org",
            "keywords": [
                "adapter",
                "client",
                "discovery",
                "factory",
                "http",
                "message",
                "psr17",
                "psr7"
            ],
            "support": {
                "issues": "https://github.com/php-http/discovery/issues",
                "source": "https://github.com/php-http/discovery/tree/1.19.4"
            },
            "time": "2024-03-29T13:00:05+00:00"
        },
        {
            "name": "php-http/multipart-stream-builder",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/multipart-stream-builder.git",
                "reference": "ed56da23b95949ae4747378bed8a5b61a2fdae24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/ed56da23b95949ae4747378bed8a5b61a2fdae24",
                "reference": "ed56da23b95949ae4747378bed8a5b61a2fdae24",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "php-http/discovery": "^1.15",
                "psr/http-factory-implementation": "^1.0"
            },
            "require-dev": {
                "nyholm/psr7": "^1.0",
                "php-http/message": "^1.5",
                "php-http/message-factory": "^1.0.2",
                "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Http\\Message\\MultipartStream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                }
            ],
            "description": "A builder class that help you create a multipart stream",
            "homepage": "http://php-http.org",
            "keywords": [
                "factory",
                "http",
                "message",
                "multipart stream",
                "stream"
            ],
            "support": {
                "issues": "https://github.com/php-http/multipart-stream-builder/issues",
                "source": "https://github.com/php-http/multipart-stream-builder/tree/1.3.1"
            },
            "time": "2024-06-10T14:51:55+00:00"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client"
            },
            "time": "2023-09-23T14:17:50+00:00"
        },
        {
            "name": "psr/http-message",
            "version": "2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/2.0"
            },
            "time": "2023-04-04T09:54:51+00:00"
        },
        {
            "name": "spatie/backtrace",
            "version": "1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/backtrace.git",
                "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/backtrace/zipball/8373b9d51638292e3bfd736a9c19a654111b4a23",
                "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23",
                "shasum": ""
            },
            "require": {
                "php": "^7.3|^8.0"
            },
            "require-dev": {
                "ext-json": "*",
                "laravel/serializable-closure": "^1.3",
                "phpunit/phpunit": "^9.3",
                "spatie/phpunit-snapshot-assertions": "^4.2",
                "symfony/var-dumper": "^5.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Backtrace\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van de Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A better backtrace",
            "homepage": "https://github.com/spatie/backtrace",
            "keywords": [
                "Backtrace",
                "spatie"
            ],
            "support": {
                "source": "https://github.com/spatie/backtrace/tree/1.6.1"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/spatie",
                    "type": "github"
                },
                {
                    "url": "https://spatie.be/open-source/support-us",
                    "type": "other"
                }
            ],
            "time": "2024-04-24T13:22:11+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
    },
    "platform-dev": [],
    "plugin-api-version": "2.6.0"
}