{ "_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": "412f682a3730304eb0fc5c2e150ed228", "packages": [ { "name": "ahand/mobileesp", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/ahand/mobileesp.git", "reference": "c02055dbe9baee63aab11438f4d7b5d25075d347" }, "dist": { "type": "zip", "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" ], "support": { "issues": "https://github.com/ahand/mobileesp/issues", "source": "https://github.com/ahand/mobileesp/" }, "time": "2017-06-06T22:20:56+00:00" }, { "name": "bacon/bacon-qr-code", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", "reference": "3e9d791b67d0a2912922b7b7c7312f4b37af41e4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/3e9d791b67d0a2912922b7b7c7312f4b37af41e4", "reference": "3e9d791b67d0a2912922b7b7c7312f4b37af41e4", "shasum": "" }, "require": { "dasprid/enum": "^1.0.3", "ext-iconv": "*", "php": "^7.1 || ^8.0" }, "require-dev": { "phly/keep-a-changelog": "^1.4", "phpunit/phpunit": "^7 | ^8 | ^9", "squizlabs/php_codesniffer": "^3.4" }, "suggest": { "ext-imagick": "to generate QR code images" }, "type": "library", "autoload": { "psr-4": { "BaconQrCode\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Ben Scholzen 'DASPRiD'", "email": "mail@dasprids.de", "homepage": "https://dasprids.de/", "role": "Developer" } ], "description": "BaconQrCode is a QR code generator for PHP.", "homepage": "https://github.com/Bacon/BaconQrCode", "support": { "issues": "https://github.com/Bacon/BaconQrCode/issues", "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.3" }, "time": "2020-10-30T02:02:47+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", "support": { "issues": "https://github.com/cap60552/php-sip2/issues", "source": "https://github.com/cap60552/php-sip2/tree/v1.0.0" }, "time": "2015-11-03T04:42:39+00:00" }, { "name": "colinmollenhour/credis", "version": "v1.12.1", "source": { "type": "git", "url": "https://github.com/colinmollenhour/credis.git", "reference": "c27faa11724229986335c23f4b6d0f1d8d6547fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/c27faa11724229986335c23f4b6d0f1d8d6547fb", "reference": "c27faa11724229986335c23f4b6d0f1d8d6547fb", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "autoload": { "classmap": [ "Client.php", "Cluster.php", "Sentinel.php", "Module.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Colin Mollenhour", "email": "colin@mollenhour.com" } ], "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.", "homepage": "https://github.com/colinmollenhour/credis", "support": { "issues": "https://github.com/colinmollenhour/credis/issues", "source": "https://github.com/colinmollenhour/credis/tree/v1.12.1" }, "time": "2020-11-06T16:09:14+00:00" }, { "name": "composer/package-versions-deprecated", "version": "1.11.99.2", "source": { "type": "git", "url": "https://github.com/composer/package-versions-deprecated.git", "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c6522afe5540d5fc46675043d3ed5a45a740b27c", "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c", "shasum": "" }, "require": { "composer-plugin-api": "^1.1.0 || ^2.0", "php": "^7 || ^8" }, "replace": { "ocramius/package-versions": "1.11.99" }, "require-dev": { "composer/composer": "^1.9.3 || ^2.0@dev", "ext-zip": "^1.13", "phpunit/phpunit": "^6.5 || ^7" }, "type": "composer-plugin", "extra": { "class": "PackageVersions\\Installer", "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "PackageVersions\\": "src/PackageVersions" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "support": { "issues": "https://github.com/composer/package-versions-deprecated/issues", "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.2" }, "time": "2021-05-24T07:46:03+00:00" }, { "name": "container-interop/container-interop", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/container-interop/container-interop.git", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", "shasum": "" }, "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.)", "homepage": "https://github.com/container-interop/container-interop", "support": { "issues": "https://github.com/container-interop/container-interop/issues", "source": "https://github.com/container-interop/container-interop/tree/master" }, "abandoned": "psr/container", "time": "2017-02-14T19:40:03+00:00" }, { "name": "dasprid/enum", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/DASPRiD/Enum.git", "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2", "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^7 | ^8 | ^9", "squizlabs/php_codesniffer": "^3.4" }, "type": "library", "autoload": { "psr-4": { "DASPRiD\\Enum\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Ben Scholzen 'DASPRiD'", "email": "mail@dasprids.de", "homepage": "https://dasprids.de/", "role": "Developer" } ], "description": "PHP 7.1 enum implementation", "keywords": [ "enum", "map" ], "support": { "issues": "https://github.com/DASPRiD/Enum/issues", "source": "https://github.com/DASPRiD/Enum/tree/1.0.3" }, "time": "2020-10-02T16:03:48+00:00" }, { "name": "endroid/qr-code", "version": "3.9.6", "source": { "type": "git", "url": "https://github.com/endroid/qr-code.git", "reference": "9cdd4f5d609bfc8811ca4a62b4d23eb16976242f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/endroid/qr-code/zipball/9cdd4f5d609bfc8811ca4a62b4d23eb16976242f", "reference": "9cdd4f5d609bfc8811ca4a62b4d23eb16976242f", "shasum": "" }, "require": { "bacon/bacon-qr-code": "^2.0", "khanamiryan/qrcode-detector-decoder": "^1.0.2", "myclabs/php-enum": "^1.5", "php": ">=7.2", "symfony/options-resolver": "^3.4||^4.4||^5.0", "symfony/property-access": "^3.4||^4.4||^5.0" }, "require-dev": { "endroid/quality": "^1.3.7", "setasign/fpdf": "^1.8" }, "suggest": { "ext-gd": "Required for generating PNG images", "roave/security-advisories": "Avoids installation of package versions with vulnerabilities", "setasign/fpdf": "Required to use the FPDF writer.", "symfony/security-checker": "Checks your composer.lock for vulnerabilities" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.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" } ], "description": "Endroid QR Code", "homepage": "https://github.com/endroid/qr-code", "keywords": [ "bundle", "code", "endroid", "php", "qr", "qrcode" ], "support": { "issues": "https://github.com/endroid/qr-code/issues", "source": "https://github.com/endroid/qr-code/tree/3.9.6" }, "time": "2020-11-27T14:30:38+00:00" }, { "name": "filp/whoops", "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "2edbc73a4687d9085c8f20f398eebade844e8424" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/2edbc73a4687d9085c8f20f398eebade844e8424", "reference": "2edbc73a4687d9085c8f20f398eebade844e8424", "shasum": "" }, "require": { "php": "^5.5.9 || ^7.0 || ^8.0", "psr/log": "^1.0.1" }, "require-dev": { "mockery/mockery": "^0.9 || ^1.0", "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.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": { "dev-master": "2.7-dev" } }, "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" ], "support": { "issues": "https://github.com/filp/whoops/issues", "source": "https://github.com/filp/whoops/tree/2.13.0" }, "time": "2021-06-04T12:00:00+00:00" }, { "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": "jasig/phpcas", "version": "1.3.8", "source": { "type": "git", "url": "https://github.com/apereo/phpCAS.git", "reference": "40c0769ce05a30c8172b36ceab11124375c8366e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/apereo/phpCAS/zipball/40c0769ce05a30c8172b36ceab11124375c8366e", "reference": "40c0769ce05a30c8172b36ceab11124375c8366e", "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": [ "apereo", "cas", "jasig" ], "support": { "issues": "https://github.com/apereo/phpCAS/issues", "source": "https://github.com/apereo/phpCAS/tree/1.3.8" }, "time": "2019-08-18T20:01:55+00:00" }, { "name": "khanamiryan/qrcode-detector-decoder", "version": "1.0.5.1", "source": { "type": "git", "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git", "reference": "b96163d4f074970dfe67d4185e75e1f4541b30ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/b96163d4f074970dfe67d4185e75e1f4541b30ca", "reference": "b96163d4f074970dfe67d4185e75e1f4541b30ca", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0" }, "type": "library", "autoload": { "psr-4": { "Zxing\\": "lib/" }, "files": [ "lib/Common/customFunctions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT", "Apache-2.0" ], "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" ], "support": { "issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues", "source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/1.0.5.1" }, "time": "2021-04-21T08:02:08+00:00" }, { "name": "laminas/laminas-cache", "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache.git", "reference": "060b2a71d42b12122a3546594727e7d4b870abd5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache/zipball/060b2a71d42b12122a3546594727e7d4b870abd5", "reference": "060b2a71d42b12122a3546594727e7d4b870abd5", "shasum": "" }, "require": { "laminas/laminas-cache-storage-adapter-apc": "^1.0", "laminas/laminas-cache-storage-adapter-apcu": "^1.0", "laminas/laminas-cache-storage-adapter-blackhole": "^1.0", "laminas/laminas-cache-storage-adapter-dba": "^1.0", "laminas/laminas-cache-storage-adapter-ext-mongodb": "^1.0", "laminas/laminas-cache-storage-adapter-filesystem": "^1.0", "laminas/laminas-cache-storage-adapter-memcache": "^1.0", "laminas/laminas-cache-storage-adapter-memcached": "^1.0", "laminas/laminas-cache-storage-adapter-memory": "^1.0", "laminas/laminas-cache-storage-adapter-mongodb": "^1.0", "laminas/laminas-cache-storage-adapter-redis": "^1.0", "laminas/laminas-cache-storage-adapter-session": "^1.0", "laminas/laminas-cache-storage-adapter-wincache": "^1.0", "laminas/laminas-cache-storage-adapter-xcache": "^1.0", "laminas/laminas-cache-storage-adapter-zend-server": "^1.0", "laminas/laminas-eventmanager": "^2.6.3 || ^3.2", "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0", "psr/cache": "^1.0", "psr/simple-cache": "^1.0" }, "provide": { "psr/cache-implementation": "1.0", "psr/simple-cache-implementation": "1.0" }, "replace": { "zendframework/zend-cache": "^2.9.0" }, "require-dev": { "cache/integration-tests": "^0.16", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-serializer": "^2.6", "phpbench/phpbench": "^0.13", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "suggest": { "laminas/laminas-serializer": "Laminas\\Serializer component" }, "type": "library", "extra": { "laminas": { "component": "Laminas\\Cache", "config-provider": "Laminas\\Cache\\ConfigProvider" } }, "autoload": { "files": [ "autoload/patternPluginManagerPolyfill.php" ], "psr-4": { "Laminas\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output", "homepage": "https://laminas.dev", "keywords": [ "cache", "laminas", "psr-16", "psr-6" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-cache/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-cache/issues", "rss": "https://github.com/laminas/laminas-cache/releases.atom", "source": "https://github.com/laminas/laminas-cache" }, "time": "2020-11-08T13:01:19+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-apc", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-apc.git", "reference": "8b375d994f6e67534f6ae6e995249e706faa30c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-apc/zipball/8b375d994f6e67534f6ae6e995249e706faa30c1", "reference": "8b375d994f6e67534f6ae6e995249e706faa30c1", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "suggest": { "ext-apc": "APC or compatible extension, to use the APC storage adapter" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-apc/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-apc/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-apc/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-apc" }, "abandoned": true, "time": "2020-10-12T16:04:12+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-apcu", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-apcu.git", "reference": "1fdd7585042c1a577f6e630535df1e86e23cf5dc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-apcu/zipball/1fdd7585042c1a577f6e630535df1e86e23cf5dc", "reference": "1fdd7585042c1a577f6e630535df1e86e23cf5dc", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "suggest": { "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for apcu", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-apcu/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-apcu/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-apcu/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-apcu" }, "time": "2020-10-12T16:05:19+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-blackhole", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole.git", "reference": "1b89329e1b84341018a47b9a5cdc50e97af3d067" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-blackhole/zipball/1b89329e1b84341018a47b9a5cdc50e97af3d067", "reference": "1b89329e1b84341018a47b9a5cdc50e97af3d067", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "1.0.2", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for blackhole", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-blackhole/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole" }, "time": "2021-04-29T20:48:20+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-dba", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-dba.git", "reference": "ad968d3d8a0350af8e6717be58bb96e5a9e77f3b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-dba/zipball/ad968d3d8a0350af8e6717be58bb96e5a9e77f3b", "reference": "ad968d3d8a0350af8e6717be58bb96e5a9e77f3b", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "suggest": { "ext-dba": "DBA, to use the DBA storage adapter" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for dba", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-dba/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-dba/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-dba/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-dba" }, "abandoned": true, "time": "2020-10-12T16:08:58+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-ext-mongodb", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb.git", "reference": "011ec5a8ca721ba012d232b1a01b50a55904b99f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-ext-mongodb/zipball/011ec5a8ca721ba012d232b1a01b50a55904b99f", "reference": "011ec5a8ca721ba012d232b1a01b50a55904b99f", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "suggest": { "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for ext-mongodb", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-ext-mongodb/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb" }, "time": "2020-10-12T16:11:06+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-filesystem", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem.git", "reference": "ae1723bcd84efbdae8f20cbb1bacb9ce9c13dbde" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-filesystem/zipball/ae1723bcd84efbdae8f20cbb1bacb9ce9c13dbde", "reference": "ae1723bcd84efbdae8f20cbb1bacb9ce9c13dbde", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for filesystem", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-filesystem/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem" }, "time": "2020-10-12T16:12:14+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-memcache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-memcache.git", "reference": "62d0fab1cd261b44a81821e986c0110d7dda896b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memcache/zipball/62d0fab1cd261b44a81821e986c0110d7dda896b", "reference": "62d0fab1cd261b44a81821e986c0110d7dda896b", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "suggest": { "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for memcache", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memcache/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memcache/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memcache/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-memcache" }, "abandoned": true, "time": "2020-10-12T16:13:36+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-memcached", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-memcached.git", "reference": "29599106bb501eb96207b175c460c95487518db1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memcached/zipball/29599106bb501eb96207b175c460c95487518db1", "reference": "29599106bb501eb96207b175c460c95487518db1", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for memcached", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memcached/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memcached/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memcached/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-memcached" }, "time": "2020-10-12T16:16:42+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-memory", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-memory.git", "reference": "58f4b45281552bb6673c900fadddad21e0ed05c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memory/zipball/58f4b45281552bb6673c900fadddad21e0ed05c8", "reference": "58f4b45281552bb6673c900fadddad21e0ed05c8", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for memory", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memory/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memory/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memory/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-memory" }, "time": "2020-10-12T16:17:47+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-mongodb", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb.git", "reference": "ef4aa396b55533b8eb3e1d4126c39a78a22e49a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-mongodb/zipball/ef4aa396b55533b8eb3e1d4126c39a78a22e49a6", "reference": "ef4aa396b55533b8eb3e1d4126c39a78a22e49a6", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for mongodb", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-mongodb/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb" }, "abandoned": true, "time": "2020-10-12T16:19:10+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-redis", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-redis.git", "reference": "3fe904953d17728d7fdaa87be603231f23fb0a4d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-redis/zipball/3fe904953d17728d7fdaa87be603231f23fb0a4d", "reference": "3fe904953d17728d7fdaa87be603231f23fb0a4d", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for redis", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-redis/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-redis/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-redis/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-redis" }, "time": "2020-10-12T16:20:13+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-session", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-session.git", "reference": "0d2276cd61bd162cd38c53aaa22f18137621dc0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-session/zipball/0d2276cd61bd162cd38c53aaa22f18137621dc0c", "reference": "0d2276cd61bd162cd38c53aaa22f18137621dc0c", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-session": "^2.7.4", "squizlabs/php_codesniffer": "^2.7" }, "suggest": { "laminas/laminas-session": "Laminas\\Session component" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for session", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-session/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-session/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-session/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-session" }, "time": "2020-10-12T16:21:28+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-wincache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-wincache.git", "reference": "0f54599c5d9aff11b01adadd2742097f923170ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-wincache/zipball/0f54599c5d9aff11b01adadd2742097f923170ba", "reference": "0f54599c5d9aff11b01adadd2742097f923170ba", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "suggest": { "ext-wincache": "WinCache, to use the WinCache storage adapter" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for wincache", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-wincache/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-wincache/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-wincache/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-wincache" }, "abandoned": true, "time": "2020-10-12T16:22:49+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-xcache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-xcache.git", "reference": "24049557aa796ec7527bcc8032ed68346232b219" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-xcache/zipball/24049557aa796ec7527bcc8032ed68346232b219", "reference": "24049557aa796ec7527bcc8032ed68346232b219", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-serializer": "^2.9", "squizlabs/php_codesniffer": "^2.7" }, "suggest": { "ext-xcache": "XCache, to use the XCache storage adapter" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for xcache", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-xcache/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-xcache/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-xcache/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-xcache" }, "abandoned": true, "time": "2020-10-12T16:23:46+00:00" }, { "name": "laminas/laminas-cache-storage-adapter-zend-server", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server.git", "reference": "8d0b0d219a048a92472d89a5e527990f3ea2decc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-zend-server/zipball/8d0b0d219a048a92472d89a5e527990f3ea2decc", "reference": "8d0b0d219a048a92472d89a5e527990f3ea2decc", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-cache": "<2.10" }, "provide": { "laminas/laminas-cache-storage-implementation": "1.0" }, "require-dev": { "laminas/laminas-cache": "^2.10", "laminas/laminas-cache-storage-adapter-test": "^1.0@dev", "laminas/laminas-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Cache\\Storage\\Adapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas cache adapter for zend-server", "keywords": [ "cache", "laminas" ], "support": { "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-zend-server/", "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server/issues", "rss": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server/releases.atom", "source": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server" }, "abandoned": true, "time": "2020-10-12T16:24:25+00:00" }, { "name": "laminas/laminas-captcha", "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-captcha.git", "reference": "b88f650f3adf2d902ef56f6377cceb5cd87b9876" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-captcha/zipball/b88f650f3adf2d902ef56f6377cceb5cd87b9876", "reference": "b88f650f3adf2d902ef56f6377cceb5cd87b9876", "shasum": "" }, "require": { "laminas/laminas-math": "^2.7 || ^3.0", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-captcha": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-recaptcha": "^3.0", "laminas/laminas-session": "^2.8", "laminas/laminas-text": "^2.6", "laminas/laminas-validator": "^2.10.1", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "suggest": { "laminas/laminas-i18n-resources": "Translations of captcha messages", "laminas/laminas-recaptcha": "Laminas\\ReCaptcha component", "laminas/laminas-session": "Laminas\\Session component", "laminas/laminas-text": "Laminas\\Text component", "laminas/laminas-validator": "Laminas\\Validator component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.9.x-dev", "dev-develop": "2.10.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Captcha\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more", "homepage": "https://laminas.dev", "keywords": [ "captcha", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-captcha/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-captcha/issues", "rss": "https://github.com/laminas/laminas-captcha/releases.atom", "source": "https://github.com/laminas/laminas-captcha" }, "time": "2019-12-31T16:24:14+00:00" }, { "name": "laminas/laminas-code", "version": "3.4.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766", "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "^2.6 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.1" }, "conflict": { "phpspec/prophecy": "<1.9.0" }, "replace": { "zendframework/zend-code": "self.version" }, "require-dev": { "doctrine/annotations": "^1.7", "ext-phar": "*", "laminas/laminas-coding-standard": "^1.0", "laminas/laminas-stdlib": "^2.7 || ^3.0", "phpunit/phpunit": "^7.5.16 || ^8.4" }, "suggest": { "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", "laminas/laminas-stdlib": "Laminas\\Stdlib component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4.x-dev", "dev-develop": "3.5.x-dev", "dev-dev-4.0": "4.0.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Code\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Extensions to the PHP Reflection API, static code scanning, and code generation", "homepage": "https://laminas.dev", "keywords": [ "code", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-code/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-code/issues", "rss": "https://github.com/laminas/laminas-code/releases.atom", "source": "https://github.com/laminas/laminas-code" }, "time": "2019-12-31T16:28:24+00:00" }, { "name": "laminas/laminas-config", "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-config.git", "reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-config/zipball/b8fe057f55e69a0e7a2e4ced79218a43f58606a8", "reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8", "shasum": "" }, "require": { "ext-json": "*", "laminas/laminas-stdlib": "^2.7.7 || ^3.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0", "psr/container": "^1.0" }, "conflict": { "container-interop/container-interop": "<1.2.0" }, "replace": { "zendframework/zend-config": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-filter": "^2.7.2", "laminas/laminas-i18n": "^2.7.4", "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", "malukenho/docheader": "^0.1.6", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "suggest": { "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor", "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor", "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3.x-dev", "dev-develop": "3.4.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Config\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a nested object property based user interface for accessing this configuration data within application code", "homepage": "https://laminas.dev", "keywords": [ "config", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-config/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-config/issues", "rss": "https://github.com/laminas/laminas-config/releases.atom", "source": "https://github.com/laminas/laminas-config" }, "time": "2019-12-31T16:30:11+00:00" }, { "name": "laminas/laminas-console", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-console.git", "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5", "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-console": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-filter": "^2.7.2", "laminas/laminas-json": "^2.6 || ^3.0", "laminas/laminas-validator": "^2.10.1", "phpunit/phpunit": "^5.7.23 || ^6.4.3" }, "suggest": { "laminas/laminas-filter": "To support DefaultRouteMatcher usage", "laminas/laminas-validator": "To support DefaultRouteMatcher usage" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8.x-dev", "dev-develop": "2.9.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Console\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Build console applications using getopt syntax or routing, complete with prompts", "homepage": "https://laminas.dev", "keywords": [ "console", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-console/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-console/issues", "rss": "https://github.com/laminas/laminas-console/releases.atom", "source": "https://github.com/laminas/laminas-console" }, "abandoned": "laminas/laminas-cli", "time": "2019-12-31T16:31:45+00:00" }, { "name": "laminas/laminas-crypt", "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-crypt.git", "reference": "5f5dfe3ca08c965cc1f44f95831a83a81a93bf78" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-crypt/zipball/5f5dfe3ca08c965cc1f44f95831a83a81a93bf78", "reference": "5f5dfe3ca08c965cc1f44f95831a83a81a93bf78", "shasum": "" }, "require": { "container-interop/container-interop": "^1.2", "ext-mbstring": "*", "laminas/laminas-math": "^3.0", "laminas/laminas-stdlib": "^2.7.7 || ^3.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-crypt": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "suggest": { "ext-openssl": "Required for most features of Laminas\\Crypt" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3.x-dev", "dev-develop": "3.4.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Crypt\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Strong cryptography tools and password hashing", "homepage": "https://laminas.dev", "keywords": [ "crypt", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-crypt/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-crypt/issues", "rss": "https://github.com/laminas/laminas-crypt/releases.atom", "source": "https://github.com/laminas/laminas-crypt" }, "time": "2019-12-31T16:33:24+00:00" }, { "name": "laminas/laminas-db", "version": "2.11.3", "source": { "type": "git", "url": "https://github.com/laminas/laminas-db.git", "reference": "6c4238918b9204db1eb8cafae2c1940d40f4c007" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-db/zipball/6c4238918b9204db1eb8cafae2c1940d40f4c007", "reference": "6c4238918b9204db1eb8cafae2c1940d40f4c007", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-db": "^2.11.0" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "phpunit/phpunit": "^5.7.27 || ^6.5.14" }, "suggest": { "laminas/laminas-eventmanager": "Laminas\\EventManager component", "laminas/laminas-hydrator": "Laminas\\Hydrator component for using HydratingResultSets", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.11.x-dev", "dev-develop": "2.12.x-dev" }, "laminas": { "component": "Laminas\\Db", "config-provider": "Laminas\\Db\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Db\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations", "homepage": "https://laminas.dev", "keywords": [ "db", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-db/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-db/issues", "rss": "https://github.com/laminas/laminas-db/releases.atom", "source": "https://github.com/laminas/laminas-db" }, "time": "2020-03-29T12:08:51+00:00" }, { "name": "laminas/laminas-dependency-plugin", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-dependency-plugin.git", "reference": "7738ded196287dd88dec24d1a3cb58f5d4453e69" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/7738ded196287dd88dec24d1a3cb58f5d4453e69", "reference": "7738ded196287dd88dec24d1a3cb58f5d4453e69", "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", "php": "^5.6 || ^7.0" }, "require-dev": { "composer/composer": "^1.9 || ^2.0", "mikey179/vfsstream": "^1.6", "phpcompatibility/php-compatibility": "^9.3", "roave/security-advisories": "dev-master" }, "type": "composer-plugin", "extra": { "class": "Laminas\\DependencyPlugin\\DependencyRewriterPluginDelegator" }, "autoload": { "psr-4": { "Laminas\\DependencyPlugin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.", "support": { "issues": "https://github.com/laminas/laminas-dependency-plugin/issues", "source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.0.0" }, "time": "2020-10-30T14:51:02+00:00" }, { "name": "laminas/laminas-dom", "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-dom.git", "reference": "631fa74ae6f68e9019b73512f1b3b139d43f3572" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-dom/zipball/631fa74ae6f68e9019b73512f1b3b139d43f3572", "reference": "631fa74ae6f68e9019b73512f1b3b139d43f3572", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-dom": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.23 || ^6.4.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Dom\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides tools for working with DOM documents and structures", "homepage": "https://laminas.dev", "keywords": [ "dom", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-dom/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-dom/issues", "rss": "https://github.com/laminas/laminas-dom/releases.atom", "source": "https://github.com/laminas/laminas-dom" }, "time": "2019-12-31T16:43:02+00:00" }, { "name": "laminas/laminas-escaper", "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70", "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-escaper": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev", "dev-develop": "2.7.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Escaper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", "homepage": "https://laminas.dev", "keywords": [ "escaper", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-escaper/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-escaper/issues", "rss": "https://github.com/laminas/laminas-escaper/releases.atom", "source": "https://github.com/laminas/laminas-escaper" }, "time": "2019-12-31T16:43:30+00:00" }, { "name": "laminas/laminas-eventmanager", "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-eventmanager.git", "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748", "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-eventmanager": "self.version" }, "require-dev": { "athletic/athletic": "^0.1", "container-interop/container-interop": "^1.1.0", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-stdlib": "^2.7.3 || ^3.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "suggest": { "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev", "dev-develop": "3.3-dev" } }, "autoload": { "psr-4": { "Laminas\\EventManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Trigger and listen to events within a PHP application", "homepage": "https://laminas.dev", "keywords": [ "event", "eventmanager", "events", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-eventmanager/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-eventmanager/issues", "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom", "source": "https://github.com/laminas/laminas-eventmanager" }, "time": "2019-12-31T16:44:52+00:00" }, { "name": "laminas/laminas-feed", "version": "2.12.3", "source": { "type": "git", "url": "https://github.com/laminas/laminas-feed.git", "reference": "3c91415633cb1be6f9d78683d69b7dcbfe6b4012" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/3c91415633cb1be6f9d78683d69b7dcbfe6b4012", "reference": "3c91415633cb1be6f9d78683d69b7dcbfe6b4012", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "laminas/laminas-escaper": "^2.5.2", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-feed": "^2.12.0" }, "require-dev": { "laminas/laminas-cache": "^2.7.2", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-db": "^2.8.2", "laminas/laminas-http": "^2.7", "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", "laminas/laminas-validator": "^2.10.1", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20", "psr/http-message": "^1.0.1" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub", "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations", "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent", "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.12.x-dev", "dev-develop": "2.13.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Feed\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides functionality for consuming RSS and Atom feeds", "homepage": "https://laminas.dev", "keywords": [ "feed", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-feed/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-feed/issues", "rss": "https://github.com/laminas/laminas-feed/releases.atom", "source": "https://github.com/laminas/laminas-feed" }, "time": "2020-08-18T13:45:04+00:00" }, { "name": "laminas/laminas-filter", "version": "2.9.4", "source": { "type": "git", "url": "https://github.com/laminas/laminas-filter.git", "reference": "3c4476e772a062cef7531c6793377ae585d89c82" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/3c4476e772a062cef7531c6793377ae585d89c82", "reference": "3c4476e772a062cef7531c6793377ae585d89c82", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^2.7.7 || ^3.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-validator": "<2.10.1" }, "replace": { "zendframework/zend-filter": "^2.9.2" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-crypt": "^3.2.1", "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", "laminas/laminas-uri": "^2.6", "pear/archive_tar": "^1.4.3", "phpunit/phpunit": "^5.7.23 || ^6.4.3", "psr/http-factory": "^1.0" }, "suggest": { "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters", "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain functionality", "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter", "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.9.x-dev", "dev-develop": "2.10.x-dev" }, "laminas": { "component": "Laminas\\Filter", "config-provider": "Laminas\\Filter\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Filter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Programmatically filter and normalize data and files", "homepage": "https://laminas.dev", "keywords": [ "filter", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-filter/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-filter/issues", "rss": "https://github.com/laminas/laminas-filter/releases.atom", "source": "https://github.com/laminas/laminas-filter" }, "time": "2020-03-29T12:41:29+00:00" }, { "name": "laminas/laminas-form", "version": "2.15.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-form.git", "reference": "359cd372c565e18a17f32ccfeacdf21bba091ce2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-form/zipball/359cd372c565e18a17f32ccfeacdf21bba091ce2", "reference": "359cd372c565e18a17f32ccfeacdf21bba091ce2", "shasum": "" }, "require": { "laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0", "laminas/laminas-inputfilter": "^2.8", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-form": "^2.14.3" }, "require-dev": { "doctrine/annotations": "~1.0", "laminas/laminas-cache": "^2.6.1", "laminas/laminas-captcha": "^2.7.1", "laminas/laminas-code": "^2.6 || ^3.0", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-escaper": "^2.5", "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-filter": "^2.6", "laminas/laminas-i18n": "^2.6", "laminas/laminas-recaptcha": "^3.0.0", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-session": "^2.8.1", "laminas/laminas-text": "^2.6", "laminas/laminas-validator": "^2.6", "laminas/laminas-view": "^2.6.2", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20" }, "suggest": { "laminas/laminas-captcha": "^2.7.1, required for using CAPTCHA form elements", "laminas/laminas-code": "^2.6 || ^3.0, required to use laminas-form annotations support", "laminas/laminas-eventmanager": "^2.6.2 || ^3.0, reuired for laminas-form annotations support", "laminas/laminas-i18n": "^2.6, required when using laminas-form view helpers", "laminas/laminas-recaptcha": "in order to use the ReCaptcha form element", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services", "laminas/laminas-view": "^2.6.2, required for using the laminas-form view helpers" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.15.x-dev", "dev-develop": "2.16.x-dev" }, "laminas": { "component": "Laminas\\Form", "config-provider": "Laminas\\Form\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Form\\": "src/" }, "files": [ "autoload/formElementManagerPolyfill.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa", "homepage": "https://laminas.dev", "keywords": [ "form", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-form/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-form/issues", "rss": "https://github.com/laminas/laminas-form/releases.atom", "source": "https://github.com/laminas/laminas-form" }, "time": "2020-07-14T13:53:27+00:00" }, { "name": "laminas/laminas-http", "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-http.git", "reference": "33b7942f51ce905ce9bfc8bf28badc501d3904b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-http/zipball/33b7942f51ce905ce9bfc8bf28badc501d3904b5", "reference": "33b7942f51ce905ce9bfc8bf28badc501d3904b5", "shasum": "" }, "require": { "laminas/laminas-loader": "^2.5.1", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-uri": "^2.5.2", "laminas/laminas-validator": "^2.10.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-http": "^2.11.2" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^3.1 || ^2.6", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3" }, "suggest": { "paragonie/certainty": "For automated management of cacert.pem" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Http\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests", "homepage": "https://laminas.dev", "keywords": [ "http", "http client", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-http/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-http/issues", "rss": "https://github.com/laminas/laminas-http/releases.atom", "source": "https://github.com/laminas/laminas-http" }, "time": "2020-08-18T17:11:58+00:00" }, { "name": "laminas/laminas-hydrator", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-hydrator.git", "reference": "e75fbff6ce3cbd2b72796a3a9890c3a150d452f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/e75fbff6ce3cbd2b72796a3a9890c3a150d452f5", "reference": "e75fbff6ce3cbd2b72796a3a9890c3a150d452f5", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.2" }, "replace": { "zendframework/zend-hydrator": "^3.0.2" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-eventmanager": "^3.2.1", "laminas/laminas-modulemanager": "^2.8", "laminas/laminas-serializer": "^2.9", "laminas/laminas-servicemanager": "^3.3.2", "phpspec/prophecy": ">=1.10.2", "phpstan/phpstan": "^0.10.5", "phpunit/phpunit": "^8.5.2 || ^9.0" }, "suggest": { "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage", "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy", "laminas/laminas-servicemanager": "^3.3, to support hydrator plugin manager usage" }, "type": "library", "extra": { "laminas": { "component": "Laminas\\Hydrator", "config-provider": "Laminas\\Hydrator\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Hydrator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Serialize objects to arrays, and vice versa", "homepage": "https://laminas.dev", "keywords": [ "hydrator", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-hydrator/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-hydrator/issues", "rss": "https://github.com/laminas/laminas-hydrator/releases.atom", "source": "https://github.com/laminas/laminas-hydrator" }, "time": "2020-10-06T14:59:01+00:00" }, { "name": "laminas/laminas-i18n", "version": "2.10.3", "source": { "type": "git", "url": "https://github.com/laminas/laminas-i18n.git", "reference": "94ff957a1366f5be94f3d3a9b89b50386649e3ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/94ff957a1366f5be94f3d3a9b89b50386649e3ae", "reference": "94ff957a1366f5be94f3d3a9b89b50386649e3ae", "shasum": "" }, "require": { "ext-intl": "*", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "phpspec/prophecy": "<1.9.0" }, "replace": { "zendframework/zend-i18n": "^2.10.1" }, "require-dev": { "laminas/laminas-cache": "^2.6.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.6", "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-filter": "^2.6.1", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-validator": "^2.6", "laminas/laminas-view": "^2.6.3", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component", "laminas/laminas-config": "Laminas\\Config component", "laminas/laminas-eventmanager": "You should install this package to use the events in the translator", "laminas/laminas-filter": "You should install this package to use the provided filters", "laminas/laminas-i18n-resources": "Translation resources", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", "laminas/laminas-validator": "You should install this package to use the provided validators", "laminas/laminas-view": "You should install this package to use the provided view helpers" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.10.x-dev", "dev-develop": "2.11.x-dev" }, "laminas": { "component": "Laminas\\I18n", "config-provider": "Laminas\\I18n\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\I18n\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Provide translations for your application, and filter and validate internationalized values", "homepage": "https://laminas.dev", "keywords": [ "i18n", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-i18n/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-i18n/issues", "rss": "https://github.com/laminas/laminas-i18n/releases.atom", "source": "https://github.com/laminas/laminas-i18n" }, "time": "2020-03-29T12:51:08+00:00" }, { "name": "laminas/laminas-i18n-resources", "version": "2.6.1", "source": { "type": "git", "url": "git@github.com:laminas/laminas-i18n-resources.git", "reference": "7585cd3a4f9656814425b35689919a220c73834b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/7585cd3a4f9656814425b35689919a220c73834b", "reference": "7585cd3a4f9656814425b35689919a220c73834b", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-i18n-resources": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev", "dev-develop": "2.7.x-dev" } }, "autoload": { "classmap": [ "src/Resources.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Provides validator translations for laminas-i18n's Translator", "homepage": "https://laminas.dev", "keywords": [ "laminas", "resources", "translations" ], "time": "2019-12-31T17:11:35+00:00" }, { "name": "laminas/laminas-inputfilter", "version": "2.10.1", "source": { "type": "git", "url": "git@github.com:laminas/laminas-inputfilter.git", "reference": "b29ce8f512c966468eee37ea4873ae5fb545d00a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/b29ce8f512c966468eee37ea4873ae5fb545d00a", "reference": "b29ce8f512c966468eee37ea4873ae5fb545d00a", "shasum": "" }, "require": { "laminas/laminas-filter": "^2.9.1", "laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-validator": "^2.11", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-inputfilter": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15", "psr/http-message": "^1.0" }, "suggest": { "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.10.x-dev", "dev-develop": "2.11.x-dev" }, "laminas": { "component": "Laminas\\InputFilter", "config-provider": "Laminas\\InputFilter\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\InputFilter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files", "homepage": "https://laminas.dev", "keywords": [ "inputfilter", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-inputfilter/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-inputfilter/issues", "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom", "source": "https://github.com/laminas/laminas-inputfilter" }, "time": "2019-12-31T17:11:54+00:00" }, { "name": "laminas/laminas-json", "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-json.git", "reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-json/zipball/00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6", "reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-json": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-stdlib": "^2.7.7 || ^3.1", "phpunit/phpunit": "^5.7.23 || ^6.4.3" }, "suggest": { "laminas/laminas-json-server": "For implementing JSON-RPC servers", "laminas/laminas-xml2json": "For converting XML documents to JSON" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev", "dev-develop": "3.2.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Json\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", "homepage": "https://laminas.dev", "keywords": [ "json", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-json/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-json/issues", "rss": "https://github.com/laminas/laminas-json/releases.atom", "source": "https://github.com/laminas/laminas-json" }, "time": "2019-12-31T17:15:04+00:00" }, { "name": "laminas/laminas-loader", "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-loader.git", "reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/5d01c2c237ae9e68bec262f339947e2ea18979bc", "reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-loader": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev", "dev-develop": "2.7.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Loader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Autoloading and plugin loading strategies", "homepage": "https://laminas.dev", "keywords": [ "laminas", "loader" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-loader/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-loader/issues", "rss": "https://github.com/laminas/laminas-loader/releases.atom", "source": "https://github.com/laminas/laminas-loader" }, "time": "2019-12-31T17:18:27+00:00" }, { "name": "laminas/laminas-log", "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-log.git", "reference": "4e92d841b48868714a070b10866e94be80fc92ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-log/zipball/4e92d841b48868714a070b10866e94be80fc92ff", "reference": "4e92d841b48868714a070b10866e94be80fc92ff", "shasum": "" }, "require": { "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0", "psr/log": "^1.1.2" }, "provide": { "psr/log-implementation": "1.0.0" }, "replace": { "zendframework/zend-log": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-db": "^2.6", "laminas/laminas-escaper": "^2.5", "laminas/laminas-filter": "^2.5", "laminas/laminas-mail": "^2.6.1", "laminas/laminas-validator": "^2.10.1", "mikey179/vfsstream": "^1.6.7", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15" }, "suggest": { "ext-mongo": "mongo extension to use Mongo writer", "ext-mongodb": "mongodb extension to use MongoDB writer", "laminas/laminas-db": "Laminas\\Db component to use the database log writer", "laminas/laminas-escaper": "Laminas\\Escaper component, for use in the XML log formatter", "laminas/laminas-mail": "Laminas\\Mail component to use the email log writer", "laminas/laminas-validator": "Laminas\\Validator component to block invalid log messages" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.12.x-dev", "dev-develop": "2.13.x-dev" }, "laminas": { "component": "Laminas\\Log", "config-provider": "Laminas\\Log\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Log\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Robust, composite logger with filtering, formatting, and PSR-3 support", "homepage": "https://laminas.dev", "keywords": [ "laminas", "log", "logging" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-log/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-log/issues", "rss": "https://github.com/laminas/laminas-log/releases.atom", "source": "https://github.com/laminas/laminas-log" }, "time": "2019-12-31T17:18:59+00:00" }, { "name": "laminas/laminas-mail", "version": "2.12.5", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mail.git", "reference": "ed5b36a0deef4ffafe6138c2ae9cafcffafab856" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mail/zipball/ed5b36a0deef4ffafe6138c2ae9cafcffafab856", "reference": "ed5b36a0deef4ffafe6138c2ae9cafcffafab856", "shasum": "" }, "require": { "ext-iconv": "*", "laminas/laminas-loader": "^2.5", "laminas/laminas-mime": "^2.5", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-validator": "^2.10.2", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.1", "true/punycode": "^2.1" }, "replace": { "zendframework/zend-mail": "^2.10.0" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.6", "laminas/laminas-crypt": "^2.6 || ^3.0", "laminas/laminas-servicemanager": "^3.2.1", "phpunit/phpunit": "^7.5.20" }, "suggest": { "laminas/laminas-crypt": "Crammd5 support in SMTP Auth", "laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages" }, "type": "library", "extra": { "laminas": { "component": "Laminas\\Mail", "config-provider": "Laminas\\Mail\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Mail\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mail" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-mail/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-mail/issues", "rss": "https://github.com/laminas/laminas-mail/releases.atom", "source": "https://github.com/laminas/laminas-mail" }, "time": "2020-12-31T11:41:57+00:00" }, { "name": "laminas/laminas-math", "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-math.git", "reference": "dd603c7d151d46eafd243a405d5b7eefa4222d74" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-math/zipball/dd603c7d151d46eafd243a405d5b7eefa4222d74", "reference": "dd603c7d151d46eafd243a405d5b7eefa4222d74", "shasum": "" }, "require": { "ext-mbstring": "*", "laminas/laminas-zendframework-bridge": "^1.0", "paragonie/random_compat": "^2.0.11 || 9.99.99", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-math": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "suggest": { "ext-bcmath": "If using the bcmath functionality", "ext-gmp": "If using the gmp functionality" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev", "dev-develop": "3.3.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Math\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Create cryptographically secure pseudo-random numbers, and manage big integers", "homepage": "https://laminas.dev", "keywords": [ "laminas", "math" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-math/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-math/issues", "rss": "https://github.com/laminas/laminas-math/releases.atom", "source": "https://github.com/laminas/laminas-math" }, "time": "2019-12-31T17:24:18+00:00" }, { "name": "laminas/laminas-mime", "version": "2.7.4", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mime.git", "reference": "e45a7d856bf7b4a7b5bd00d6371f9961dc233add" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/e45a7d856bf7b4a7b5bd00d6371f9961dc233add", "reference": "e45a7d856bf7b4a7b5bd00d6371f9961dc233add", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-mime": "^2.7.2" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-mail": "^2.6", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20" }, "suggest": { "laminas/laminas-mail": "Laminas\\Mail component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Mime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Create and parse MIME messages and parts", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mime" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-mime/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-mime/issues", "rss": "https://github.com/laminas/laminas-mime/releases.atom", "source": "https://github.com/laminas/laminas-mime" }, "time": "2020-03-29T13:12:07+00:00" }, { "name": "laminas/laminas-modulemanager", "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-modulemanager.git", "reference": "789bbd4ab391da9221f265f6bb2d594f8f11855b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/789bbd4ab391da9221f265f6bb2d594f8f11855b", "reference": "789bbd4ab391da9221f265f6bb2d594f8f11855b", "shasum": "" }, "require": { "laminas/laminas-config": "^3.1 || ^2.6", "laminas/laminas-eventmanager": "^3.2 || ^2.6.3", "laminas/laminas-stdlib": "^3.1 || ^2.7", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0", "webimpress/safe-writer": "^1.0.2 || ^2.1" }, "replace": { "zendframework/zend-modulemanager": "^2.8.4" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-console": "^2.6", "laminas/laminas-di": "^2.6", "laminas/laminas-loader": "^2.5", "laminas/laminas-mvc": "^3.0 || ^2.7", "laminas/laminas-servicemanager": "^3.0.3 || ^2.7.5", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16" }, "suggest": { "laminas/laminas-console": "Laminas\\Console component", "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules", "laminas/laminas-mvc": "Laminas\\Mvc component", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.9.x-dev", "dev-develop": "2.10.x-dev" } }, "autoload": { "psr-4": { "Laminas\\ModuleManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Modular application system for laminas-mvc applications", "homepage": "https://laminas.dev", "keywords": [ "laminas", "modulemanager" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-modulemanager/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-modulemanager/issues", "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom", "source": "https://github.com/laminas/laminas-modulemanager" }, "time": "2020-08-25T09:29:22+00:00" }, { "name": "laminas/laminas-mvc", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc.git", "reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/ead09f8ab5ff0e562dbd0198c7f67523c2f61980", "reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980", "shasum": "" }, "require": { "container-interop/container-interop": "^1.2", "laminas/laminas-eventmanager": "^3.2", "laminas/laminas-http": "^2.7", "laminas/laminas-modulemanager": "^2.8", "laminas/laminas-router": "^3.0.2", "laminas/laminas-servicemanager": "^3.3", "laminas/laminas-stdlib": "^3.1", "laminas/laminas-view": "^2.9", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-mvc": "self.version" }, "require-dev": { "http-interop/http-middleware": "^0.4.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-json": "^2.6.1 || ^3.0", "laminas/laminas-psr7bridge": "^1.0", "laminas/laminas-stratigility": "^2.0.1", "phpunit/phpunit": "^6.4.4 || ^5.7.14" }, "suggest": { "http-interop/http-middleware": "^0.4.1 to be used together with laminas-stratigility", "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable", "laminas/laminas-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager", "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application", "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments", "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads", "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests", "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers", "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers", "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager", "laminas/laminas-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow", "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application", "laminas/laminas-stratigility": "laminas-stratigility is required to use middleware pipes in the MiddlewareListener" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev", "dev-develop": "3.2-dev" } }, "autoload": { "psr-4": { "Laminas\\Mvc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mvc" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-mvc/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-mvc/issues", "rss": "https://github.com/laminas/laminas-mvc/releases.atom", "source": "https://github.com/laminas/laminas-mvc" }, "time": "2019-12-31T17:33:14+00:00" }, { "name": "laminas/laminas-mvc-i18n", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc-i18n.git", "reference": "4184f6572b5244a5f5781604f1e03d7955e304a0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/4184f6572b5244a5f5781604f1e03d7955e304a0", "reference": "4184f6572b5244a5f5781604f1e03d7955e304a0", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", "laminas/laminas-i18n": "^2.7", "laminas/laminas-router": "^3.0", "laminas/laminas-servicemanager": "^2.7.10 || ^3.0.3", "laminas/laminas-stdlib": "^2.7.6 || ^3.0", "laminas/laminas-validator": "^2.6", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0", "phpspec/prophecy": "<1.8.0" }, "replace": { "zendframework/zend-mvc-i18n": "self.version" }, "require-dev": { "laminas/laminas-cache": "^2.6.1", "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5" }, "suggest": { "laminas/laminas-cache": "To enable caching of translation strings" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev", "dev-develop": "1.2.x-dev" }, "laminas": { "component": "Laminas\\Mvc\\I18n", "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Mvc\\I18n\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Integration between laminas-mvc and laminas-i18n", "homepage": "https://laminas.dev", "keywords": [ "i18n", "laminas", "mvc" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-mvc-i18n/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-mvc-i18n/issues", "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom", "source": "https://github.com/laminas/laminas-mvc-i18n" }, "time": "2019-12-31T17:33:41+00:00" }, { "name": "laminas/laminas-mvc-plugin-flashmessenger", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger.git", "reference": "f5a522c3aab215a9b89a0630beb91582f4a3f202" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-flashmessenger/zipball/f5a522c3aab215a9b89a0630beb91582f4a3f202", "reference": "f5a522c3aab215a9b89a0630beb91582f4a3f202", "shasum": "" }, "require": { "laminas/laminas-mvc": "^3.0", "laminas/laminas-session": "^2.8.5", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-view": "^2.10", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0" }, "replace": { "zendframework/zend-mvc-plugin-flashmessenger": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-i18n": "^2.8", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev", "dev-develop": "1.3.x-dev" }, "laminas": { "component": "Laminas\\Mvc\\Plugin\\FlashMessenger" } }, "autoload": { "psr-4": { "Laminas\\Mvc\\Plugin\\FlashMessenger\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Plugin for creating and exposing flash messages via laminas-mvc controllers", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mvc" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-mvc-plugin-flashmessenger/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/issues", "rss": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/releases.atom", "source": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger" }, "time": "2019-12-31T17:33:46+00:00" }, { "name": "laminas/laminas-paginator", "version": "2.8.4", "source": { "type": "git", "url": "https://github.com/laminas/laminas-paginator.git", "reference": "8f77f51b508a5f5ccf0d67dddd42bb52d9aa43f1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/8f77f51b508a5f5ccf0d67dddd42bb52d9aa43f1", "reference": "8f77f51b508a5f5ccf0d67dddd42bb52d9aa43f1", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.0 || ^5.6" }, "replace": { "zendframework/zend-paginator": "^2.8.2" }, "require-dev": { "laminas/laminas-cache": "^2.6.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.6.0", "laminas/laminas-db": "^2.9.2", "laminas/laminas-filter": "^2.6.1", "laminas/laminas-json": "^2.6.1", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-view": "^2.6.3", "phpunit/phpunit": "^6.2.1 || ^5.7.15" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component to support cache features", "laminas/laminas-db": "Laminas\\Db component", "laminas/laminas-filter": "Laminas\\Filter component", "laminas/laminas-json": "Laminas\\Json component", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", "laminas/laminas-view": "Laminas\\View component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8.x-dev", "dev-develop": "2.9.x-dev" }, "laminas": { "component": "Laminas\\Paginator", "config-provider": "Laminas\\Paginator\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Paginator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Paginate collections of data from arbitrary sources", "homepage": "https://laminas.dev", "keywords": [ "laminas", "paginator" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-paginator/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-paginator/issues", "rss": "https://github.com/laminas/laminas-paginator/releases.atom", "source": "https://github.com/laminas/laminas-paginator" }, "time": "2020-09-10T14:44:15+00:00" }, { "name": "laminas/laminas-recaptcha", "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-recaptcha.git", "reference": "f84222c958c9784db8bcc5b37a8021e5ffcb9557" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-recaptcha/zipball/f84222c958c9784db8bcc5b37a8021e5ffcb9557", "reference": "f84222c958c9784db8bcc5b37a8021e5ffcb9557", "shasum": "" }, "require": { "laminas/laminas-http": "^2.5.4", "laminas/laminas-json": "^2.6.1 || ^3.0", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zendservice-recaptcha": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.0", "laminas/laminas-validator": "^2.8.2", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5" }, "suggest": { "laminas/laminas-validator": "~2.0, if using ReCaptcha's Mailhide API" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev", "dev-develop": "3.3.x-dev" } }, "autoload": { "psr-4": { "Laminas\\ReCaptcha\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "OOP wrapper for the ReCaptcha web service", "homepage": "https://laminas.dev", "keywords": [ "laminas", "recaptcha" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-recaptcha/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-recaptcha/issues", "rss": "https://github.com/laminas/laminas-recaptcha/releases.atom", "source": "https://github.com/laminas/laminas-recaptcha" }, "time": "2019-12-31T17:38:56+00:00" }, { "name": "laminas/laminas-router", "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-router.git", "reference": "01a6905202ad41a42ba63d60260eba32b89e18c7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-router/zipball/01a6905202ad41a42ba63d60260eba32b89e18c7", "reference": "01a6905202ad41a42ba63d60260eba32b89e18c7", "shasum": "" }, "require": { "container-interop/container-interop": "^1.2", "laminas/laminas-http": "^2.8.1", "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0" }, "replace": { "zendframework/zend-router": "^3.3.0" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-i18n": "^2.7.4", "phpunit/phpunit": "^5.7.22 || ^6.4.1 || ^7.5.18" }, "suggest": { "laminas/laminas-i18n": "^2.7.4, if defining translatable HTTP path segments" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3.x-dev", "dev-develop": "4.0.x-dev" }, "laminas": { "component": "Laminas\\Router", "config-provider": "Laminas\\Router\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Router\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Flexible routing system for HTTP and console applications", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mvc", "routing" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-router/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-router/issues", "rss": "https://github.com/laminas/laminas-router/releases.atom", "source": "https://github.com/laminas/laminas-router" }, "time": "2020-03-29T13:21:03+00:00" }, { "name": "laminas/laminas-serializer", "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-serializer.git", "reference": "c1c9361f114271b0736db74e0083a919081af5e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-serializer/zipball/c1c9361f114271b0736db74e0083a919081af5e0", "reference": "c1c9361f114271b0736db74e0083a919081af5e0", "shasum": "" }, "require": { "laminas/laminas-json": "^2.5 || ^3.0", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-serializer": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-math": "^2.6 || ^3.0", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16" }, "suggest": { "laminas/laminas-math": "(^2.6 || ^3.0) To support Python Pickle serialization", "laminas/laminas-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.9.x-dev", "dev-develop": "2.10.x-dev" }, "laminas": { "component": "Laminas\\Serializer", "config-provider": "Laminas\\Serializer\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Serializer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Serialize and deserialize PHP structures to a variety of representations", "homepage": "https://laminas.dev", "keywords": [ "laminas", "serializer" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-serializer/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-serializer/issues", "rss": "https://github.com/laminas/laminas-serializer/releases.atom", "source": "https://github.com/laminas/laminas-serializer" }, "time": "2019-12-31T17:42:11+00:00" }, { "name": "laminas/laminas-server", "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-server.git", "reference": "4aaca9174c40a2fab2e2aa77999da99f71bdd88e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-server/zipball/4aaca9174c40a2fab2e2aa77999da99f71bdd88e", "reference": "4aaca9174c40a2fab2e2aa77999da99f71bdd88e", "shasum": "" }, "require": { "laminas/laminas-code": "^2.5 || ^3.0", "laminas/laminas-stdlib": "^2.5 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-server": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8.x-dev", "dev-develop": "2.9.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Create Reflection-based RPC servers", "homepage": "https://laminas.dev", "keywords": [ "laminas", "server" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-server/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-server/issues", "rss": "https://github.com/laminas/laminas-server/releases.atom", "source": "https://github.com/laminas/laminas-server" }, "time": "2019-12-31T17:43:03+00:00" }, { "name": "laminas/laminas-servicemanager", "version": "3.5.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-servicemanager.git", "reference": "0669e1eec8d9f61e35a5bc5012796d49f418b259" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/0669e1eec8d9f61e35a5bc5012796d49f418b259", "reference": "0669e1eec8d9f61e35a5bc5012796d49f418b259", "shasum": "" }, "require": { "container-interop/container-interop": "^1.2", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0", "psr/container": "^1.0" }, "provide": { "container-interop/container-interop-implementation": "^1.2", "psr/container-implementation": "^1.0" }, "replace": { "zendframework/zend-servicemanager": "^3.4.0" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "mikey179/vfsstream": "^1.6.5", "ocramius/proxy-manager": "^1.0 || ^2.0", "phpbench/phpbench": "^0.13.0", "phpunit/phpunit": "^5.7.25 || ^6.4.4" }, "suggest": { "laminas/laminas-stdlib": "laminas-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances", "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services" }, "bin": [ "bin/generate-deps-for-config-factory", "bin/generate-factory-for-class" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev", "dev-develop": "4.0-dev" } }, "autoload": { "psr-4": { "Laminas\\ServiceManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Factory-Driven Dependency Injection Container", "homepage": "https://laminas.dev", "keywords": [ "PSR-11", "dependency-injection", "di", "dic", "laminas", "service-manager", "servicemanager" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-servicemanager/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-servicemanager/issues", "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", "source": "https://github.com/laminas/laminas-servicemanager" }, "time": "2021-01-17T16:54:43+00:00" }, { "name": "laminas/laminas-session", "version": "2.9.3", "source": { "type": "git", "url": "https://github.com/laminas/laminas-session.git", "reference": "519e8966146536cd97c1cc3d59a21b095fb814d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-session/zipball/519e8966146536cd97c1cc3d59a21b095fb814d7", "reference": "519e8966146536cd97c1cc3d59a21b095fb814d7", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-session": "^2.9.1" }, "require-dev": { "container-interop/container-interop": "^1.1", "laminas/laminas-cache": "^2.6.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-db": "^2.7", "laminas/laminas-http": "^2.5.4", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-validator": "^2.6", "mongodb/mongodb": "^1.0.1", "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component", "laminas/laminas-db": "Laminas\\Db component", "laminas/laminas-http": "Laminas\\Http component", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", "laminas/laminas-validator": "Laminas\\Validator component", "mongodb/mongodb": "If you want to use the MongoDB session save handler" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.9.x-dev", "dev-develop": "2.10.x-dev" }, "laminas": { "component": "Laminas\\Session", "config-provider": "Laminas\\Session\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Session\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Object-oriented interface to PHP sessions and storage", "homepage": "https://laminas.dev", "keywords": [ "laminas", "session" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-session/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-session/issues", "rss": "https://github.com/laminas/laminas-session/releases.atom", "source": "https://github.com/laminas/laminas-session" }, "time": "2020-03-29T13:26:04+00:00" }, { "name": "laminas/laminas-soap", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-soap.git", "reference": "34f91d5c4c0a78bc5689cca2d1eaf829b27edd72" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/34f91d5c4c0a78bc5689cca2d1eaf829b27edd72", "reference": "34f91d5c4c0a78bc5689cca2d1eaf829b27edd72", "shasum": "" }, "require": { "ext-soap": "*", "laminas/laminas-server": "^2.6.1", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-uri": "^2.5.2", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-soap": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.6", "laminas/laminas-http": "^2.5.4", "phpunit/phpunit": "^5.7.21 || ^6.3" }, "suggest": { "laminas/laminas-http": "Laminas\\Http component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Soap\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "laminas", "soap" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-soap/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-soap/issues", "rss": "https://github.com/laminas/laminas-soap/releases.atom", "source": "https://github.com/laminas/laminas-soap" }, "time": "2019-12-31T17:48:49+00:00" }, { "name": "laminas/laminas-stdlib", "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6", "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-stdlib": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpbench/phpbench": "^0.13", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev", "dev-develop": "3.3.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "SPL extensions, array utilities, error handlers, and more", "homepage": "https://laminas.dev", "keywords": [ "laminas", "stdlib" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-stdlib/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-stdlib/issues", "rss": "https://github.com/laminas/laminas-stdlib/releases.atom", "source": "https://github.com/laminas/laminas-stdlib" }, "time": "2019-12-31T17:51:15+00:00" }, { "name": "laminas/laminas-text", "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-text.git", "reference": "3601b5eacb06ed0a12f658df860cc0f9613cf4db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-text/zipball/3601b5eacb06ed0a12f658df860cc0f9613cf4db", "reference": "3601b5eacb06ed0a12f658df860cc0f9613cf4db", "shasum": "" }, "require": { "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-text": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.6", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Text\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Create FIGlets and text-based tables", "homepage": "https://laminas.dev", "keywords": [ "laminas", "text" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-text/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-text/issues", "rss": "https://github.com/laminas/laminas-text/releases.atom", "source": "https://github.com/laminas/laminas-text" }, "time": "2019-12-31T17:54:52+00:00" }, { "name": "laminas/laminas-uri", "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-uri.git", "reference": "6be8ce19622f359b048ce4faebf1aa1bca73a7ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/6be8ce19622f359b048ce4faebf1aa1bca73a7ff", "reference": "6be8ce19622f359b048ce4faebf1aa1bca73a7ff", "shasum": "" }, "require": { "laminas/laminas-escaper": "^2.5", "laminas/laminas-validator": "^2.10", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-uri": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Uri\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)", "homepage": "https://laminas.dev", "keywords": [ "laminas", "uri" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-uri/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-uri/issues", "rss": "https://github.com/laminas/laminas-uri/releases.atom", "source": "https://github.com/laminas/laminas-uri" }, "time": "2019-12-31T17:56:00+00:00" }, { "name": "laminas/laminas-validator", "version": "2.13.5", "source": { "type": "git", "url": "https://github.com/laminas/laminas-validator.git", "reference": "d334dddda43af263d6a7e5024fd2b013cb6981f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/d334dddda43af263d6a7e5024fd2b013cb6981f7", "reference": "d334dddda43af263d6a7e5024fd2b013cb6981f7", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.1" }, "replace": { "zendframework/zend-validator": "^2.13.0" }, "require-dev": { "laminas/laminas-cache": "^2.6.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.6", "laminas/laminas-db": "^2.7", "laminas/laminas-filter": "^2.6", "laminas/laminas-http": "^2.5.4", "laminas/laminas-i18n": "^2.6", "laminas/laminas-math": "^2.6", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-session": "^2.8", "laminas/laminas-uri": "^2.5", "phpunit/phpunit": "^7.5.20 || ^8.5.2", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0" }, "suggest": { "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator", "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator", "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages", "laminas/laminas-i18n-resources": "Translations of validator messages", "laminas/laminas-math": "Laminas\\Math component, required by the Csrf validator", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator", "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators", "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators" }, "type": "library", "extra": { "laminas": { "component": "Laminas\\Validator", "config-provider": "Laminas\\Validator\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Validator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria", "homepage": "https://laminas.dev", "keywords": [ "laminas", "validator" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-validator/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-validator/issues", "rss": "https://github.com/laminas/laminas-validator/releases.atom", "source": "https://github.com/laminas/laminas-validator" }, "time": "2021-01-06T15:05:04+00:00" }, { "name": "laminas/laminas-view", "version": "2.11.5", "source": { "type": "git", "url": "https://github.com/laminas/laminas-view.git", "reference": "16611035d7b3a6ef2c636a9268c213146123b663" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-view/zipball/16611035d7b3a6ef2c636a9268c213146123b663", "reference": "16611035d7b3a6ef2c636a9268c213146123b663", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-json": "^2.6.1 || ^3.0", "laminas/laminas-loader": "^2.5", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-view": "^2.11.4" }, "require-dev": { "laminas/laminas-authentication": "^2.5", "laminas/laminas-cache": "^2.6.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.6", "laminas/laminas-console": "^2.6", "laminas/laminas-escaper": "^2.5", "laminas/laminas-feed": "^2.7", "laminas/laminas-filter": "^2.6.1", "laminas/laminas-http": "^2.5.4", "laminas/laminas-i18n": "^2.6", "laminas/laminas-log": "^2.7", "laminas/laminas-modulemanager": "^2.7.1", "laminas/laminas-mvc": "^2.7.14 || ^3.0", "laminas/laminas-navigation": "^2.5", "laminas/laminas-paginator": "^2.5", "laminas/laminas-permissions-acl": "^2.6", "laminas/laminas-router": "^3.0.1", "laminas/laminas-serializer": "^2.6.1", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-session": "^2.8.1", "laminas/laminas-uri": "^2.5", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18" }, "suggest": { "laminas/laminas-authentication": "Laminas\\Authentication component", "laminas/laminas-escaper": "Laminas\\Escaper component", "laminas/laminas-feed": "Laminas\\Feed component", "laminas/laminas-filter": "Laminas\\Filter component", "laminas/laminas-http": "Laminas\\Http component", "laminas/laminas-i18n": "Laminas\\I18n component", "laminas/laminas-mvc": "Laminas\\Mvc component", "laminas/laminas-mvc-plugin-flashmessenger": "laminas-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with laminas-mvc versions 3 and up", "laminas/laminas-navigation": "Laminas\\Navigation component", "laminas/laminas-paginator": "Laminas\\Paginator component", "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", "laminas/laminas-uri": "Laminas\\Uri component" }, "bin": [ "bin/templatemap_generator.php" ], "type": "library", "autoload": { "psr-4": { "Laminas\\View\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more", "homepage": "https://laminas.dev", "keywords": [ "laminas", "view" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-view/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-view/issues", "rss": "https://github.com/laminas/laminas-view/releases.atom", "source": "https://github.com/laminas/laminas-view" }, "time": "2020-12-15T14:57:08+00:00" }, { "name": "laminas/laminas-zendframework-bridge", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", "reference": "6ede70583e101030bcace4dcddd648f760ddf642" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642", "reference": "6ede70583e101030bcace4dcddd648f760ddf642", "shasum": "" }, "require": { "php": "^5.6 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "laminas": { "module": "Laminas\\ZendFrameworkBridge" } }, "autoload": { "files": [ "src/autoload.php" ], "psr-4": { "Laminas\\ZendFrameworkBridge\\": "src//" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Alias legacy ZF class names to Laminas Project equivalents.", "keywords": [ "ZendFramework", "autoloading", "laminas", "zf" ], "support": { "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues", "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom", "source": "https://github.com/laminas/laminas-zendframework-bridge" }, "time": "2020-09-14T14:23:00+00:00" }, { "name": "league/commonmark", "version": "1.5.7", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", "reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/11df9b36fd4f1d2b727a73bf14931d81373b9a54", "reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54", "shasum": "" }, "require": { "ext-mbstring": "*", "php": "^7.1 || ^8.0" }, "conflict": { "scrutinizer/ocular": "1.7.*" }, "require-dev": { "cebe/markdown": "~1.0", "commonmark/commonmark.js": "0.29.2", "erusev/parsedown": "~1.0", "ext-json": "*", "github/gfm": "0.29.0", "michelf/php-markdown": "~1.4", "mikehaertl/php-shellcommand": "^1.4", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2", "scrutinizer/ocular": "^1.5", "symfony/finder": "^4.2" }, "bin": [ "bin/commonmark" ], "type": "library", "autoload": { "psr-4": { "League\\CommonMark\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Colin O'Dell", "email": "colinodell@gmail.com", "homepage": "https://www.colinodell.com", "role": "Lead Developer" } ], "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)", "homepage": "https://commonmark.thephpleague.com", "keywords": [ "commonmark", "flavored", "gfm", "github", "github-flavored", "markdown", "md", "parser" ], "support": { "docs": "https://commonmark.thephpleague.com/", "issues": "https://github.com/thephpleague/commonmark/issues", "rss": "https://github.com/thephpleague/commonmark/releases.atom", "source": "https://github.com/thephpleague/commonmark" }, "time": "2020-10-31T13:49:32+00:00" }, { "name": "lm-commons/lmc-rbac-mvc", "version": "v3.1.2", "source": { "type": "git", "url": "https://github.com/LM-Commons/LmcRbacMvc.git", "reference": "c2b1a336ec6f5dee01cf4289c0f2df6f776697cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/LM-Commons/LmcRbacMvc/zipball/c2b1a336ec6f5dee01cf4289c0f2df6f776697cc", "reference": "c2b1a336ec6f5dee01cf4289c0f2df6f776697cc", "shasum": "" }, "require": { "laminas/laminas-config": "^3.1", "laminas/laminas-eventmanager": "^3.0", "laminas/laminas-mvc": "^3.0", "laminas/laminas-servicemanager": "^3.0.3", "php": "~7.2", "zfr/rbac": "~1.2" }, "replace": { "laminas-commons/lmc-rbac-mvc": "3.0.1" }, "require-dev": { "doctrine/doctrine-orm-module": "^3.0", "laminas/laminas-authentication": "~2.2", "laminas/laminas-developer-tools": "~1.1", "laminas/laminas-http": "~2.2", "laminas/laminas-i18n": "~2.7.3", "laminas/laminas-log": "~2.2", "laminas/laminas-serializer": "~2.2", "laminas/laminas-view": "~2.2", "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "8.5.8", "squizlabs/php_codesniffer": "3.5.5" }, "suggest": { "doctrine/doctrine-module": "if you want to use Doctrine role provider", "laminas/laminas-developer-tools": "if you want to show information about the roles" }, "type": "library", "autoload": { "psr-4": { "LmcRbacMvc\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Spraggs", "email": "theman@spiffyjr.me", "homepage": "http://www.spiffyjr.me/" }, { "name": "Michaël Gallego", "email": "mic.gallego@gmail.com", "homepage": "http://www.michaelgallego.fr" }, { "name": "Jean-Marie Leroux", "email": "jmleroux.pro@gmail.com" } ], "description": "Laminas Framework MVC Module that provides a layer of features of Laminas\\Permissions\\Rbac", "homepage": "http://www.github.com/Laminas-Commons/LmcRbacMvc", "keywords": [ "laminas", "module", "permissions", "rbac" ], "support": { "issues": "https://github.com/LM-Commons/LmcRbacMvc/issues", "source": "https://github.com/LM-Commons/LmcRbacMvc/tree/v3.1.2" }, "time": "2021-01-14T02:34:32+00:00" }, { "name": "matthiasmullie/minify", "version": "1.3.66", "source": { "type": "git", "url": "https://github.com/matthiasmullie/minify.git", "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6", "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6", "shasum": "" }, "require": { "ext-pcre": "*", "matthiasmullie/path-converter": "~1.1", "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.0", "matthiasmullie/scrapbook": "dev-master", "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" } ], "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" ], "support": { "issues": "https://github.com/matthiasmullie/minify/issues", "source": "https://github.com/matthiasmullie/minify/tree/1.3.66" }, "time": "2021-01-06T15:18:10+00:00" }, { "name": "matthiasmullie/path-converter", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/matthiasmullie/path-converter.git", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9", "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" ], "support": { "issues": "https://github.com/matthiasmullie/path-converter/issues", "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3" }, "time": "2019-02-05T23:41:09+00:00" }, { "name": "misd/linkify", "version": "v1.1.4", "source": { "type": "git", "url": "https://github.com/misd-service-development/php-linkify.git", "reference": "3481b148806a23b4001712de645247a1a4dcc10a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/misd-service-development/php-linkify/zipball/3481b148806a23b4001712de645247a1a4dcc10a", "reference": "3481b148806a23b4001712de645247a1a4dcc10a", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Misd\\Linkify\\": "src/Misd/Linkify" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Converts URLs and email addresses in text into HTML links", "homepage": "https://github.com/misd-service-development/php-linkify", "keywords": [ "convert", "email address", "link", "url" ], "support": { "issues": "https://github.com/misd-service-development/php-linkify/issues", "source": "https://github.com/misd-service-development/php-linkify/tree/v1.1.4" }, "time": "2017-08-17T08:33:35+00:00" }, { "name": "myclabs/php-enum", "version": "1.7.7", "source": { "type": "git", "url": "https://github.com/myclabs/php-enum.git", "reference": "d178027d1e679832db9f38248fcc7200647dc2b7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7", "reference": "d178027d1e679832db9f38248fcc7200647dc2b7", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7", "squizlabs/php_codesniffer": "1.*", "vimeo/psalm": "^3.8" }, "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" ], "support": { "issues": "https://github.com/myclabs/php-enum/issues", "source": "https://github.com/myclabs/php-enum/tree/1.7.7" }, "time": "2020-11-14T18:14:52+00:00" }, { "name": "ocramius/proxy-manager", "version": "2.2.3", "source": { "type": "git", "url": "https://github.com/Ocramius/ProxyManager.git", "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f", "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f", "shasum": "" }, "require": { "ocramius/package-versions": "^1.1.3", "php": "^7.2.0", "zendframework/zend-code": "^3.3.0" }, "require-dev": { "couscous/couscous": "^1.6.1", "ext-phar": "*", "humbug/humbug": "1.0.0-RC.0@RC", "nikic/php-parser": "^3.1.1", "padraic/phpunit-accelerator": "dev-master@DEV", "phpbench/phpbench": "^0.12.2", "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999", "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761", "phpunit/phpunit": "^6.4.3", "squizlabs/php_codesniffer": "^2.9.1" }, "suggest": { "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "psr-0": { "ProxyManager\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "http://ocramius.github.io/" } ], "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", "homepage": "https://github.com/Ocramius/ProxyManager", "keywords": [ "aop", "lazy loading", "proxy", "proxy pattern", "service proxies" ], "support": { "issues": "https://github.com/Ocramius/ProxyManager/issues", "source": "https://github.com/Ocramius/ProxyManager/tree/2.2.x" }, "time": "2019-08-10T08:37:15+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.99", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "shasum": "" }, "require": { "php": "^7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "time": "2018-07-02T15:55:56+00:00" }, { "name": "pear/archive_tar", "version": "1.4.13", "source": { "type": "git", "url": "https://github.com/pear/Archive_Tar.git", "reference": "2b87b41178cc6d4ad3cba678a46a1cae49786011" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/2b87b41178cc6d4ad3cba678a46a1cae49786011", "reference": "2b87b41178cc6d4ad3cba678a46a1cae49786011", "shasum": "" }, "require": { "pear/pear-core-minimal": "^1.10.0alpha2", "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "*" }, "suggest": { "ext-bz2": "Bz2 compression support.", "ext-xz": "Lzma2 compression support.", "ext-zlib": "Gzip compression support." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-0": { "Archive_Tar": "" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Vincent Blavet", "email": "vincent@phpconcept.net" }, { "name": "Greg Beaver", "email": "greg@chiaraquartet.net" }, { "name": "Michiel Rook", "email": "mrook@php.net" } ], "description": "Tar file management class with compression support (gzip, bzip2, lzma2)", "homepage": "https://github.com/pear/Archive_Tar", "keywords": [ "archive", "tar" ], "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar", "source": "https://github.com/pear/Archive_Tar" }, "time": "2021-02-16T10:50:50+00:00" }, { "name": "pear/console_getopt", "version": "v1.4.3", "source": { "type": "git", "url": "https://github.com/pear/Console_Getopt.git", "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "Console": "./" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Andrei Zmievski", "email": "andrei@php.net", "role": "Lead" }, { "name": "Stig Bakken", "email": "stig@php.net", "role": "Developer" }, { "name": "Greg Beaver", "email": "cellog@php.net", "role": "Helper" } ], "description": "More info available on: http://pear.php.net/package/Console_Getopt", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt", "source": "https://github.com/pear/Console_Getopt" }, "time": "2019-11-20T18:27:48+00:00" }, { "name": "pear/file_marc", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/pear/File_MARC.git", "reference": "a4997f93d13933ad478cd8b6f43c6345d7388a70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/File_MARC/zipball/a4997f93d13933ad478cd8b6f43c6345d7388a70", "reference": "a4997f93d13933ad478cd8b6f43c6345d7388a70", "shasum": "" }, "require": { "pear/pear_exception": "1.*" }, "require-dev": { "phpunit/phpunit": "*", "squizlabs/php_codesniffer": "*" }, "suggest": { "pear/validate_ispn": "Install optionally via your project's composer.json" }, "type": "library", "autoload": { "psr-0": { "File": "./" }, "classmap": [ "./File/MARC/Data_Field.php", "./File/MARC/Control_Field.php" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "LGPL-2.1" ], "authors": [ { "name": "Dan Scott", "email": "dbs@php.net", "homepage": "https://coffeecode.net", "role": "Lead" } ], "description": "Supports the MAchine Readable Cataloging (MARC) file format documented at http://loc.gov/marc/", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=File_MARC", "source": "https://github.com/pear/File_MARC" }, "time": "2019-11-13T17:33:56+00:00" }, { "name": "pear/http_request2", "version": "v2.4.2", "source": { "type": "git", "url": "https://github.com/pear/HTTP_Request2.git", "reference": "84da432fbbf615593bd8aa25408aca3478b77502" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/84da432fbbf615593bd8aa25408aca3478b77502", "reference": "84da432fbbf615593bd8aa25408aca3478b77502", "shasum": "" }, "require": { "pear/net_url2": "^2.2.0", "pear/pear_exception": "^1.0.0", "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "^3.7|^4.8|^5.7" }, "suggest": { "ext-curl": "Allows using cURL as a request backend.", "ext-fileinfo": "Adds support for looking up mime-types using finfo.", "ext-openssl": "Allows handling SSL requests when not using cURL.", "ext-zlib": "Allows handling gzip compressed responses." }, "type": "library", "autoload": { "psr-0": { "HTTP_Request2": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Alexey Borzov", "email": "avb@php.net" } ], "description": "Provides an easy way to perform HTTP requests.", "homepage": "https://pear.php.net/package/HTTP_Request2", "keywords": [ "PEAR", "curl", "http", "request" ], "support": { "docs": "https://pear.php.net/manual/en/package.http.http-request2.php", "issues": "https://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTTP_Request2", "source": "https://github.com/pear/HTTP_Request2" }, "time": "2020-09-24T22:07:33+00:00" }, { "name": "pear/net_url2", "version": "v2.2.2", "source": { "type": "git", "url": "https://github.com/pear/Net_URL2.git", "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Net_URL2/zipball/07fd055820dbf466ee3990abe96d0e40a8791f9d", "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d", "shasum": "" }, "require": { "php": ">=5.1.4" }, "require-dev": { "phpunit/phpunit": ">=3.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "classmap": [ "Net/URL2.php" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "David Coallier", "email": "davidc@php.net" }, { "name": "Tom Klingenberg", "email": "tkli@php.net" }, { "name": "Christian Schmidt", "email": "chmidt@php.net" } ], "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.", "homepage": "https://github.com/pear/Net_URL2", "keywords": [ "PEAR", "net", "networking", "rfc3986", "uri", "url" ], "support": { "issues": "https://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_URL2", "source": "https://github.com/pear/Net_URL2" }, "time": "2017-08-25T06:16:11+00:00" }, { "name": "pear/pear-core-minimal", "version": "v1.10.10", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", "reference": "625a3c429d9b2c1546438679074cac1b089116a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7", "reference": "625a3c429d9b2c1546438679074cac1b089116a7", "shasum": "" }, "require": { "pear/console_getopt": "~1.4", "pear/pear_exception": "~1.0" }, "replace": { "rsky/pear-core-min": "self.version" }, "type": "library", "autoload": { "psr-0": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "src/" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Christian Weiske", "email": "cweiske@php.net", "role": "Lead" } ], "description": "Minimal set of PEAR core files to be used as composer dependency", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, "time": "2019-11-19T19:00:24+00:00" }, { "name": "pear/pear_exception", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/pear/PEAR_Exception.git", "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "<9" }, "type": "class", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "PEAR/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "." ], "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Helgi Thormar", "email": "dufuz@php.net" }, { "name": "Greg Beaver", "email": "cellog@php.net" } ], "description": "The PEAR Exception base class.", "homepage": "https://github.com/pear/PEAR_Exception", "keywords": [ "exception" ], "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", "source": "https://github.com/pear/PEAR_Exception" }, "time": "2021-03-21T15:43:46+00:00" }, { "name": "pear/validate", "version": "v0.8.5", "source": { "type": "git", "url": "https://github.com/pear/Validate.git", "reference": "d055541ee2d7165329d5e5b8e91907d7fae1cff2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Validate/zipball/d055541ee2d7165329d5e5b8e91907d7fae1cff2", "reference": "d055541ee2d7165329d5e5b8e91907d7fae1cff2", "shasum": "" }, "suggest": { "pear/date": "Install optionally via your project's composer.json" }, "type": "library", "autoload": { "psr-0": { "Validate": "./" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "New BSD" ], "authors": [ { "name": "Pierre-Alain Joye", "email": "pierre.php@gmail.com", "role": "Lead" }, { "name": "Thomas V.V.Cox", "email": "cox@php.net", "role": "Lead" }, { "name": "Helgi Þormar Þorbjörnsson", "email": "dufuz@php.net", "role": "Lead" }, { "name": "Amir Mohammad Saied", "email": "amirsaied@gmail.com", "role": "Lead" }, { "name": "David Coallier", "email": "david@echolibre.com", "role": "Lead" }, { "name": "bertrand Gugger", "email": "bertrand@toggg.com", "role": "Lead" }, { "name": "Stefan Neufeind", "email": "pear.neufeind@speedpartner.de", "role": "Developer" } ], "description": "Validate numbers, email, strings, dates, URIs and more", "homepage": "http://pear.php.net/package/Validate", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Validate", "source": "https://github.com/pear/Validate" }, "time": "2015-02-20T09:16:13+00:00" }, { "name": "pear/validate_ispn", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/pear/Validate_ISPN.git", "reference": "9b06777cc7b6fea4d6d5c9469f21c4b029d58ab5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Validate_ISPN/zipball/9b06777cc7b6fea4d6d5c9469f21c4b029d58ab5", "reference": "9b06777cc7b6fea4d6d5c9469f21c4b029d58ab5", "shasum": "" }, "require": { "pear/validate": "*" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-0": { "Validate": "./" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Helgi Þormar", "email": "dufuz@php.net", "role": "Lead" }, { "name": "Piotr Klaban", "email": "makler@man.torun.pl", "role": "Lead" } ], "description": "More info available on: http://pear.php.net/package/Validate_ISPN", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Validate_ISPN", "source": "https://github.com/pear/Validate_ISPN" }, "time": "2020-04-19T19:25:23+00:00" }, { "name": "phing/phing", "version": "2.16.4", "source": { "type": "git", "url": "https://github.com/phingofficial/phing.git", "reference": "30831b22fc6bab57003f1893842668c44b7f65ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phingofficial/phing/zipball/30831b22fc6bab57003f1893842668c44b7f65ae", "reference": "30831b22fc6bab57003f1893842668c44b7f65ae", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "ext-pdo_sqlite": "*", "mikey179/vfsstream": "^1.6", "pdepend/pdepend": "2.x", "pear/archive_tar": "1.4.x", "pear/http_request2": "dev-trunk", "pear/net_growl": "dev-trunk", "pear/pear-core-minimal": "1.10.1", "pear/versioncontrol_git": "@dev", "pear/versioncontrol_svn": "~0.5", "phpdocumentor/phpdocumentor": "2.x", "phploc/phploc": "~2.0.6", "phpmd/phpmd": "~2.2", "phpunit/phpunit": ">=3.7", "sebastian/git": "~1.0", "sebastian/phpcpd": "2.x", "siad007/versioncontrol_hg": "^1.0", "simpletest/simpletest": "^1.1", "squizlabs/php_codesniffer": "~2.2", "symfony/yaml": "^2.8 || ^3.1 || ^4.0" }, "suggest": { "pdepend/pdepend": "PHP version of JDepend", "pear/archive_tar": "Tar file management class", "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository", "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system", "phpdocumentor/phpdocumentor": "Documentation Generator for PHP", "phploc/phploc": "A tool for quickly measuring the size of a PHP project", "phpmd/phpmd": "PHP version of PMD tool", "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information", "phpunit/phpunit": "The PHP Unit Testing Framework", "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code", "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.", "tedivm/jshrink": "Javascript Minifier built in PHP" }, "bin": [ "bin/phing" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.16.x-dev" } }, "autoload": { "classmap": [ "classes/phing/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "classes" ], "license": [ "LGPL-3.0-only" ], "authors": [ { "name": "Michiel Rook", "email": "mrook@php.net" }, { "name": "Phing Community", "homepage": "https://www.phing.info/trac/wiki/Development/Contributors" } ], "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", "homepage": "https://www.phing.info/", "keywords": [ "build", "phing", "task", "tool" ], "support": { "irc": "irc://irc.freenode.net/phing", "issues": "https://www.phing.info/trac/report", "source": "https://github.com/phingofficial/phing/tree/2.16.4" }, "time": "2021-01-29T14:00:54+00:00" }, { "name": "ppito/laminas-whoops", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/Ppito/laminas-whoops.git", "reference": "3276d736f50ccd2be6b79999e985207b7d546c5d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Ppito/laminas-whoops/zipball/3276d736f50ccd2be6b79999e985207b7d546c5d", "reference": "3276d736f50ccd2be6b79999e985207b7d546c5d", "shasum": "" }, "require": { "filp/whoops": "^2.7", "laminas/laminas-console": "^2.8", "laminas/laminas-eventmanager": "^3.2", "laminas/laminas-mvc": "^3.1", "laminas/laminas-servicemanager": "^3.4", "php": "^7.2" }, "type": "module", "autoload": { "psr-4": { "WhoopsErrorHandler\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mickael TONNELIER", "role": "Developer" } ], "description": "Laminas-Whoops, integrated whoops in Laminas Framework", "homepage": "https://github.com/ppito/laminas-whoops", "keywords": [ "laminas", "php error", "whoops" ], "support": { "issues": "https://github.com/Ppito/laminas-whoops/issues", "source": "https://github.com/Ppito/laminas-whoops/tree/2.0.0" }, "time": "2020-01-14T18:57:23+00:00" }, { "name": "psr/cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https://github.com/php-fig/cache/tree/master" }, "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/container", "version": "1.1.1", "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" }, "type": "library", "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.1" }, "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "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/1.1.4" }, "time": "2021-05-03T11:20:27+00:00" }, { "name": "psr/simple-cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "support": { "source": "https://github.com/php-fig/simple-cache/tree/master" }, "time": "2017-10-23T01:57:42+00:00" }, { "name": "sabre/vobject", "version": "3.5.3", "source": { "type": "git", "url": "https://github.com/sabre-io/vobject.git", "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabre-io/vobject/zipball/129d80533a9ec0d9cacfb50b51180c34edb6874c", "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.1" }, "require-dev": { "phpunit/phpunit": "*", "squizlabs/php_codesniffer": "*" }, "bin": [ "bin/vobject", "bin/generate_vcards" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } }, "autoload": { "psr-4": { "Sabre\\VObject\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Evert Pot", "email": "me@evertpot.com", "homepage": "http://evertpot.com/", "role": "Developer" }, { "name": "Dominik Tobschall", "email": "dominik@fruux.com", "homepage": "http://tobschall.de/", "role": "Developer" } ], "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects", "homepage": "http://sabre.io/vobject/", "keywords": [ "VObject", "iCalendar", "jCal", "jCard", "vCard" ], "time": "2016-10-07T03:20:40+00:00" }, { "name": "scssphp/scssphp", "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", "reference": "ba86c963b94ec7ebd6e19d90cdab90d89667dbf7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scssphp/scssphp/zipball/ba86c963b94ec7ebd6e19d90cdab90d89667dbf7", "reference": "ba86c963b94ec7ebd6e19d90cdab90d89667dbf7", "shasum": "" }, "require": { "ext-ctype": "*", "ext-json": "*", "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4", "sass/sass-spec": "2020.12.29", "squizlabs/php_codesniffer": "~3.5", "symfony/phpunit-bridge": "^5.1", "twbs/bootstrap": "~4.3", "zurb/foundation": "~6.5" }, "bin": [ "bin/pscss" ], "type": "library", "autoload": { "psr-4": { "ScssPhp\\ScssPhp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthon Pang", "email": "apang@softwaredevelopment.ca", "homepage": "https://github.com/robocoder" }, { "name": "Cédric Morin", "email": "cedric@yterium.com", "homepage": "https://github.com/Cerdic" } ], "description": "scssphp is a compiler for SCSS written in PHP.", "homepage": "http://scssphp.github.io/scssphp/", "keywords": [ "css", "less", "sass", "scss", "stylesheet" ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", "source": "https://github.com/scssphp/scssphp/tree/v1.4.1" }, "time": "2021-01-04T13:23:23+00:00" }, { "name": "serialssolutions/summon", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/summon/Summon.php.git", "reference": "e3c042813a887fd18044058ee0b039a6a0f8ab21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/summon/Summon.php/zipball/e3c042813a887fd18044058ee0b039a6a0f8ab21", "reference": "e3c042813a887fd18044058ee0b039a6a0f8ab21", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "SerialsSolutions": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Demian Katz", "email": "demian.katz@villanova.edu" } ], "description": "Library for interacting with Serials Solutions' Summon API.", "support": { "issues": "https://github.com/summon/Summon.php/issues", "source": "https://github.com/summon/Summon.php/tree/v1.3.0" }, "time": "2020-01-13T21:36:48+00:00" }, { "name": "swagger-api/swagger-ui", "version": "v3.40.0", "source": { "type": "git", "url": "https://github.com/swagger-api/swagger-ui.git", "reference": "8264f72af350eff0a564a3ca6f6292c8818f8466" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/8264f72af350eff0a564a3ca6f6292c8818f8466", "reference": "8264f72af350eff0a564a3ca6f6292c8818f8466", "shasum": "" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Anna Bodnia", "email": "anna.bodnia@gmail.com" }, { "name": "Buu Nguyen", "email": "buunguyen@gmail.com" }, { "name": "Josh Ponelat", "email": "jponelat@gmail.com" }, { "name": "Kyle Shockey", "email": "kyleshockey1@gmail.com" }, { "name": "Robert Barnwell", "email": "robert@robertismy.name" }, { "name": "Sahar Jafari", "email": "shr.jafari@gmail.com" } ], "description": " Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.", "homepage": "http://swagger.io", "keywords": [ "api", "documentation", "openapi", "specification", "swagger", "ui" ], "support": { "issues": "https://github.com/swagger-api/swagger-ui/issues", "source": "https://github.com/swagger-api/swagger-ui/tree/v3.40.0" }, "time": "2021-01-14T20:20:17+00:00" }, { "name": "symfony/cache", "version": "v4.4.48", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", "reference": "3b98ed664887ad197b8ede3da2432787212eb915" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache/zipball/3b98ed664887ad197b8ede3da2432787212eb915", "reference": "3b98ed664887ad197b8ede3da2432787212eb915", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/cache": "^1.0|^2.0", "psr/log": "^1|^2|^3", "symfony/cache-contracts": "^1.1.7|^2", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2", "symfony/var-exporter": "^4.2|^5.0" }, "conflict": { "doctrine/dbal": "<2.7", "symfony/dependency-injection": "<3.4", "symfony/http-kernel": "<4.4|>=5.0", "symfony/var-dumper": "<4.4" }, "provide": { "psr/cache-implementation": "1.0|2.0", "psr/simple-cache-implementation": "1.0|2.0", "symfony/cache-implementation": "1.0|2.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "^1.6|^2.0", "doctrine/dbal": "^2.7|^3.0", "predis/predis": "^1.1", "psr/simple-cache": "^1.0|^2.0", "symfony/config": "^4.2|^5.0", "symfony/dependency-injection": "^3.4|^4.1|^5.0", "symfony/filesystem": "^4.4|^5.0", "symfony/http-kernel": "^4.4", "symfony/var-dumper": "^4.4|^5.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Cache\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], "time": "2022-10-17T20:21:54+00:00" }, { "name": "symfony/cache-contracts", "version": "v1.1.13", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", "reference": "a872a66e0bf7bac179c89bc96c7098bef1949f81" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/a872a66e0bf7bac179c89bc96c7098bef1949f81", "reference": "a872a66e0bf7bac179c89bc96c7098bef1949f81", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/cache": "^1.0|^2.0|^3.0" }, "suggest": { "symfony/cache-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.1-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Cache\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to caching", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "time": "2022-01-02T09:41:36+00:00" }, { "name": "symfony/console", "version": "v4.4.18", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "12e071278e396cc3e1c149857337e9e192deca0b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/12e071278e396cc3e1c149857337e9e192deca0b", "reference": "12e071278e396cc3e1c149857337e9e192deca0b", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2" }, "conflict": { "symfony/dependency-injection": "<3.4", "symfony/event-dispatcher": "<4.3|>=5", "symfony/lock": "<4.4", "symfony/process": "<3.3" }, "provide": { "psr/log-implementation": "1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/event-dispatcher": "^4.3", "symfony/lock": "^4.4|^5.0", "symfony/process": "^3.4|^4.0|^5.0", "symfony/var-dumper": "^4.3|^5.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/console/tree/v4.4.18" }, "time": "2020-12-18T07:41:31+00:00" }, { "name": "symfony/expression-language", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", "reference": "de38e66398fca1fcb9c48e80279910e6889cb28f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/expression-language/zipball/de38e66398fca1fcb9c48e80279910e6889cb28f", "reference": "de38e66398fca1fcb9c48e80279910e6889cb28f", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/cache": "~3.1|~4.0", "symfony/polyfill-php70": "~1.6" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\ExpressionLanguage\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony ExpressionLanguage Component", "homepage": "https://symfony.com", "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/filesystem", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3", "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/inflector", "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/inflector.git", "reference": "fc695ab721136b27aa84427a0fa80189761266ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/inflector/zipball/fc695ab721136b27aa84427a0fa80189761266ef", "reference": "fc695ab721136b27aa84427a0fa80189761266ef", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Inflector\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Converts words between their singular and plural forms (English only)", "homepage": "https://symfony.com", "keywords": [ "inflection", "pluralize", "singularize", "string", "symfony", "words" ], "support": { "source": "https://github.com/symfony/inflector/tree/v4.4.25" }, "abandoned": "EnglishInflector from the String component", "time": "2021-05-26T17:39:37+00:00" }, { "name": "symfony/options-resolver", "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "2e607d627c70aa56284a02d34fc60dfe3a9a352e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/2e607d627c70aa56284a02d34fc60dfe3a9a352e", "reference": "2e607d627c70aa56284a02d34fc60dfe3a9a352e", "shasum": "" }, "require": { "php": ">=7.1.3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides an improved replacement for the array_replace PHP function", "homepage": "https://symfony.com", "keywords": [ "config", "configuration", "options" ], "support": { "source": "https://github.com/symfony/options-resolver/tree/v4.4.25" }, "time": "2021-05-26T11:20:16+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" }, "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1", "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0" }, "time": "2021-05-27T09:27:20+00:00" }, { "name": "symfony/polyfill-php70", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644", "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "metapackage", "extra": { "branch-alias": { "dev-main": "1.20-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0" }, "time": "2020-10-23T14:02:19+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0" }, "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0", "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" }, "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/property-access", "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", "reference": "3af7c21b4128eadbace0800b51054a81bff896c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/3af7c21b4128eadbace0800b51054a81bff896c6", "reference": "3af7c21b4128eadbace0800b51054a81bff896c6", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/inflector": "^3.4|^4.0|^5.0" }, "require-dev": { "symfony/cache": "^3.4|^4.0|^5.0" }, "suggest": { "psr/cache-implementation": "To cache access methods." }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides functions to read and write from/to an object or array using a simple string notation", "homepage": "https://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property path", "reflection" ], "support": { "source": "https://github.com/symfony/property-access/tree/v4.4.25" }, "time": "2021-05-26T17:39:37+00:00" }, { "name": "symfony/service-contracts", "version": "v1.1.9", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b776d18b303a39f56c63747bcb977ad4b27aca26", "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/container": "^1.0" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to writing services", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/service-contracts/tree/v1.1.9" }, "time": "2020-07-06T13:19:58+00:00" }, { "name": "symfony/var-exporter", "version": "v4.4.43", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4a7a3a3d55c471d396e6d28011368b7b83cb518b", "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/var-dumper": "^4.4.9|^5.0.9" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Allows exporting any serializable PHP data structure to plain PHP code", "homepage": "https://symfony.com", "keywords": [ "clone", "construct", "export", "hydrate", "instantiate", "serialize" ], "time": "2022-05-27T11:44:32+00:00" }, { "name": "symfony/yaml", "version": "v4.4.18", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "bbce94f14d73732340740366fcbe63363663a403" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/bbce94f14d73732340740366fcbe63363663a403", "reference": "bbce94f14d73732340740366fcbe63363663a403", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/console": "<3.4" }, "require-dev": { "symfony/console": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/yaml/tree/v4.4.18" }, "time": "2020-12-08T16:59:59+00:00" }, { "name": "true/punycode", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/true/php-punycode.git", "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { "phpunit/phpunit": "~4.7", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "autoload": { "psr-4": { "TrueBV\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Renan Gonçalves", "email": "renan.saddam@gmail.com" } ], "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", "homepage": "https://github.com/true/php-punycode", "keywords": [ "idna", "punycode" ], "support": { "issues": "https://github.com/true/php-punycode/issues", "source": "https://github.com/true/php-punycode/tree/master" }, "abandoned": true, "time": "2016-11-16T10:37:54+00:00" }, { "name": "vufind-org/vufindcode", "version": "v1.2", "source": { "type": "git", "url": "https://github.com/vufind-org/vufindcode.git", "reference": "df7f4d2188c9f2c654dfee69774b80b9d03b1ab4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vufind-org/vufindcode/zipball/df7f4d2188c9f2c654dfee69774b80b9d03b1ab4", "reference": "df7f4d2188c9f2c654dfee69774b80b9d03b1ab4", "shasum": "" }, "require": { "php": ">=7.0.8" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.11.1", "pear/http_request2": "2.3.0", "phing/phing": "2.16.1", "phploc/phploc": "4.0.1", "phpmd/phpmd": "2.6.0", "phpunit/phpunit": "6.5.8", "sebastian/phpcpd": "3.0.1", "squizlabs/php_codesniffer": "3.2.3" }, "type": "library", "autoload": { "psr-0": { "VuFindCode\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Demian Katz", "email": "demian.katz@villanova.edu" } ], "description": "Classes for working with EANs, ISBNs and ISMNs (a VuFind support library)", "homepage": "https://vufind.org/", "support": { "issues": "https://vufind.org/jira", "source": "https://github.com/vufind-org/vufindcode/tree/v1.2" }, "time": "2019-11-07T14:29:07+00:00" }, { "name": "vufind-org/vufinddate", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/vufind-org/vufinddate.git", "reference": "1bec5458b48d96fa8ff87123584042780f4c3c24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vufind-org/vufinddate/zipball/1bec5458b48d96fa8ff87123584042780f4c3c24", "reference": "1bec5458b48d96fa8ff87123584042780f4c3c24", "shasum": "" }, "require": { "php": ">=7.0.8" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.11.1", "pear/http_request2": "2.3.0", "phing/phing": "2.16.1", "phploc/phploc": "4.0.1", "phpmd/phpmd": "2.6.0", "phpunit/phpunit": "6.5.8", "sebastian/phpcpd": "3.0.1", "squizlabs/php_codesniffer": "3.2.3" }, "type": "library", "autoload": { "psr-4": { "VuFind\\Date\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Demian Katz", "email": "demian.katz@villanova.edu" } ], "description": "Date formatting tools for the VuFind project", "homepage": "https://vufind.org/", "support": { "issues": "https://vufind.org/jira", "source": "https://github.com/vufind-org/vufinddate/tree/v1.0.0" }, "time": "2018-05-23T19:59:10+00:00" }, { "name": "vufind-org/vufindharvest", "version": "v4.0.1", "source": { "type": "git", "url": "https://github.com/vufind-org/vufindharvest.git", "reference": "8e12f40fd444a033178a836517973643dc04622e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vufind-org/vufindharvest/zipball/8e12f40fd444a033178a836517973643dc04622e", "reference": "8e12f40fd444a033178a836517973643dc04622e", "shasum": "" }, "require": { "laminas/laminas-http": ">=2.2", "php": ">=7.0.8", "symfony/console": "^4.0||^5.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.16.1", "pear/http_request2": "2.3.0", "phing/phing": "2.16.2", "phploc/phploc": "4.0.1", "phpmd/phpmd": "2.8.1", "phpunit/phpunit": "8.5.2", "sebastian/phpcpd": "4.1.0", "squizlabs/php_codesniffer": "3.5.3" }, "type": "library", "autoload": { "psr-4": { "VuFindHarvest\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Demian Katz", "email": "demian.katz@villanova.edu", "role": "Maintainer" } ], "description": "VuFind Harvest Tools", "homepage": "https://vufind.org/", "support": { "issues": "https://vufind.org/jira", "source": "https://github.com/vufind-org/vufindharvest/tree/v4.0.1" }, "time": "2020-03-23T14:30:57+00:00" }, { "name": "vufind-org/vufindhttp", "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/vufind-org/vufindhttp.git", "reference": "69aff6bcb84139598bdb42d161b7483caf69b1c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vufind-org/vufindhttp/zipball/69aff6bcb84139598bdb42d161b7483caf69b1c2", "reference": "69aff6bcb84139598bdb42d161b7483caf69b1c2", "shasum": "" }, "require": { "laminas/laminas-http": ">=2.2", "php": ">=7.0.8" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.16.1", "laminas/laminas-uri": ">=2.2", "pear/http_request2": "2.3.0", "phing/phing": "2.16.2", "phploc/phploc": "4.0.1", "phpmd/phpmd": "2.8.1", "phpunit/phpunit": "6.5.14", "sebastian/phpcpd": "3.0.1", "squizlabs/php_codesniffer": "3.5.3" }, "type": "library", "autoload": { "psr-0": { "VuFindHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "David Maus", "email": "maus@hab.de", "role": "Developer" }, { "name": "Demian Katz", "email": "demian.katz@villanova.edu", "role": "Maintainer" } ], "description": "VuFind HTTP service library", "homepage": "https://vufind.org/", "support": { "issues": "https://vufind.org/jira", "source": "https://github.com/vufind-org/vufindhttp/tree/v3.1.0" }, "time": "2020-07-01T10:47:57+00:00" }, { "name": "webfontkit/open-sans", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/webfontkit/open-sans.git", "reference": "00ab31e690edfd0d88f9ffbcd998cf298b9687e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webfontkit/open-sans/zipball/00ab31e690edfd0d88f9ffbcd998cf298b9687e9", "reference": "00ab31e690edfd0d88f9ffbcd998cf298b9687e9", "shasum": "" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letterforms.", "homepage": "http://www.google.com/fonts/specimen/Open+Sans", "support": { "issues": "https://github.com/webfontkit/open-sans/issues", "source": "https://github.com/webfontkit/open-sans", "wiki": "https://github.com/webfontkit/open-sans" }, "time": "2014-08-20T20:43:34+00:00" }, { "name": "webimpress/safe-writer", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/webimpress/safe-writer.git", "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/5cfafdec5873c389036f14bf832a5efc9390dcdd", "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^8.5.8 || ^9.3.7", "vimeo/psalm": "^3.14.2", "webimpress/coding-standard": "^1.1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev", "dev-develop": "2.2.x-dev", "dev-release-1.0": "1.0.x-dev" } }, "autoload": { "psr-4": { "Webimpress\\SafeWriter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "description": "Tool to write files safely, to avoid race conditions", "keywords": [ "concurrent write", "file writer", "race condition", "safe writer", "webimpress" ], "support": { "issues": "https://github.com/webimpress/safe-writer/issues", "source": "https://github.com/webimpress/safe-writer/tree/master" }, "time": "2020-08-25T07:21:11+00:00" }, { "name": "wikimedia/composer-merge-plugin", "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/wikimedia/composer-merge-plugin.git", "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", "shasum": "" }, "require": { "composer-plugin-api": "^1.1||^2.0", "php": ">=7.2.0" }, "require-dev": { "composer/composer": "^1.1||^2.0", "php-parallel-lint/php-parallel-lint": "~1.1.0", "phpunit/phpunit": "^8.5||^9.0", "squizlabs/php_codesniffer": "~3.5.4" }, "type": "composer-plugin", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin" }, "autoload": { "psr-4": { "Wikimedia\\Composer\\Merge\\V2\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bryan Davis", "email": "bd808@wikimedia.org" } ], "description": "Composer plugin to merge multiple composer.json files", "support": { "issues": "https://github.com/wikimedia/composer-merge-plugin/issues", "source": "https://github.com/wikimedia/composer-merge-plugin/tree/v2.0.1" }, "time": "2021-02-24T05:28:06+00:00" }, { "name": "wikimedia/less.php", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/less.php.git", "reference": "c1affb4d4472c9e100fc80bf456b4334862ace3c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/less.php/zipball/c1affb4d4472c9e100fc80bf456b4334862ace3c", "reference": "c1affb4d4472c9e100fc80bf456b4334862ace3c", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "7.5.14" }, "bin": [ "bin/lessc" ], "type": "library", "autoload": { "psr-0": { "Less": "lib/" }, "classmap": [ "lessc.inc.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Josh Schmidt", "homepage": "https://github.com/oyejorge" }, { "name": "Matt Agar", "homepage": "https://github.com/agar" }, { "name": "Martin Jantošovič", "homepage": "https://github.com/Mordred" } ], "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)", "keywords": [ "css", "less", "less.js", "lesscss", "php", "stylesheet" ], "support": { "issues": "https://github.com/wikimedia/less.php/issues", "source": "https://github.com/wikimedia/less.php/tree/v2.0.0" }, "time": "2020-02-04T22:36:29+00:00" }, { "name": "yajra/laravel-pdo-via-oci8", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/yajra/pdo-via-oci8.git", "reference": "93610843b7abe975413288bcc4adb347edefb4b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yajra/pdo-via-oci8/zipball/93610843b7abe975413288bcc4adb347edefb4b8", "reference": "93610843b7abe975413288bcc4adb347edefb4b8", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Yajra\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Arjay Angeles", "email": "aqangeles@gmail.com" } ], "description": "PDO userspace driver proxying calls to PHP OCI8 driver", "support": { "issues": "https://github.com/yajra/pdo-via-oci8/issues", "source": "https://github.com/yajra/pdo-via-oci8/tree/v2.2.0" }, "time": "2020-12-11T12:29:18+00:00" }, { "name": "zfr/rbac", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/zf-fr/rbac.git", "reference": "493711bfc2a637fd7c6f23b71b7b55a621c35d9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf-fr/rbac/zipball/493711bfc2a637fd7c6f23b71b7b55a621c35d9d", "reference": "493711bfc2a637fd7c6f23b71b7b55a621c35d9d", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "~3.7", "satooshi/php-coveralls": "~0.6", "squizlabs/php_codesniffer": "1.4.*", "zendframework/zend-servicemanager": "~2.2" }, "type": "library", "autoload": { "psr-0": { "Rbac\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michaël Gallego", "email": "mic.gallego@gmail.com", "homepage": "http://michaelgallego.fr" } ], "description": "Zend Framework 3 prototype for Zend\\Permissions\\Rbac.", "homepage": "https://github.com/zf-fr/rbac", "keywords": [ "rbac", "security", "zf2", "zf3" ], "support": { "issues": "https://github.com/zf-fr/rbac/issues", "source": "https://github.com/zf-fr/rbac/tree/master" }, "time": "2014-02-06T14:18:34+00:00" } ], "packages-dev": [ { "name": "behat/mink", "version": "v1.8.1", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/Mink/zipball/07c6a9fe3fa98c2de074b25d9ed26c22904e3887", "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0" }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20", "symfony/debug": "^2.7|^3.0|^4.0", "symfony/phpunit-bridge": "^3.4.38 || ^5.0.5" }, "suggest": { "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)", "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8.x-dev" } }, "autoload": { "psr-4": { "Behat\\Mink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Browser controller/emulator abstraction for PHP", "homepage": "http://mink.behat.org/", "keywords": [ "browser", "testing", "web" ], "support": { "issues": "https://github.com/minkphp/Mink/issues", "source": "https://github.com/minkphp/Mink/tree/v1.8.1" }, "time": "2020-03-11T15:45:53+00:00" }, { "name": "behat/mink-selenium2-driver", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/minkphp/MinkSelenium2Driver.git", "reference": "312a967dd527f28980cce40850339cd5316da092" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/312a967dd527f28980cce40850339cd5316da092", "reference": "312a967dd527f28980cce40850339cd5316da092", "shasum": "" }, "require": { "behat/mink": "~1.7@dev", "instaclick/php-webdriver": "~1.1", "php": ">=5.4" }, "require-dev": { "mink/driver-testsuite": "dev-master" }, "type": "mink-driver", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-4": { "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pete Otaqui", "email": "pete@otaqui.com", "homepage": "https://github.com/pete-otaqui" }, { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Selenium2 (WebDriver) driver for Mink framework", "homepage": "http://mink.behat.org/", "keywords": [ "ajax", "browser", "javascript", "selenium", "testing", "webdriver" ], "support": { "issues": "https://github.com/minkphp/MinkSelenium2Driver/issues", "source": "https://github.com/minkphp/MinkSelenium2Driver/tree/v1.4.0" }, "time": "2020-03-11T14:43:21+00:00" }, { "name": "composer/semver", "version": "3.2.5", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9", "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12.54", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", "source": "https://github.com/composer/semver/tree/3.2.5" }, "time": "2021-05-24T12:41:47+00:00" }, { "name": "composer/xdebug-handler", "version": "1.4.6", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "f27e06cd9675801df441b3656569b328e04aa37c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c", "reference": "f27e06cd9675801df441b3656569b328e04aa37c", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1.0" }, "require-dev": { "phpstan/phpstan": "^0.12.55", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "autoload": { "psr-4": { "Composer\\XdebugHandler\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "John Stevenson", "email": "john-stevenson@blueyonder.co.uk" } ], "description": "Restarts a process without Xdebug.", "keywords": [ "Xdebug", "performance" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues", "source": "https://github.com/composer/xdebug-handler/tree/1.4.6" }, "time": "2021-03-25T17:01:18+00:00" }, { "name": "dmore/chrome-mink-driver", "version": "2.8.0", "source": { "type": "git", "url": "https://gitlab.com/DMore/chrome-mink-driver.git", "reference": "f85c8f86ca2e9000119c310577a6942683f7e280" }, "dist": { "type": "zip", "url": "https://gitlab.com/api/v4/projects/DMore%2Fchrome-mink-driver/repository/archive.zip?sha=f85c8f86ca2e9000119c310577a6942683f7e280", "reference": "f85c8f86ca2e9000119c310577a6942683f7e280", "shasum": "" }, "require": { "behat/mink": "^1.7", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "textalk/websocket": "^1.2.0" }, "require-dev": { "mink/driver-testsuite": "dev-master", "phpunit/phpunit": "^5.0.0", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "DMore\\ChromeDriver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dorian More", "email": "doriancmore@gmail.com" } ], "description": "Mink driver for controlling chrome without selenium", "support": { "issues": "https://gitlab.com/api/v4/projects/3255077/issues" }, "time": "2021-04-25T06:49:32+00:00" }, { "name": "doctrine/annotations", "version": "1.13.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "ext-tokenizer": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", "doctrine/coding-standard": "^6.0 || ^8.1", "phpstan/phpstan": "^0.12.20", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", "symfony/cache": "^4.4 || ^5.2" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "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": "Docblock Annotations Parser", "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", "parser" ], "support": { "issues": "https://github.com/doctrine/annotations/issues", "source": "https://github.com/doctrine/annotations/tree/1.13.1" }, "time": "2021-05-16T18:07:53+00:00" }, { "name": "doctrine/instantiator", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^8.0", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", "phpstan/phpstan": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", "source": "https://github.com/doctrine/instantiator/tree/1.4.0" }, "time": "2020-11-10T18:47:58+00:00" }, { "name": "doctrine/lexer", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan": "^0.11.8", "phpunit/phpunit": "^8.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "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": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ "annotations", "docblock", "lexer", "parser", "php" ], "support": { "issues": "https://github.com/doctrine/lexer/issues", "source": "https://github.com/doctrine/lexer/tree/1.2.1" }, "time": "2020-05-25T17:44:05+00:00" }, { "name": "friendsofphp/php-cs-fixer", "version": "v2.18.1", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", "reference": "c68ff6231adb276857761e43b7ed082f164dce0b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c68ff6231adb276857761e43b7ed082f164dce0b", "reference": "c68ff6231adb276857761e43b7ed082f164dce0b", "shasum": "" }, "require": { "composer/semver": "^1.4 || ^2.0 || ^3.0", "composer/xdebug-handler": "^1.2", "doctrine/annotations": "^1.2", "ext-json": "*", "ext-tokenizer": "*", "php": "^5.6 || ^7.0 || ^8.0", "php-cs-fixer/diff": "^1.3", "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0", "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0", "symfony/filesystem": "^3.0 || ^4.0 || ^5.0", "symfony/finder": "^3.0 || ^4.0 || ^5.0", "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0", "symfony/polyfill-php70": "^1.0", "symfony/polyfill-php72": "^1.4", "symfony/process": "^3.0 || ^4.0 || ^5.0", "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0" }, "require-dev": { "justinrainbow/json-schema": "^5.0", "keradus/cli-executor": "^1.4", "mikey179/vfsstream": "^1.6", "php-coveralls/php-coveralls": "^2.4.2", "php-cs-fixer/accessible-object": "^1.0", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", "phpspec/prophecy-phpunit": "^1.1 || ^2.0", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5", "phpunitgoodpractices/polyfill": "^1.5", "phpunitgoodpractices/traits": "^1.9.1", "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1", "symfony/phpunit-bridge": "^5.2.1", "symfony/yaml": "^3.0 || ^4.0 || ^5.0" }, "suggest": { "ext-dom": "For handling output formats in XML", "ext-mbstring": "For handling non-UTF8 characters.", "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." }, "bin": [ "php-cs-fixer" ], "type": "application", "autoload": { "psr-4": { "PhpCsFixer\\": "src/" }, "classmap": [ "tests/Test/AbstractFixerTestCase.php", "tests/Test/AbstractIntegrationCaseFactory.php", "tests/Test/AbstractIntegrationTestCase.php", "tests/Test/Assert/AssertTokensTrait.php", "tests/Test/IntegrationCase.php", "tests/Test/IntegrationCaseFactory.php", "tests/Test/IntegrationCaseFactoryInterface.php", "tests/Test/InternalIntegrationCaseFactory.php", "tests/Test/IsIdenticalConstraint.php", "tests/TestCase.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Dariusz Rumiński", "email": "dariusz.ruminski@gmail.com" } ], "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.18.1" }, "time": "2021-01-21T18:50:42+00:00" }, { "name": "instaclick/php-webdriver", "version": "1.4.7", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", "reference": "b5f330e900e9b3edfc18024a5ec8c07136075712" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/b5f330e900e9b3edfc18024a5ec8c07136075712", "reference": "b5f330e900e9b3edfc18024a5ec8c07136075712", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "^4.8", "satooshi/php-coveralls": "^1.0||^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-0": { "WebDriver": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Justin Bishop", "email": "jubishop@gmail.com", "role": "Developer" }, { "name": "Anthon Pang", "email": "apang@softwaredevelopment.ca", "role": "Fork Maintainer" } ], "description": "PHP WebDriver for Selenium 2", "homepage": "http://instaclick.com/", "keywords": [ "browser", "selenium", "webdriver", "webtest" ], "support": { "issues": "https://github.com/instaclick/php-webdriver/issues", "source": "https://github.com/instaclick/php-webdriver/tree/1.x" }, "time": "2019-09-25T09:05:11+00:00" }, { "name": "myclabs/deep-copy", "version": "1.10.2", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220", "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "replace": { "myclabs/deep-copy": "self.version" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", "phpunit/phpunit": "^7.1" }, "type": "library", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" }, "files": [ "src/DeepCopy/deep_copy.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", "keywords": [ "clone", "copy", "duplicate", "object", "object graph" ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" }, "time": "2020-11-13T09:40:50+00:00" }, { "name": "pdepend/pdepend", "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", "reference": "1632f0cee84512ffd6dde71e58536b3b06528c41" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/1632f0cee84512ffd6dde71e58536b3b06528c41", "reference": "1632f0cee84512ffd6dde71e58536b3b06528c41", "shasum": "" }, "require": { "php": ">=5.3.7", "symfony/config": "^2.3.0|^3|^4|^5", "symfony/dependency-injection": "^2.3.0|^3|^4|^5", "symfony/filesystem": "^2.3.0|^3|^4|^5" }, "require-dev": { "easy-doc/easy-doc": "0.0.0|^1.2.3", "gregwar/rst": "^1.0", "phpunit/phpunit": "^4.8.36|^5.7.27", "squizlabs/php_codesniffer": "^2.0.0" }, "bin": [ "src/bin/pdepend" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "PDepend\\": "src/main/php/PDepend" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", "support": { "issues": "https://github.com/pdepend/pdepend/issues", "source": "https://github.com/pdepend/pdepend/tree/2.9.1" }, "time": "2021-04-15T21:36:28+00:00" }, { "name": "phar-io/manifest", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133", "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133", "shasum": "" }, "require": { "ext-dom": "*", "ext-phar": "*", "ext-xmlwriter": "*", "phar-io/version": "^3.0.1", "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "support": { "issues": "https://github.com/phar-io/manifest/issues", "source": "https://github.com/phar-io/manifest/tree/master" }, "time": "2020-06-27T14:33:11+00:00" }, { "name": "phar-io/version", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/phar-io/version.git", "reference": "bae7c545bef187884426f042434e561ab1ddb182" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182", "reference": "bae7c545bef187884426f042434e561ab1ddb182", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Library for handling version information and constraints", "support": { "issues": "https://github.com/phar-io/version/issues", "source": "https://github.com/phar-io/version/tree/3.1.0" }, "time": "2021-02-23T14:00:09+00:00" }, { "name": "php-cs-fixer/diff", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/diff.git", "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759", "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759", "shasum": "" }, "require": { "php": "^5.6 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0", "symfony/process": "^3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "SpacePossum" } ], "description": "sebastian/diff v2 backport support for PHP5.6", "homepage": "https://github.com/PHP-CS-Fixer", "keywords": [ "diff" ], "support": { "issues": "https://github.com/PHP-CS-Fixer/diff/issues", "source": "https://github.com/PHP-CS-Fixer/diff/tree/v1.3.1" }, "time": "2020-10-14T08:39:05+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "support": { "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" }, "time": "2020-06-27T09:03:43+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "5.2.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", "shasum": "" }, "require": { "ext-filter": "*", "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.2", "phpdocumentor/type-resolver": "^1.3", "webmozart/assert": "^1.9.1" }, "require-dev": { "mockery/mockery": "~1.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" }, { "name": "Jaap van Otterdijk", "email": "account@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master" }, "time": "2020-09-03T19:13:55+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { "ext-tokenizer": "*" }, "type": "library", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0" }, "time": "2020-09-17T18:55:26+00:00" }, { "name": "phploc/phploc", "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phploc.git", "reference": "5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884", "reference": "5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884", "shasum": "" }, "require": { "php": "^7.2", "sebastian/finder-facade": "^1.1", "sebastian/version": "^2.0", "symfony/console": "^4.0" }, "bin": [ "phploc" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "A tool for quickly measuring the size of a PHP project.", "homepage": "https://github.com/sebastianbergmann/phploc", "support": { "issues": "https://github.com/sebastianbergmann/phploc/issues", "source": "https://github.com/sebastianbergmann/phploc/tree/master" }, "time": "2019-03-16T10:41:19+00:00" }, { "name": "phpmd/phpmd", "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", "reference": "ce10831d4ddc2686c1348a98069771dd314534a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpmd/phpmd/zipball/ce10831d4ddc2686c1348a98069771dd314534a8", "reference": "ce10831d4ddc2686c1348a98069771dd314534a8", "shasum": "" }, "require": { "composer/xdebug-handler": "^1.0", "ext-xml": "*", "pdepend/pdepend": "^2.7.1", "php": ">=5.3.9" }, "require-dev": { "easy-doc/easy-doc": "0.0.0 || ^1.3.2", "ext-json": "*", "ext-simplexml": "*", "gregwar/rst": "^1.0", "mikey179/vfsstream": "^1.6.4", "phpunit/phpunit": "^4.8.36 || ^5.7.27", "squizlabs/php_codesniffer": "^2.0" }, "bin": [ "src/bin/phpmd" ], "type": "library", "autoload": { "psr-0": { "PHPMD\\": "src/main/php" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Manuel Pichler", "email": "github@manuel-pichler.de", "homepage": "https://github.com/manuelpichler", "role": "Project Founder" }, { "name": "Marc Würth", "email": "ravage@bluewin.ch", "homepage": "https://github.com/ravage84", "role": "Project Maintainer" }, { "name": "Other contributors", "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", "role": "Contributors" } ], "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", "homepage": "https://phpmd.org/", "keywords": [ "mess detection", "mess detector", "pdepend", "phpmd", "pmd" ], "support": { "irc": "irc://irc.freenode.org/phpmd", "issues": "https://github.com/phpmd/phpmd/issues", "source": "https://github.com/phpmd/phpmd/tree/2.9.1" }, "time": "2020-09-23T22:06:32+00:00" }, { "name": "phpspec/prophecy", "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea", "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2", "php": "^7.2 || ~8.0, <8.1", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0", "sebastian/recursion-context": "^3.0 || ^4.0" }, "require-dev": { "phpspec/phpspec": "^6.0", "phpunit/phpunit": "^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11.x-dev" } }, "autoload": { "psr-4": { "Prophecy\\": "src/Prophecy" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" }, { "name": "Marcello Duarte", "email": "marcello.duarte@gmail.com" } ], "description": "Highly opinionated mocking framework for PHP 5.3+", "homepage": "https://github.com/phpspec/prophecy", "keywords": [ "Double", "Dummy", "fake", "mock", "spy", "stub" ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", "source": "https://github.com/phpspec/prophecy/tree/1.13.0" }, "time": "2021-03-17T13:42:18+00:00" }, { "name": "phpunit/php-code-coverage", "version": "7.0.14", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/bb7c9a210c72e4709cdde67f8b7362f672f2225c", "reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", "php": ">=7.2", "phpunit/php-file-iterator": "^2.0.2", "phpunit/php-text-template": "^1.2.1", "phpunit/php-token-stream": "^3.1.1 || ^4.0", "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^4.2.2", "sebastian/version": "^2.0.1", "theseer/tokenizer": "^1.1.3" }, "require-dev": { "phpunit/phpunit": "^8.2.2" }, "suggest": { "ext-xdebug": "^2.7.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "7.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.14" }, "time": "2020-12-02T13:39:03+00:00" }, { "name": "phpunit/php-file-iterator", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4b49fb70f067272b659ef0174ff9ca40fdaa6357", "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.3" }, "time": "2020-11-30T08:25:21+00:00" }, { "name": "phpunit/php-text-template", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" }, "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662", "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3" }, "time": "2020-11-30T08:20:02+00:00" }, { "name": "phpunit/php-token-stream", "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "472b687829041c24b25f475e14c2f38a09edf1c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/472b687829041c24b25f475e14c2f38a09edf1c2", "reference": "472b687829041c24b25f475e14c2f38a09edf1c2", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ "tokenizer" ], "support": { "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.2" }, "abandoned": true, "time": "2020-11-30T08:38:46+00:00" }, { "name": "phpunit/phpunit", "version": "8.5.14", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "c25f79895d27b6ecd5abfa63de1606b786a461a3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c25f79895d27b6ecd5abfa63de1606b786a461a3", "reference": "c25f79895d27b6ecd5abfa63de1606b786a461a3", "shasum": "" }, "require": { "doctrine/instantiator": "^1.3.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", "myclabs/deep-copy": "^1.10.0", "phar-io/manifest": "^2.0.1", "phar-io/version": "^3.0.2", "php": ">=7.2", "phpspec/prophecy": "^1.10.3", "phpunit/php-code-coverage": "^7.0.12", "phpunit/php-file-iterator": "^2.0.2", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^2.1.2", "sebastian/comparator": "^3.0.2", "sebastian/diff": "^3.0.2", "sebastian/environment": "^4.2.3", "sebastian/exporter": "^3.1.2", "sebastian/global-state": "^3.0.0", "sebastian/object-enumerator": "^3.0.3", "sebastian/resource-operations": "^2.0.1", "sebastian/type": "^1.1.3", "sebastian/version": "^2.0.1" }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-soap": "*", "ext-xdebug": "*", "phpunit/php-invoker": "^2.0.0" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "8.5-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.14" }, "time": "2021-01-17T07:37:30+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619", "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "support": { "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2" }, "time": "2020-11-30T08:15:22+00:00" }, { "name": "sebastian/comparator", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "1071dfcef776a57013124ff35e1fc41ccd294758" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758", "reference": "1071dfcef776a57013124ff35e1fc41ccd294758", "shasum": "" }, "require": { "php": ">=7.1", "sebastian/diff": "^3.0", "sebastian/exporter": "^3.1" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "https://github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3" }, "time": "2020-11-30T08:04:30+00:00" }, { "name": "sebastian/diff", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211", "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0", "symfony/process": "^2 || ^3.3 || ^4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff", "udiff", "unidiff", "unified diff" ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3" }, "time": "2020-11-30T07:59:04+00:00" }, { "name": "sebastian/environment", "version": "4.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7.5" }, "suggest": { "ext-posix": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", "hhvm" ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4" }, "time": "2020-11-30T07:53:42+00:00" }, { "name": "sebastian/exporter", "version": "3.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e", "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e", "shasum": "" }, "require": { "php": ">=7.0", "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Adam Harvey", "email": "aharvey@php.net" }, { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "http://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.3" }, "time": "2020-11-30T07:47:53+00:00" }, { "name": "sebastian/finder-facade", "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/finder-facade.git", "reference": "167c45d131f7fc3d159f56f191a0a22228765e16" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/167c45d131f7fc3d159f56f191a0a22228765e16", "reference": "167c45d131f7fc3d159f56f191a0a22228765e16", "shasum": "" }, "require": { "php": "^7.1", "symfony/finder": "^2.3|^3.0|^4.0|^5.0", "theseer/fdomdocument": "^1.6" }, "type": "library", "extra": { "branch-alias": [] }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", "homepage": "https://github.com/sebastianbergmann/finder-facade", "support": { "issues": "https://github.com/sebastianbergmann/finder-facade/issues", "source": "https://github.com/sebastianbergmann/finder-facade/tree/1.2" }, "abandoned": true, "time": "2020-01-16T08:08:45+00:00" }, { "name": "sebastian/global-state", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/474fb9edb7ab891665d3bfc6317f42a0a150454b", "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b", "shasum": "" }, "require": { "php": ">=7.2", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-dom": "*", "phpunit/phpunit": "^8.0" }, "suggest": { "ext-uopz": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.1" }, "time": "2020-11-30T07:43:24+00:00" }, { "name": "sebastian/object-enumerator", "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", "shasum": "" }, "require": { "php": ">=7.0", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "support": { "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4" }, "time": "2020-11-30T07:40:27+00:00" }, { "name": "sebastian/object-reflector", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", "support": { "issues": "https://github.com/sebastianbergmann/object-reflector/issues", "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2" }, "time": "2020-11-30T07:37:18+00:00" }, { "name": "sebastian/phpcpd", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpcpd.git", "reference": "0d9afa762f2400de077b2192f4a9d127de0bb78e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/0d9afa762f2400de077b2192f4a9d127de0bb78e", "reference": "0d9afa762f2400de077b2192f4a9d127de0bb78e", "shasum": "" }, "require": { "ext-dom": "*", "php": "^7.1", "phpunit/php-timer": "^2.0", "sebastian/finder-facade": "^1.1", "sebastian/version": "^1.0|^2.0", "symfony/console": "^2.7|^3.0|^4.0" }, "bin": [ "phpcpd" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Copy/Paste Detector (CPD) for PHP code.", "homepage": "https://github.com/sebastianbergmann/phpcpd", "support": { "issues": "https://github.com/sebastianbergmann/phpcpd/issues", "source": "https://github.com/sebastianbergmann/phpcpd/tree/4.1.0" }, "time": "2018-09-17T17:17:27+00:00" }, { "name": "sebastian/recursion-context", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb", "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1" }, "time": "2020-11-30T07:34:24+00:00" }, { "name": "sebastian/resource-operations", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "support": { "issues": "https://github.com/sebastianbergmann/resource-operations/issues", "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2" }, "time": "2020-11-30T07:30:19+00:00" }, { "name": "sebastian/type", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4", "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "phpunit/phpunit": "^8.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Collection of value objects that represent the types of the PHP type system", "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", "source": "https://github.com/sebastianbergmann/type/tree/1.1.4" }, "time": "2020-11-30T07:25:11+00:00" }, { "name": "sebastian/version", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", "shasum": "" }, "require": { "php": ">=5.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", "source": "https://github.com/sebastianbergmann/version/tree/master" }, "time": "2016-10-03T07:35:21+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.5.8", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "9d583721a7157ee997f235f327de038e7ea6dac4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4", "reference": "9d583721a7157ee997f235f327de038e7ea6dac4", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "lead" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ], "support": { "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, "time": "2020-10-23T02:01:07+00:00" }, { "name": "symfony/config", "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "2803882bb10353d277d4539635dd688a053d571c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/2803882bb10353d277d4539635dd688a053d571c", "reference": "2803882bb10353d277d4539635dd688a053d571c", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/filesystem": "^3.4|^4.0|^5.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php81": "^1.22" }, "conflict": { "symfony/finder": "<3.4" }, "require-dev": { "symfony/event-dispatcher": "^3.4|^4.0|^5.0", "symfony/finder": "^3.4|^4.0|^5.0", "symfony/messenger": "^4.1|^5.0", "symfony/service-contracts": "^1.1|^2", "symfony/yaml": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/config/tree/v4.4.25" }, "time": "2021-05-26T11:20:16+00:00" }, { "name": "symfony/css-selector", "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", "reference": "c1e29de6dc893b130b45d20d8051efbb040560a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/css-selector/zipball/c1e29de6dc893b130b45d20d8051efbb040560a9", "reference": "c1e29de6dc893b130b45d20d8051efbb040560a9", "shasum": "" }, "require": { "php": ">=7.1.3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Jean-François Simon", "email": "jeanfrancois.simon@sensiolabs.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/css-selector/tree/v4.4.25" }, "time": "2021-05-26T17:39:37+00:00" }, { "name": "symfony/dependency-injection", "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d", "reference": "2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/container": "^1.0", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { "symfony/config": "<4.3|>=5.0", "symfony/finder": "<3.4", "symfony/proxy-manager-bridge": "<3.4", "symfony/yaml": "<3.4" }, "provide": { "psr/container-implementation": "1.0", "symfony/service-implementation": "1.0|2.0" }, "require-dev": { "symfony/config": "^4.3", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/yaml": "^4.4|^5.0" }, "suggest": { "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/dependency-injection/tree/v4.4.25" }, "time": "2021-05-26T17:54:16+00:00" }, { "name": "symfony/event-dispatcher", "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/047773e7016e4fd45102cedf4bd2558ae0d0c32f", "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/event-dispatcher-contracts": "^1.1" }, "conflict": { "symfony/dependency-injection": "<3.4" }, "provide": { "psr/event-dispatcher-implementation": "1.0", "symfony/event-dispatcher-implementation": "1.1" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/error-handler": "~3.4|~4.4", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/http-foundation": "^3.4|^4.0|^5.0", "symfony/service-contracts": "^1.1|^2", "symfony/stopwatch": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.25" }, "time": "2021-05-26T17:39:37+00:00" }, { "name": "symfony/event-dispatcher-contracts", "version": "v1.1.9", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7", "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7", "shasum": "" }, "require": { "php": ">=7.1.3" }, "suggest": { "psr/event-dispatcher": "", "symfony/event-dispatcher-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\EventDispatcher\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to dispatching event", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9" }, "time": "2020-07-06T13:19:58+00:00" }, { "name": "symfony/finder", "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "ed33314396d968a8936c95f5bd1b88bd3b3e94a3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/ed33314396d968a8936c95f5bd1b88bd3b3e94a3", "reference": "ed33314396d968a8936c95f5bd1b88bd3b3e94a3", "shasum": "" }, "require": { "php": ">=7.1.3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/finder/tree/v4.4.25" }, "time": "2021-05-26T11:20:16+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php72\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0" }, "time": "2021-05-27T09:17:38+00:00" }, { "name": "symfony/polyfill-php81", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", "reference": "e66119f3de95efc359483f810c4c3e6436279436" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", "reference": "e66119f3de95efc359483f810c4c3e6436279436", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php81\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" }, "time": "2021-05-21T13:25:03+00:00" }, { "name": "symfony/process", "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "cd61e6dd273975c6625316de9d141ebd197f93c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/cd61e6dd273975c6625316de9d141ebd197f93c9", "reference": "cd61e6dd273975c6625316de9d141ebd197f93c9", "shasum": "" }, "require": { "php": ">=7.1.3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/process/tree/v4.4.25" }, "time": "2021-05-26T11:20:16+00:00" }, { "name": "symfony/stopwatch", "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "80d9ae0c8a02bd291abf372764c0fc68cbd06c42" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/80d9ae0c8a02bd291abf372764c0fc68cbd06c42", "reference": "80d9ae0c8a02bd291abf372764c0fc68cbd06c42", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/service-contracts": "^1.0|^2" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/stopwatch/tree/v4.4.25" }, "time": "2021-05-26T17:39:37+00:00" }, { "name": "textalk/websocket", "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/Textalk/websocket-php.git", "reference": "25f6e322bfaf978a665391efdddc135d4edd60eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/25f6e322bfaf978a665391efdddc135d4edd60eb", "reference": "25f6e322bfaf978a665391efdddc135d4edd60eb", "shasum": "" }, "require": { "php": "^7.2 | ^8.0", "psr/log": "^1.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^8.0|^9.0", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "autoload": { "psr-4": { "WebSocket\\": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], "authors": [ { "name": "Fredrik Liljegren" }, { "name": "Sören Jensen", "email": "soren@abicart.se" } ], "description": "WebSocket client and server", "support": { "issues": "https://github.com/Textalk/websocket-php/issues", "source": "https://github.com/Textalk/websocket-php/tree/1.5.3" }, "time": "2021-04-18T15:27:16+00:00" }, { "name": "theseer/fdomdocument", "version": "1.6.6", "source": { "type": "git", "url": "https://github.com/theseer/fDOMDocument.git", "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca", "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca", "shasum": "" }, "require": { "ext-dom": "*", "lib-libxml": "*", "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "lead" } ], "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", "homepage": "https://github.com/theseer/fDOMDocument", "support": { "issues": "https://github.com/theseer/fDOMDocument/issues", "source": "https://github.com/theseer/fDOMDocument/tree/master" }, "time": "2017-06-30T11:53:12+00:00" }, { "name": "theseer/tokenizer", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", "reference": "75a63c33a8577608444246075ea0af0d052e452a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a", "reference": "75a63c33a8577608444246075ea0af0d052e452a", "shasum": "" }, "require": { "ext-dom": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", "source": "https://github.com/theseer/tokenizer/tree/master" }, "time": "2020-07-12T23:59:07+00:00" }, { "name": "webmozart/assert", "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<4.6.1 || 4.6.2" }, "require-dev": { "phpunit/phpunit": "^8.5.13" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "support": { "issues": "https://github.com/webmozarts/assert/issues", "source": "https://github.com/webmozarts/assert/tree/1.10.0" }, "time": "2021-03-09T10:59:23+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "ahand/mobileesp": 20, "pear/validate_ispn": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.2" }, "platform-dev": [], "platform-overrides": { "php": "7.2" } }