{
    "packages": [
        {
            "name": "firephp/firephp-core",
            "version": "v0.5.3",
            "version_normalized": "0.5.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firephp/firephp-core.git",
                "reference": "2585b6868fe7d3a9d1432b738c3cc547444d0348"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firephp/firephp-core/zipball/2585b6868fe7d3a9d1432b738c3cc547444d0348",
                "reference": "2585b6868fe7d3a9d1432b738c3cc547444d0348",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "^8"
            },
            "time": "2020-01-17T18:11:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "lib/FirePHPCore/FirePHP.class.php",
                    "lib/FirePHPCore/FirePHP_TestWrapper.class.php",
                    "lib/FirePHPCore/fb.php"
                ],
                "files": [
                    "lib/FirePHPCore/fb.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christoph Dorn",
                    "email": "christoph@christophdorn.com",
                    "homepage": "http://christophdorn.com"
                }
            ],
            "description": "Minimal library for sending PHP variables to browsers.",
            "homepage": "https://github.com/firephp/firephp-core",
            "support": {
                "issues": "https://github.com/firephp/firephp-core/issues",
                "source": "https://github.com/firephp/firephp-core"
            },
            "install-path": "../firephp/firephp-core"
        },
        {
            "name": "intervention/httpauth",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Intervention/httpauth.git",
                "reference": "7742aa013e1a72f94379cb6623286f06fa1ea5f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Intervention/httpauth/zipball/7742aa013e1a72f94379cb6623286f06fa1ea5f7",
                "reference": "7742aa013e1a72f94379cb6623286f06fa1ea5f7",
                "shasum": ""
            },
            "require": {
                "php": "^7.3|^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.11",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2021-01-22T15:08:35+00:00",
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Intervention\\HttpAuth\\Laravel\\HttpAuthServiceProvider"
                    ],
                    "aliases": {
                        "HttpAuth": "Intervention\\HttpAuth\\Laravel\\Facades\\HttpAuth"
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Intervention\\HttpAuth\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oliver Vogel",
                    "email": "oliver@olivervogel.com",
                    "homepage": "https://olivervogel.com/"
                }
            ],
            "description": "HTTP authentication (Basic & Digest) including ServiceProviders for easy Laravel integration",
            "homepage": "https://github.com/Intervention/httpauth",
            "keywords": [
                "Authentication",
                "http",
                "laravel"
            ],
            "support": {
                "issues": "https://github.com/Intervention/httpauth/issues",
                "source": "https://github.com/Intervention/httpauth/tree/3.0.3"
            },
            "install-path": "../intervention/httpauth"
        },
        {
            "name": "marcusschwarz/lesserphp",
            "version": "v0.5.5",
            "version_normalized": "0.5.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MarcusSchwarz/lesserphp.git",
                "reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/77ba82b5218ff228267d3b0e5ec8697be75e86a7",
                "reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.8.35 <8"
            },
            "time": "2021-03-10T17:56:57+00:00",
            "bin": [
                "plessc"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.5.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "lessc.inc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "Leaf Corcoran",
                    "email": "leafot@gmail.com",
                    "homepage": "http://leafo.net"
                },
                {
                    "name": "Marcus Schwarz",
                    "email": "github@maswaba.de",
                    "homepage": "https://www.maswaba.de"
                }
            ],
            "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
            "homepage": "http://leafo.net/lessphp/",
            "support": {
                "issues": "https://github.com/MarcusSchwarz/lesserphp/issues",
                "source": "https://github.com/MarcusSchwarz/lesserphp/tree/v0.5.5"
            },
            "install-path": "../marcusschwarz/lesserphp"
        },
        {
            "name": "monolog/monolog",
            "version": "2.3.5",
            "version_normalized": "2.3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
                "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "elasticsearch/elasticsearch": "^7",
                "graylog2/gelf-php": "^1.4.2",
                "mongodb/mongodb": "^1.8",
                "php-amqplib/php-amqplib": "~2.4 || ^3",
                "php-console/php-console": "^3.1.3",
                "phpspec/prophecy": "^1.6.1",
                "phpstan/phpstan": "^0.12.91",
                "phpunit/phpunit": "^8.5",
                "predis/predis": "^1.1",
                "rollbar/rollbar": "^1.3",
                "ruflin/elastica": ">=0.90@dev",
                "swiftmailer/swiftmailer": "^5.3|^6.0"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
                "ext-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
                "ext-openssl": "Required to send log messages using SSL",
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "time": "2021-10-01T21:08:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
            "install-path": "../monolog/monolog"
        },
        {
            "name": "mrclay/jsmin-php",
            "version": "2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mrclay/jsmin-php.git",
                "reference": "bb05febc9440852d39899255afd5569b7f21a72c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/bb05febc9440852d39899255afd5569b7f21a72c",
                "reference": "bb05febc9440852d39899255afd5569b7f21a72c",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.2"
            },
            "time": "2018-12-06T15:03:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "JSMin\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stephen Clay",
                    "email": "steve@mrclay.org",
                    "role": "Developer"
                },
                {
                    "name": "Ryan Grove",
                    "email": "ryan@wonko.com",
                    "role": "Developer"
                }
            ],
            "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.",
            "homepage": "https://github.com/mrclay/jsmin-php/",
            "keywords": [
                "compress",
                "jsmin",
                "minify"
            ],
            "support": {
                "email": "minify@googlegroups.com",
                "issues": "https://github.com/mrclay/jsmin-php/issues",
                "source": "https://github.com/mrclay/jsmin-php/tree/master"
            },
            "install-path": "../mrclay/jsmin-php"
        },
        {
            "name": "mrclay/minify",
            "version": "3.0.11",
            "version_normalized": "3.0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mrclay/minify.git",
                "reference": "f1572a580a8ab29c5c7df4319c4787c74f7dcb3e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mrclay/minify/zipball/f1572a580a8ab29c5c7df4319c4787c74f7dcb3e",
                "reference": "f1572a580a8ab29c5c7df4319c4787c74f7dcb3e",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "intervention/httpauth": "^2.0|^3.0",
                "marcusschwarz/lesserphp": "^0.5.1",
                "monolog/monolog": "~1.1|~2.0",
                "mrclay/jsmin-php": "~2",
                "mrclay/props-dic": "^2.2|^3.0",
                "php": "^5.3.0 || ^7.0 || ^8.0",
                "tubalmartin/cssmin": "~4"
            },
            "require-dev": {
                "firephp/firephp-core": "~0.4.0",
                "leafo/scssphp": "^0.3 || ^0.6 || ^0.7",
                "meenie/javascript-packer": "~1.1",
                "phpunit/phpunit": "^4.8.36",
                "tedivm/jshrink": "~1.1.0"
            },
            "suggest": {
                "firephp/firephp-core": "Use FirePHP for Log messages",
                "meenie/javascript-packer": "Keep track of the Packer PHP port using Composer"
            },
            "time": "2021-03-11T11:58:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Stephen Clay",
                    "email": "steve@mrclay.org",
                    "role": "Developer"
                }
            ],
            "description": "Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
            "homepage": "https://github.com/mrclay/minify",
            "support": {
                "email": "minify@googlegroups.com",
                "issues": "https://github.com/mrclay/minify/issues",
                "source": "https://github.com/mrclay/minify/tree/3.0.11",
                "wiki": "https://github.com/mrclay/minify/blob/master/docs"
            },
            "install-path": "../mrclay/minify"
        },
        {
            "name": "mrclay/props-dic",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mrclay/Props.git",
                "reference": "0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mrclay/Props/zipball/0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843",
                "reference": "0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "pimple/pimple": "~3.0",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "time": "2019-11-26T17:56:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Props\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Steve Clay",
                    "email": "steve@mrclay.org",
                    "homepage": "http://www.mrclay.org/"
                }
            ],
            "description": "Props is a simple DI container that allows retrieving values via custom property and method names",
            "keywords": [
                "container",
                "dependency injection",
                "dependency injection container",
                "di",
                "di container"
            ],
            "support": {
                "issues": "https://github.com/mrclay/Props/issues",
                "source": "https://github.com/mrclay/Props/tree/master"
            },
            "install-path": "../mrclay/props-dic"
        },
        {
            "name": "pimple/pimple",
            "version": "v3.5.0",
            "version_normalized": "3.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/silexphp/Pimple.git",
                "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
                "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1 || ^2.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^5.4@dev"
            },
            "time": "2021-10-28T11:13:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Pimple": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Pimple, a simple Dependency Injection Container",
            "homepage": "https://pimple.symfony.com",
            "keywords": [
                "container",
                "dependency injection"
            ],
            "support": {
                "source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
            },
            "install-path": "../pimple/pimple"
        },
        {
            "name": "psr/container",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:50:12+00:00",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "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.2"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/log",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-07-14T16:46:02+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/3.0.0"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v5.4.8",
            "version_normalized": "5.4.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1",
                "symfony/phpunit-bridge": "~3.2"
            },
            "time": "2017-05-01T15:54:03+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "http://swiftmailer.org",
            "keywords": [
                "email",
                "mail",
                "mailer"
            ],
            "support": {
                "issues": "https://github.com/swiftmailer/swiftmailer/issues",
                "source": "https://github.com/swiftmailer/swiftmailer/tree/v5.4.8"
            },
            "install-path": "../swiftmailer/swiftmailer"
        },
        {
            "name": "tubalmartin/cssmin",
            "version": "v4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
                "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
                "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "cogpowered/finediff": "0.3.*",
                "phpunit/phpunit": "4.8.*"
            },
            "time": "2018-01-15T15:26:51+00:00",
            "bin": [
                "cssmin"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "tubalmartin\\CssMin\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Túbal Martín",
                    "homepage": "http://tubalmartin.me/"
                }
            ],
            "description": "A PHP port of the YUI CSS compressor",
            "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
            "keywords": [
                "compress",
                "compressor",
                "css",
                "cssmin",
                "minify",
                "yui"
            ],
            "support": {
                "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues",
                "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port"
            },
            "install-path": "../tubalmartin/cssmin"
        },
        {
            "name": "vw/tools",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/batdan/viewing-tools.git",
                "reference": "8f6b7e81f591430a33294831ab233faf490a350f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/batdan/viewing-tools/zipball/8f6b7e81f591430a33294831ab233faf490a350f",
                "reference": "8f6b7e81f591430a33294831ab233faf490a350f",
                "shasum": ""
            },
            "require": {
                "firephp/firephp-core": "@stable",
                "monolog/monolog": "^2.2",
                "mrclay/minify": "@stable",
                "swiftmailer/swiftmailer": "5.4.8"
            },
            "time": "2021-03-17T15:52:30+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Daniel Gomes",
                    "role": "Developer"
                }
            ],
            "support": {
                "issues": "https://github.com/batdan/viewing-tools/issues",
                "source": "https://github.com/batdan/viewing-tools/tree/master"
            },
            "install-path": "../vw/tools"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
