installed.json 10.8 KB
{
    "packages": [
        {
            "name": "opis\/closure",
            "version": "3.6.3",
            "version_normalized": "3.6.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/opis\/closure.git",
                "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/opis\/closure\/zipball\/3d81e4309d2a927abbe66df935f4bb60082805ad",
                "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "jeremeamia\/superclosure": "^2.0",
                "phpunit\/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
            },
            "time": "2022-01-27T09:35:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "functions.php"
                ],
                "psr-4": {
                    "AC\\Vendor\\Opis\\Closure\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marius Sarca",
                    "email": "marius.sarca@gmail.com"
                },
                {
                    "name": "Sorin Sarca",
                    "email": "sarca_sorin@hotmail.com"
                }
            ],
            "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
            "homepage": "https:\/\/opis.io\/closure",
            "keywords": [
                "anonymous functions",
                "closure",
                "function",
                "serializable",
                "serialization",
                "serialize"
            ],
            "support": {
                "issues": "https:\/\/github.com\/opis\/closure\/issues",
                "source": "https:\/\/github.com\/opis\/closure\/tree\/3.6.3"
            },
            "install-path": "..\/opis\/closure"
        },
        {
            "name": "php-di\/invoker",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/PHP-DI\/Invoker.git",
                "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/PHP-DI\/Invoker\/zipball\/540c27c86f663e20fe39a24cd72fa76cdb21d41a",
                "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a",
                "shasum": ""
            },
            "require": {
                "psr\/container": "~1.0"
            },
            "require-dev": {
                "athletic\/athletic": "~0.1.8",
                "phpunit\/phpunit": "~4.5"
            },
            "time": "2017-03-20T19:28:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "AC\\Vendor\\Invoker\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "Generic and extensible callable invoker",
            "homepage": "https:\/\/github.com\/PHP-DI\/Invoker",
            "keywords": [
                "callable",
                "dependency",
                "dependency-injection",
                "injection",
                "invoke",
                "invoker"
            ],
            "support": {
                "issues": "https:\/\/github.com\/PHP-DI\/Invoker\/issues",
                "source": "https:\/\/github.com\/PHP-DI\/Invoker\/tree\/master"
            },
            "install-path": "..\/php-di\/invoker"
        },
        {
            "name": "php-di\/php-di",
            "version": "6.3.5",
            "version_normalized": "6.3.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/PHP-DI\/PHP-DI.git",
                "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PHP-DI\/zipball\/b8126d066ce144765300ee0ab040c1ed6c9ef588",
                "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588",
                "shasum": ""
            },
            "require": {
                "opis\/closure": "^3.5.5",
                "php": ">=7.2.0",
                "php-di\/invoker": "^2.0",
                "php-di\/phpdoc-reader": "^2.0.1",
                "psr\/container": "^1.0"
            },
            "provide": {
                "psr\/container-implementation": "^1.0"
            },
            "require-dev": {
                "doctrine\/annotations": "~1.2",
                "friendsofphp\/php-cs-fixer": "^2.4",
                "mnapoli\/phpunit-easymock": "^1.2",
                "ocramius\/proxy-manager": "^2.0.2",
                "phpstan\/phpstan": "^0.12",
                "phpunit\/phpunit": "^8.5|^9.0"
            },
            "suggest": {
                "doctrine\/annotations": "Install it if you want to use annotations (version ~1.2)",
                "ocramius\/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
            },
            "time": "2021-09-02T09:49:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "AC\\Vendor\\DI\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "The dependency injection container for humans",
            "homepage": "https:\/\/php-di.org\/",
            "keywords": [
                "PSR-11",
                "container",
                "container-interop",
                "dependency injection",
                "di",
                "ioc",
                "psr11"
            ],
            "support": {
                "issues": "https:\/\/github.com\/PHP-DI\/PHP-DI\/issues",
                "source": "https:\/\/github.com\/PHP-DI\/PHP-DI\/tree\/6.3.5"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/mnapoli",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/php-di\/php-di",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/php-di\/php-di"
        },
        {
            "name": "php-di\/phpdoc-reader",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/PHP-DI\/PhpDocReader.git",
                "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PhpDocReader\/zipball\/66daff34cbd2627740ffec9469ffbac9f8c8185c",
                "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "mnapoli\/hard-mode": "~0.3.0",
                "phpunit\/phpunit": "^8.5|^9.0"
            },
            "time": "2020-10-12T12:39:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "AC\\Vendor\\PhpDocReader\\": "src\/PhpDocReader"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
            "keywords": [
                "phpdoc",
                "reflection"
            ],
            "support": {
                "issues": "https:\/\/github.com\/PHP-DI\/PhpDocReader\/issues",
                "source": "https:\/\/github.com\/PHP-DI\/PhpDocReader\/tree\/2.2.1"
            },
            "install-path": "..\/php-di\/phpdoc-reader"
        },
        {
            "name": "psr\/container",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/container.git",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/8622567409010282b7aeebe4bb841fe98b58dcaf",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2021-03-05T17:36:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "AC\\Vendor\\Psr\\Container\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https:\/\/github.com\/php-fig\/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-fig\/container\/issues",
                "source": "https:\/\/github.com\/php-fig\/container\/tree\/1.1.1"
            },
            "install-path": "..\/psr\/container"
        }
    ],
    "dev": false,
    "dev-package-names": []
}