Skip to content
Snippets Groups Projects
composer.lock 339 KiB
Newer Older
{
    "_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"
    ],
Sebastian Kehr's avatar
Sebastian Kehr committed
    "content-hash": "8f632938475a6265104ca49d4fe4539a",
    "packages": [
        {
            "name": "ahand/mobileesp",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ahand/mobileesp.git",
                "reference": "c02055dbe9baee63aab11438f4d7b5d25075d347"
                "url": "https://api.github.com/repos/ahand/mobileesp/zipball/c02055dbe9baee63aab11438f4d7b5d25075d347",
                "reference": "c02055dbe9baee63aab11438f4d7b5d25075d347",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "PHP"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Anthony Hand",
                    "email": "anthony.hand@gmail.com",
                    "role": "Maintainer"
                }
            ],
            "description": "Since 2008, MobileESP provides web site developers an easy-to-use and lightweight API for detecting whether visitors are using a mobile device, and if so, what kind. The APIs provide simple boolean results ('true' or 'false') for identifying individual device categories (such as iPhone, BlackBerry, Android, and Windows Mobile), device capabilities (e.g., J2ME), and broad classes of devices, such as 'iPhone Tier' (iPhone/Android/Tizen) or 'Tablet Tier.' APIs are available in PHP, JavaScript, Java, C#, Ruby Python, and more.",
            "homepage": "http://www.mobileesp.org",
            "keywords": [
                "Mobile-Detect",
                "browser",
                "detect android",
                "detect ipad",
                "detect iphone",
                "detect tablet",
                "mobile",
                "mobile detect",
                "mobile detector",
                "mobile device",
                "mobile esp",
                "mobile redirect",
                "mobile view managing",
                "mobiledetect",
                "responsive web",
                "user agent",
                "useragent"
            ],
            "time": "2017-06-06T22:20:56+00:00"
        {
            "name": "bacon/bacon-qr-code",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Bacon/BaconQrCode.git",
                "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
                "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": "^5.4|^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8"
            },
            "suggest": {
                "ext-gd": "to generate QR code images"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "BaconQrCode": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Ben Scholzen 'DASPRiD'",
                    "email": "mail@dasprids.de",
                    "homepage": "http://www.dasprids.de",
                    "role": "Developer"
                }
            ],
            "description": "BaconQrCode is a QR code generator for PHP.",
            "homepage": "https://github.com/Bacon/BaconQrCode",
            "time": "2017-10-17T09:59:25+00:00"
        },
        {
            "name": "cap60552/php-sip2",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cap60552/php-sip2.git",
                "reference": "9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cap60552/php-sip2/zipball/9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1",
                "reference": "9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "John Wohlers",
                    "email": "john@wohlershome.net",
                    "role": "Maintainer"
                }
            ],
            "description": "PHP class library to facilitate communication with Integrated Library System (ILS) servers via 3M's SIP2.",
            "homepage": "https://github.com/cap60552/php-sip2",
Demian Katz's avatar
Demian Katz committed
            "time": "2015-11-03T04:42:39+00:00"
        },
        {
            "name": "container-interop/container-interop",
Demian Katz's avatar
Demian Katz committed
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/container-interop/container-interop.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
Demian Katz's avatar
Demian Katz committed
            "require": {
                "psr/container": "^1.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Interop\\Container\\": "src/Interop/Container/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
Demian Katz's avatar
Demian Katz committed
            "homepage": "https://github.com/container-interop/container-interop",
            "abandoned": "psr/container",
Demian Katz's avatar
Demian Katz committed
            "time": "2017-02-14T19:40:03+00:00"
Sebastian Kehr's avatar
Sebastian Kehr committed
        {
            "name": "doctrine/annotations",
            "version": "v1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "phpunit/phpunit": "^5.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "time": "2017-02-24T16:22:25+00:00"
        },
        {
            "name": "doctrine/cache",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "c15dcd24b756f9e52ea7c3ae8227354f3628f11a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/c15dcd24b756f9e52ea7c3ae8227354f3628f11a",
                "reference": "c15dcd24b756f9e52ea7c3ae8227354f3628f11a",
                "shasum": ""
            },
            "require": {
                "php": "~7.1"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "alcaeus/mongo-php-adapter": "^1.1",
                "doctrine/coding-standard": "^6.0",
                "mongodb/mongodb": "^1.1",
                "phpunit/phpunit": "^7.0",
                "predis/predis": "~1.0"
            },
            "suggest": {
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "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": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
            "keywords": [
                "abstraction",
                "apcu",
                "cache",
                "caching",
                "couchdb",
                "memcached",
                "php",
                "redis",
                "riak",
                "xcache"
            ],
            "time": "2019-11-11T10:31:52+00:00"
        },
        {
            "name": "doctrine/lexer",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "lexer",
                "parser"
            ],
            "time": "2014-09-09T13:34:57+00:00"
        },
        {
            "name": "endroid/qr-code",
            "version": "2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/endroid/qr-code.git",
                "reference": "a9a57ab57ac75928fcdcfb2a71179963ff6fe573"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/endroid/qr-code/zipball/a9a57ab57ac75928fcdcfb2a71179963ff6fe573",
                "reference": "a9a57ab57ac75928fcdcfb2a71179963ff6fe573",
                "shasum": ""
            },
            "require": {
                "bacon/bacon-qr-code": "^1.0.3",
                "ext-gd": "*",
                "khanamiryan/qrcode-detector-decoder": "^1.0",
                "myclabs/php-enum": "^1.5",
                "php": ">=5.6",
                "symfony/options-resolver": ">=2.7",
                "symfony/property-access": ">=2.7"
            },
            "require-dev": {
                "phpunit/phpunit": ">=5.7",
                "symfony/asset": ">=2.7",
                "symfony/browser-kit": ">=2.7",
                "symfony/finder": ">=2.7",
                "symfony/framework-bundle": ">=2.7",
                "symfony/http-kernel": ">=2.7",
                "symfony/templating": ">=2.7",
                "symfony/twig-bundle": ">=2.7",
                "symfony/yaml": ">=2.7"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Endroid\\QrCode\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeroen van den Enden",
                    "email": "info@endroid.nl",
                    "homepage": "http://endroid.nl/"
                }
            ],
            "description": "Endroid QR Code",
            "homepage": "https://github.com/endroid/QrCode",
            "keywords": [
                "bundle",
                "code",
                "endroid",
                "flex",
                "qr",
                "qrcode",
                "symfony"
            ],
            "time": "2017-10-22T18:56:00+00:00"
        },
        {
            "name": "filp/whoops",
            "source": {
                "type": "git",
                "url": "https://github.com/filp/whoops.git",
                "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
                "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9 || ^7.0",
                "psr/log": "^1.0.1"
            },
            "require-dev": {
Demian Katz's avatar
Demian Katz committed
                "mockery/mockery": "^0.9 || ^1.0",
Demian Katz's avatar
Demian Katz committed
                "phpunit/phpunit": "^4.8.35 || ^5.7",
Demian Katz's avatar
Demian Katz committed
                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
            },
            "suggest": {
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
                "whoops/soap": "Formats errors as SOAP responses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                }
            },
            "autoload": {
                "psr-4": {
                    "Whoops\\": "src/Whoops/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Filipe Dobreira",
                    "homepage": "https://github.com/filp",
                    "role": "Developer"
                }
            ],
            "description": "php error handling for cool kids",
            "homepage": "https://filp.github.io/whoops/",
            "keywords": [
                "error",
                "exception",
                "handling",
                "library",
                "throwable",
                "whoops"
Sebastian Kehr's avatar
Sebastian Kehr committed
        {
            "name": "finc/rules-evaluator",
            "version": "v0.0.3",
            "source": {
                "type": "git",
                "url": "https://git.sc.uni-leipzig.de/ubl/finc/rules-evaluator.git",
                "reference": "10561b959e3793c36372eba792cb1709e868a089"
            },
            "require": {
                "php": ">=5.6",
                "symfony/expression-language": "^3.4"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "finc\\Rules\\Evaluator\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Sebastian Kehr",
                    "email": "kehr@ub.uni-leipzig.de"
                }
            ],
            "description": "Rules evaluator based on Symfony Expression Language Component.",
            "time": "2018-08-09T09:54:19+00:00"
        },
        {
            "name": "finc/symfony-serializer-zend-bridge",
            "version": "v0.0.1",
            "source": {
                "type": "git",
                "url": "https://git.sc.uni-leipzig.de/ubl/finc/fid/symfony-serializer-zend-bridge.git",
                "reference": "9b0c05c112c40a626f8bead49d9ad34b3916ce8c"
            },
            "require": {
                "doctrine/annotations": "^1.4",
                "doctrine/cache": "^1.8",
                "php": "^7.1",
                "symfony/cache": "^3.4",
                "symfony/property-access": "^3.4",
                "symfony/property-info": "^3.4",
                "symfony/serializer": "^3.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "finc\\SymfonySerializerZendBridge\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Sebastian Kehr",
                    "email": "kehr@ub.uni-leipzig.de"
                }
            ],
            "description": "Reusable adapters for usage with zend-serializer.",
            "time": "2019-05-07T12:27:13+00:00"
        },
        {
            "name": "finc/vufindhttp-psrcompat",
            "version": "v0.0.2",
            "source": {
                "type": "git",
                "url": "https://git.sc.uni-leipzig.de/ubl/finc/fid/vufindhttp-psrcompat.git",
                "reference": "462ebd51d69f3e81e6c2167dda05f7ffa18fa942"
            },
            "require": {
                "finc/zend-psr18bridge": "~0.0.1",
                "php": "^7.1",
                "vufind-org/vufindhttp": "~2.1"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "finc\\VuFindHttpPsrCompat\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Sebastian Kehr",
                    "email": "kehr@ub.uni-leipzig.de"
                }
            ],
            "description": "PSR compatibility layer for vufind-org/vufindhttp",
            "time": "2019-06-13T10:58:08+00:00"
        },
        {
            "name": "finc/zend-psr18bridge",
            "version": "v0.0.1",
            "source": {
                "type": "git",
                "url": "https://git.sc.uni-leipzig.de/ubl/finc/fid/zend-psr18bridge.git",
                "reference": "6f97dd4c6949e44c144631bf428f48d4298149b8"
            },
            "require": {
                "php": "^7.1",
                "psr/http-client": "^1.0",
                "psr/http-message": "^1.0",
                "zendframework/zend-psr7bridge": "^1.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "finc\\ZendPsr18Bridge\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Sebastian Kehr",
                    "email": "kehr@ub.uni-leipzig.de"
                }
            ],
            "description": "PSR 18 compatibility for zend-http clients.",
            "time": "2019-03-15T09:49:28+00:00"
        },
        {
            "name": "ghislainf/zf2-whoops",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ghislainf/zf2-whoops.git",
                "reference": "2649cf7caf400409942ddc3f8fe15b89381fc74e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ghislainf/zf2-whoops/zipball/2649cf7caf400409942ddc3f8fe15b89381fc74e",
                "reference": "2649cf7caf400409942ddc3f8fe15b89381fc74e",
                "shasum": ""
            },
            "require": {
                "filp/whoops": "2.*",
                "php": ">=5.3.3",
                "zendframework/zend-config": "*",
                "zendframework/zend-console": "*",
                "zendframework/zend-eventmanager": "*",
                "zendframework/zend-mvc": "*"
            },
            "type": "module",
            "autoload": {
                "psr-0": {
                    "zf2-whoops": "src/"
                },
                "classmap": [
                    "./Module.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Balázs Németh",
                    "email": "zsilbi@zsilbi.hu"
                },
                {
                    "name": "Ghislain de Fontenay",
                    "homepage": "http://www.ghislainf.me/",
                    "role": "Developer"
                },
                {
                    "name": "Filipe Dobreira",
                    "homepage": "https://github.com/filp"
                },
                {
                    "name": "Andreas Frömer",
                    "homepage": "https://github.com/icanhazstring"
                }
            ],
            "description": "PHP whoops error on ZF2 framework",
            "homepage": "https://github.com/ghislainf/zf2-whoops",
            "time": "2016-06-06T08:41:08+00:00"
                "url": "https://github.com/apereo/phpCAS.git",
                "reference": "7972833e84f6ee5fa41f1479eab5d855109627f5"
                "url": "https://api.github.com/repos/apereo/phpCAS/zipball/7972833e84f6ee5fa41f1479eab5d855109627f5",
                "reference": "7972833e84f6ee5fa41f1479eab5d855109627f5",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7.10"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "source/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Joachim Fritschi",
                    "homepage": "https://wiki.jasig.org/display/~fritschi"
                },
                {
                    "name": "Adam Franco",
                    "homepage": "https://wiki.jasig.org/display/~adamfranco"
                }
            ],
            "description": "Provides a simple API for authenticating users against a CAS server",
            "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
            "keywords": [
            "time": "2018-10-25T20:22:09+00:00"
        {
            "name": "khanamiryan/qrcode-detector-decoder",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
                "reference": "a75482d3bc804e3f6702332bfda6cccbb0dfaa76"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/a75482d3bc804e3f6702332bfda6cccbb0dfaa76",
                "reference": "a75482d3bc804e3f6702332bfda6cccbb0dfaa76",
                "shasum": ""
            },
            "require": {
                "php": "^5.6|^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Zxing\\": "lib/"
                },
                "files": [
                    "lib/Common/customFunctions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ashot Khanamiryan",
                    "email": "a.khanamiryan@gmail.com",
                    "homepage": "https://github.com/khanamiryan",
                    "role": "Developer"
                }
            ],
            "description": "QR code decoder / reader",
            "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder/",
            "keywords": [
                "barcode",
                "qr",
                "zxing"
            ],
            "time": "2018-04-26T11:41:33+00:00"
        },
        {
            "name": "matthiasmullie/minify",
            "source": {
                "type": "git",
                "url": "https://github.com/matthiasmullie/minify.git",
                "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751"
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
                "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "matthiasmullie/path-converter": "~1.1",
                "php": ">=5.3.0"
            },
            "require-dev": {
Demian Katz's avatar
Demian Katz committed
                "friendsofphp/php-cs-fixer": "~2.0",
                "matthiasmullie/scrapbook": "~1.0",
                "phpunit/phpunit": "~4.8"
            },
            "suggest": {
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
            },
            "bin": [
                "bin/minifycss",
                "bin/minifyjs"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MatthiasMullie\\Minify\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "minify@mullie.eu",
                    "homepage": "http://www.mullie.eu",
                    "role": "Developer"
                }
            ],
Demian Katz's avatar
Demian Katz committed
            "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
            "homepage": "http://www.minifier.org",
            "keywords": [
                "JS",
                "css",
                "javascript",
                "minifier",
                "minify"
            ],
            "time": "2018-11-26T23:10:39+00:00"
        },
        {
            "name": "matthiasmullie/path-converter",
            "source": {
                "type": "git",
                "url": "https://github.com/matthiasmullie/path-converter.git",
                "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9"
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
                "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MatthiasMullie\\PathConverter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "pathconverter@mullie.eu",
                    "homepage": "http://www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "Relative path converter",
            "homepage": "http://github.com/matthiasmullie/path-converter",
            "keywords": [
                "converter",
                "path",
                "paths",
                "relative"
            ],
        {
            "name": "myclabs/php-enum",
Sebastian Kehr's avatar
Sebastian Kehr committed
            "version": "1.6.4",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/php-enum.git",
Sebastian Kehr's avatar
Sebastian Kehr committed
                "reference": "550d2334d77f91b0816a5cbd6965272fe20146b8"
            },
            "dist": {
                "type": "zip",
Sebastian Kehr's avatar
Sebastian Kehr committed
                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/550d2334d77f91b0816a5cbd6965272fe20146b8",
                "reference": "550d2334d77f91b0816a5cbd6965272fe20146b8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
                "squizlabs/php_codesniffer": "1.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MyCLabs\\Enum\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP Enum contributors",
                    "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
                }
            ],
            "description": "PHP Enum implementation",
            "homepage": "http://github.com/myclabs/php-enum",
            "keywords": [
                "enum"
            ],
Sebastian Kehr's avatar
Sebastian Kehr committed
            "time": "2018-10-30T14:36:18+00:00"
Demian Katz's avatar
Demian Katz committed
        {
            "name": "ocramius/package-versions",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/PackageVersions.git",
                "reference": "ad8a245decad4897cc6b432743913dad0d69753c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/ad8a245decad4897cc6b432743913dad0d69753c",
                "reference": "ad8a245decad4897cc6b432743913dad0d69753c",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0",
                "php": "~7.0"
            },
            "require-dev": {
                "composer/composer": "^1.3",
                "ext-zip": "*",
                "humbug/humbug": "dev-master",
                "phpunit/phpunit": "^6.4"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "PackageVersions\\Installer",
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PackageVersions\\": "src/PackageVersions"
                }
            },