{ "_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": "5dde7d9dc7c0a14d5bdf73fa8a896f1c", "packages": [ { "name": "amphp/amp", "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/amphp/amp.git", "reference": "efca2b32a7580087adb8aabbff6be1dc1bb924a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/amp/zipball/efca2b32a7580087adb8aabbff6be1dc1bb924a9", "reference": "efca2b32a7580087adb8aabbff6be1dc1bb924a9", "shasum": "" }, "require": { "php": ">=7" }, "require-dev": { "amphp/php-cs-fixer-config": "dev-master", "amphp/phpunit-util": "^1", "ext-json": "*", "jetbrains/phpstorm-stubs": "^2019.3", "phpunit/phpunit": "^6.0.9 | ^7", "psalm/phar": "^3.11@dev", "react/promise": "^2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Amp\\": "lib" }, "files": [ "lib/functions.php", "lib/Internal/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Lowrey", "email": "rdlowrey@php.net" }, { "name": "Aaron Piotrowski", "email": "aaron@trowski.com" }, { "name": "Bob Weinand", "email": "bobwei9@hotmail.com" }, { "name": "Niklas Keller", "email": "me@kelunik.com" } ], "description": "A non-blocking concurrency framework for PHP applications.", "homepage": "http://amphp.org/amp", "keywords": [ "async", "asynchronous", "awaitable", "concurrency", "event", "event-loop", "future", "non-blocking", "promise" ], "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2021-01-10T17:06:37+00:00" }, { "name": "amphp/byte-stream", "version": "v1.8.1", "source": { "type": "git", "url": "https://github.com/amphp/byte-stream.git", "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd", "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd", "shasum": "" }, "require": { "amphp/amp": "^2", "php": ">=7.1" }, "require-dev": { "amphp/php-cs-fixer-config": "dev-master", "amphp/phpunit-util": "^1.4", "friendsofphp/php-cs-fixer": "^2.3", "jetbrains/phpstorm-stubs": "^2019.3", "phpunit/phpunit": "^6 || ^7 || ^8", "psalm/phar": "^3.11.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Amp\\ByteStream\\": "lib" }, "files": [ "lib/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aaron Piotrowski", "email": "aaron@trowski.com" }, { "name": "Niklas Keller", "email": "me@kelunik.com" } ], "description": "A stream abstraction to make working with non-blocking I/O simple.", "homepage": "http://amphp.org/byte-stream", "keywords": [ "amp", "amphp", "async", "io", "non-blocking", "stream" ], "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2021-03-30T17:13:30+00:00" }, { "name": "amphp/parallel", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/amphp/parallel.git", "reference": "2c1039bf7ca137eae4d954b14c09a7535d7d4e1c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/parallel/zipball/2c1039bf7ca137eae4d954b14c09a7535d7d4e1c", "reference": "2c1039bf7ca137eae4d954b14c09a7535d7d4e1c", "shasum": "" }, "require": { "amphp/amp": "^2", "amphp/byte-stream": "^1.6.1", "amphp/parser": "^1", "amphp/process": "^1", "amphp/serialization": "^1", "amphp/sync": "^1.0.1", "php": ">=7.1" }, "require-dev": { "amphp/php-cs-fixer-config": "dev-master", "amphp/phpunit-util": "^1.1", "phpunit/phpunit": "^8 || ^7" }, "type": "library", "autoload": { "psr-4": { "Amp\\Parallel\\": "lib" }, "files": [ "lib/Context/functions.php", "lib/Sync/functions.php", "lib/Worker/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aaron Piotrowski", "email": "aaron@trowski.com" }, { "name": "Stephen Coakley", "email": "me@stephencoakley.com" } ], "description": "Parallel processing component for Amp.", "homepage": "https://github.com/amphp/parallel", "keywords": [ "async", "asynchronous", "concurrent", "multi-processing", "multi-threading" ], "time": "2020-04-27T15:12:37+00:00" }, { "name": "amphp/parser", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/amphp/parser.git", "reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/parser/zipball/f83e68f03d5b8e8e0365b8792985a7f341c57ae1", "reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1", "shasum": "" }, "require": { "php": ">=7" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.3", "phpunit/phpunit": "^6" }, "type": "library", "autoload": { "psr-4": { "Amp\\Parser\\": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Niklas Keller", "email": "me@kelunik.com" }, { "name": "Aaron Piotrowski", "email": "aaron@trowski.com" } ], "description": "A generator parser to make streaming parsers simple.", "homepage": "https://github.com/amphp/parser", "keywords": [ "async", "non-blocking", "parser", "stream" ], "time": "2017-06-06T05:29:10+00:00" }, { "name": "amphp/process", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/amphp/process.git", "reference": "b88c6aef75c0b22f6f021141dd2d5e7c5db4c124" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/process/zipball/b88c6aef75c0b22f6f021141dd2d5e7c5db4c124", "reference": "b88c6aef75c0b22f6f021141dd2d5e7c5db4c124", "shasum": "" }, "require": { "amphp/amp": "^2", "amphp/byte-stream": "^1.4", "php": ">=7" }, "require-dev": { "amphp/php-cs-fixer-config": "dev-master", "amphp/phpunit-util": "^1", "phpunit/phpunit": "^6" }, "type": "library", "autoload": { "psr-4": { "Amp\\Process\\": "lib" }, "files": [ "lib/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bob Weinand", "email": "bobwei9@hotmail.com" }, { "name": "Aaron Piotrowski", "email": "aaron@trowski.com" }, { "name": "Niklas Keller", "email": "me@kelunik.com" } ], "description": "Asynchronous process manager.", "homepage": "https://github.com/amphp/process", "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2021-03-30T20:04:22+00:00" }, { "name": "amphp/serialization", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/amphp/serialization.git", "reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1", "reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "amphp/php-cs-fixer-config": "dev-master", "phpunit/phpunit": "^9 || ^8 || ^7" }, "type": "library", "autoload": { "psr-4": { "Amp\\Serialization\\": "src" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aaron Piotrowski", "email": "aaron@trowski.com" }, { "name": "Niklas Keller", "email": "me@kelunik.com" } ], "description": "Serialization tools for IPC and data storage in PHP.", "homepage": "https://github.com/amphp/serialization", "keywords": [ "async", "asynchronous", "serialization", "serialize" ], "time": "2020-03-25T21:39:07+00:00" }, { "name": "amphp/sync", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/amphp/sync.git", "reference": "613047ac54c025aa800a9cde5b05c3add7327ed4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/sync/zipball/613047ac54c025aa800a9cde5b05c3add7327ed4", "reference": "613047ac54c025aa800a9cde5b05c3add7327ed4", "shasum": "" }, "require": { "amphp/amp": "^2.2", "php": ">=7.1" }, "require-dev": { "amphp/php-cs-fixer-config": "dev-master", "amphp/phpunit-util": "^1.1", "phpunit/phpunit": "^9 || ^8 || ^7" }, "type": "library", "autoload": { "psr-4": { "Amp\\Sync\\": "src" }, "files": [ "src/functions.php", "src/ConcurrentIterator/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aaron Piotrowski", "email": "aaron@trowski.com" }, { "name": "Stephen Coakley", "email": "me@stephencoakley.com" } ], "description": "Mutex, Semaphore, and other synchronization tools for Amp.", "homepage": "https://github.com/amphp/sync", "keywords": [ "async", "asynchronous", "mutex", "semaphore", "synchronization" ], "time": "2020-05-07T18:57:50+00:00" }, { "name": "arthurhoaro/favicon", "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/ArthurHoaro/favicon.git", "reference": "ed3c3f6fd9ab39b28eb86567c4b0a0583ca264a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ArthurHoaro/favicon/zipball/ed3c3f6fd9ab39b28eb86567c4b0a0583ca264a6", "reference": "ed3c3f6fd9ab39b28eb86567c4b0a0583ca264a6", "shasum": "" }, "require": { "ext-dom": "*", "ext-fileinfo": "*", "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "~4.8", "squizlabs/php_codesniffer": "^3.5", "weew/helpers-filesystem": "~1.0" }, "type": "library", "autoload": { "psr-4": { "Favicon\\": "src/Favicon/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Chris Shiflett", "homepage": "http://shiflett.org/" }, { "name": "Arthur Hoaro", "homepage": "http://hoa.ro" } ], "description": "PHP Library used to discover favicon from given URL", "homepage": "https://github.com/ArthurHoaro/favicon", "keywords": [ "favicon", "finder", "icon" ], "time": "2021-02-03T12:26:59+00:00" }, { "name": "bamarni/composer-bin-plugin", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/bamarni/composer-bin-plugin.git", "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/9329fb0fbe29e0e1b2db8f4639a193e4f5406225", "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": "^5.5.9 || ^7.0 || ^8.0" }, "require-dev": { "composer/composer": "^1.0 || ^2.0", "symfony/console": "^2.5 || ^3.0 || ^4.0" }, "type": "composer-plugin", "extra": { "class": "Bamarni\\Composer\\Bin\\Plugin" }, "autoload": { "psr-4": { "Bamarni\\Composer\\Bin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "No conflicts for your bin dependencies", "keywords": [ "composer", "conflict", "dependency", "executable", "isolation", "tool" ], "time": "2020-05-03T08:27:20+00:00" }, { "name": "cerdic/css-tidy", "version": "v1.7.3", "source": { "type": "git", "url": "https://github.com/Cerdic/CSSTidy.git", "reference": "919411b2c16ab985f7c61e0d9bb6c35d080f6cf6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/919411b2c16ab985f7c61e0d9bb6c35d080f6cf6", "reference": "919411b2c16ab985f7c61e0d9bb6c35d080f6cf6", "shasum": "" }, "require": { "php": "^5.4.0 || ^7" }, "require-dev": { "pear/text_diff": "^1.2", "simpletest/simpletest": "^1.1" }, "bin": [ "bin/pcsstidy" ], "type": "library", "autoload": { "classmap": [ "class.csstidy_optimise.php", "class.csstidy_print.php", "class.csstidy.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Cédric MORIN", "email": "changeme@mailinator.com" } ], "description": "CSSTidy is a CSS minifier", "time": "2020-11-03T13:08:18+00:00" }, { "name": "christophwurst/kitinerary", "version": "0.2.1", "source": { "type": "git", "url": "https://github.com/ChristophWurst/kitinerary.git", "reference": "d2adb02b6d46b36571dc3c5127a8360ba2d5b418" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ChristophWurst/kitinerary/zipball/d2adb02b6d46b36571dc3c5127a8360ba2d5b418", "reference": "d2adb02b6d46b36571dc3c5127a8360ba2d5b418", "shasum": "" }, "require": { "ext-json": "*" }, "type": "library", "autoload": { "psr-4": { "ChristophWurst\\KItinerary\\": "/src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "AGPL-3.0-or-later" ], "authors": [ { "name": "Christoph Wurst", "email": "christoph@winzerhof-wurst.at" } ], "description": "KItinerary adapter", "time": "2020-01-13T21:39:22+00:00" }, { "name": "christophwurst/kitinerary-bin", "version": "0.2.3", "source": { "type": "git", "url": "https://github.com/ChristophWurst/kitinerary-bin.git", "reference": "eaafa040b404651cb4ab75a2d7a53c71b55d2395" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ChristophWurst/kitinerary-bin/zipball/eaafa040b404651cb4ab75a2d7a53c71b55d2395", "reference": "eaafa040b404651cb4ab75a2d7a53c71b55d2395", "shasum": "" }, "require": { "christophwurst/kitinerary": "^0.2.1", "ext-json": "*", "php": "^7.1", "psr/log": "^1.1" }, "type": "library", "autoload": { "psr-4": { "ChristophWurst\\KItinerary\\Bin\\": "/src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Christoph Wurst", "email": "christoph@winzerhof-wurst.at" } ], "description": "KItinerary binary executable", "time": "2020-01-13T21:43:49+00:00" }, { "name": "christophwurst/kitinerary-flatpak", "version": "0.2.2", "source": { "type": "git", "url": "https://github.com/ChristophWurst/kitinerary-flatpak.git", "reference": "2f0254f31a6b3d88f7a8ac5de25c580820401d37" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ChristophWurst/kitinerary-flatpak/zipball/2f0254f31a6b3d88f7a8ac5de25c580820401d37", "reference": "2f0254f31a6b3d88f7a8ac5de25c580820401d37", "shasum": "" }, "require": { "christophwurst/kitinerary": "^0.2", "ext-json": "*" }, "type": "library", "autoload": { "psr-4": { "ChristophWurst\\KItinerary\\Flatpak\\": "/src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "AGPL-3.0-or-later" ], "authors": [ { "name": "Christoph Wurst", "email": "christoph@winzerhof-wurst.at" } ], "description": "KItinerary Flatpak binding", "time": "2020-01-13T21:42:51+00:00" }, { "name": "christophwurst/kitinerary-sys", "version": "v0.1.0", "source": { "type": "git", "url": "https://github.com/ChristophWurst/kitinerary-sys.git", "reference": "db1c61703e94746b95543f14c5a09067faba6f92" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ChristophWurst/kitinerary-sys/zipball/db1c61703e94746b95543f14c5a09067faba6f92", "reference": "db1c61703e94746b95543f14c5a09067faba6f92", "shasum": "" }, "require": { "christophwurst/kitinerary": "^0.2.1", "ext-json": "*", "php": "^7.1", "psr/log": "^1.1" }, "type": "library", "autoload": { "psr-4": { "ChristophWurst\\KItinerary\\Sys\\": "/src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Christoph Wurst", "email": "christoph@winzerhof-wurst.at" } ], "description": "KItinerary binding for the system package", "time": "2020-05-15T14:29:54+00:00" }, { "name": "ezyang/htmlpurifier", "version": "v4.13.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" }, "type": "library", "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": [ "library/HTMLPurifier.composer.php" ], "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ], "time": "2020-06-29T00:56:53+00:00" }, { "name": "gravatarphp/gravatar", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/gravatarphp/gravatar.git", "reference": "54a5d48b4564ec9f1db8a498ad23d500ab83c063" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/gravatarphp/gravatar/zipball/54a5d48b4564ec9f1db8a498ad23d500ab83c063", "reference": "54a5d48b4564ec9f1db8a498ad23d500ab83c063", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpspec/phpspec": "^5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Gravatar\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Gravatar URL builder which is most commonly called as a Gravatar library", "homepage": "http://gravatarphp.com", "keywords": [ "avatar", "gravatar", "image", "profile" ], "time": "2019-01-08T21:43:01+00:00" }, { "name": "league/flysystem", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", "reference": "7cbbb7222e8d8a34e71273d243dfcf383ed6779f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7cbbb7222e8d8a34e71273d243dfcf383ed6779f", "reference": "7cbbb7222e8d8a34e71273d243dfcf383ed6779f", "shasum": "" }, "require": { "ext-json": "*", "league/mime-type-detection": "^1.0.0", "php": "^7.2 || ^8.0" }, "conflict": { "guzzlehttp/ringphp": "<1.1.1" }, "require-dev": { "async-aws/s3": "^1.5", "async-aws/simple-s3": "^1.0", "aws/aws-sdk-php": "^3.132.4", "composer/semver": "^3.0", "ext-fileinfo": "*", "friendsofphp/php-cs-fixer": "^2.16", "google/cloud-storage": "^1.23", "phpseclib/phpseclib": "^2.0", "phpstan/phpstan": "^0.12.26", "phpunit/phpunit": "^8.5 || ^9.4" }, "type": "library", "autoload": { "psr-4": { "League\\Flysystem\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "File storage abstraction for PHP", "keywords": [ "WebDAV", "aws", "cloud", "file", "files", "filesystem", "filesystems", "ftp", "s3", "sftp", "storage" ], "funding": [ { "url": "https://offset.earth/frankdejonge", "type": "custom" }, { "url": "https://github.com/frankdejonge", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/league/flysystem", "type": "tidelift" } ], "time": "2021-02-12T19:37:50+00:00" }, { "name": "league/mime-type-detection", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": "^7.2 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.18", "phpstan/phpstan": "^0.12.68", "phpunit/phpunit": "^8.5.8 || ^9.3" }, "type": "library", "autoload": { "psr-4": { "League\\MimeTypeDetection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "Mime-type detection for Flysystem", "funding": [ { "url": "https://github.com/frankdejonge", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/league/flysystem", "type": "tidelift" } ], "time": "2021-01-18T20:58:21+00:00" }, { "name": "pear-pear.horde.org/Horde_Crypt_Blowfish", "version": "1.1.3", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Crypt_Blowfish-1.1.3.tgz" }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_support": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_crypt_blowfish": "== 1.1.3.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "A library that provides blowfish encryption/decryption for PHP string data." }, { "name": "pear-pear.horde.org/Horde_Date", "version": "2.4.1", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Date-2.4.1.tgz" }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_nls": "<3.0.0.0", "pear-pear.horde.org/horde_translation": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_date": "== 2.4.1.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "Package for creating and manipulating dates." }, { "name": "pear-pear.horde.org/Horde_Exception", "version": "2.0.8", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Exception-2.0.8.tgz" }, "require": { "pear-pear.horde.org/horde_translation": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_exception": "== 2.0.8.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "This class provides the default exception handlers for the Horde Application Framework." }, { "name": "pear-pear.horde.org/Horde_Idna", "version": "1.1.2", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Idna-1.1.2.tgz" }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_util": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_idna": "== 1.1.2.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "BSD-2-Clause" ], "description": "A library that wraps various backends providing IDNA (Internationalized Domain Names in Applications) support." }, { "name": "pear-pear.horde.org/Horde_Imap_Client", "version": "2.30.1", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Imap_Client-2.30.1.tgz" }, "require": { "ext-hash": "*", "ext-json": "*", "pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_mail": "<3.0.0.0", "pear-pear.horde.org/horde_mime": "<3.0.0.0", "pear-pear.horde.org/horde_secret": "<3.0.0.0", "pear-pear.horde.org/horde_socket_client": "<3.0.0.0", "pear-pear.horde.org/horde_stream": "<2.0.0.0", "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0", "pear-pear.horde.org/horde_translation": "<3.0.0.0", "pear-pear.horde.org/horde_util": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_imap_client": "== 2.30.1.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "A library to access IMAP4rev1 (RFC 3501) mail servers. Also supports connections to POP3 (STD 53/RFC 1939)." }, { "name": "pear-pear.horde.org/Horde_ListHeaders", "version": "1.2.5", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_ListHeaders-1.2.5.tgz" }, "require": { "pear-pear.horde.org/horde_mail": "<3.0.0.0", "pear-pear.horde.org/horde_translation": "<3.0.0.0", "pear-pear.horde.org/horde_util": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_listheaders": "== 1.2.5.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "The Horde_ListHeaders library parses Mailing List Headers as defined in RFC 2369 & RFC 2919." }, { "name": "pear-pear.horde.org/Horde_Mail", "version": "2.6.5", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Mail-2.6.5.tgz" }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_idna": "<2.0.0.0", "pear-pear.horde.org/horde_mime": "<3.0.0.0", "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0", "pear-pear.horde.org/horde_translation": "<3.0.0.0", "pear-pear.horde.org/horde_util": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_mail": "== 2.6.5.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "BSD-2-Clause" ], "description": "Provides interfaces for sending e-mail messages and parsing e-mail addresses." }, { "name": "pear-pear.horde.org/Horde_ManageSieve", "version": "1.0.3", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_ManageSieve-1.0.3.tgz" }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_socket_client": "<3.0.0.0", "pear-pear.horde.org/horde_util": "<3.0.0.0", "php": ">=5.4.0.0" }, "replace": { "pear-horde/horde_managesieve": "== 1.0.3.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "BSD-2-Clause" ], "description": "A library that implements the ManageSieve protocol (RFC 5804)." }, { "name": "pear-pear.horde.org/Horde_Mime", "version": "2.11.1", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Mime-2.11.1.tgz" }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_listheaders": "<2.0.0.0", "pear-pear.horde.org/horde_mail": "<3.0.0.0", "pear-pear.horde.org/horde_stream": "<2.0.0.0", "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0", "pear-pear.horde.org/horde_support": "<3.0.0.0", "pear-pear.horde.org/horde_text_flowed": "<3.0.0.0", "pear-pear.horde.org/horde_translation": "<3.0.0.0", "pear-pear.horde.org/horde_util": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_mime": "== 2.11.1.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "A library that provides methods for dealing with Multipurpose Internet Mail Extensions (MIME) features (RFC 2045/2046/2047)." }, { "name": "pear-pear.horde.org/Horde_Nls", "version": "2.2.1", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Nls-2.2.1.tgz" }, "require": { "pear-pear.horde.org/horde_translation": "<3.0.0.0", "pear-pear.horde.org/horde_util": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_nls": "== 2.2.1.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "Common methods for handling language data, timezones, and hostname->country lookups." }, { "name": "pear-pear.horde.org/Horde_Secret", "version": "2.0.6", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Secret-2.0.6.tgz" }, "require": { "ext-hash": "*", "pear-pear.horde.org/horde_crypt_blowfish": "<2.0.0.0", "pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_support": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_secret": "== 2.0.6.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "An API for encrypting and decrypting small pieces of data with the use of a shared key." }, { "name": "pear-pear.horde.org/Horde_Smtp", "version": "1.9.6", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Smtp-1.9.6.tgz" }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_mail": "<3.0.0.0", "pear-pear.horde.org/horde_socket_client": "<3.0.0.0", "pear-pear.horde.org/horde_support": "<3.0.0.0", "pear-pear.horde.org/horde_translation": "<3.0.0.0", "pear-pear.horde.org/horde_util": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_smtp": "== 1.9.6.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "A library for connecting to a SMTP (RFC 5321) server to send e-mail messages." }, { "name": "pear-pear.horde.org/Horde_Socket_Client", "version": "2.1.3", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Socket_Client-2.1.3.tgz" }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_socket_client": "== 2.1.3.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "A library that provides an abstract PHP network socket client." }, { "name": "pear-pear.horde.org/Horde_Stream", "version": "1.6.3", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Stream-1.6.3.tgz" }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_stream": "== 1.6.3.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "An object-oriented interface to assist in creating and storing PHP stream resources, and to provide utility methods to access and manipulate the stream contents." }, { "name": "pear-pear.horde.org/Horde_Stream_Filter", "version": "2.0.4", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Stream_Filter-2.0.4.tgz" }, "require": { "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_stream_filter": "== 2.0.4.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "A collection of various stream filters." }, { "name": "pear-pear.horde.org/Horde_Stream_Wrapper", "version": "2.1.4", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Stream_Wrapper-2.1.4.tgz" }, "require": { "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_stream_wrapper": "== 2.1.4.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "BSD-2-Clause" ], "description": "A collection of stream wrappers." }, { "name": "pear-pear.horde.org/Horde_Stringprep", "version": "1.0.4", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Stringprep-1.0.4.tgz" }, "require": { "ext-iconv": "*", "ext-intl": "*", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_stringprep": "== 1.0.4.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-3.0" ], "description": "Horde wrapper around the znerol/php-stringprep package." }, { "name": "pear-pear.horde.org/Horde_Support", "version": "2.2.0", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Support-2.2.0.tgz" }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_stream_wrapper": "<3.0.0.0", "pear-pear.horde.org/horde_util": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_support": "== 2.2.0.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "BSD-2-Clause" ], "description": "Support classes not tied to Horde but is used by it. These classes can be used outside of Horde as well." }, { "name": "pear-pear.horde.org/Horde_Text_Filter", "version": "2.3.7", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Text_Filter-2.3.7.tgz" }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_idna": "<2.0.0.0", "pear-pear.horde.org/horde_secret": "<3.0.0.0", "pear-pear.horde.org/horde_util": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_text_filter": "== 2.3.7.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "A library for fitering and converting text." }, { "name": "pear-pear.horde.org/Horde_Text_Flowed", "version": "2.0.4", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Text_Flowed-2.0.4.tgz" }, "require": { "pear-pear.horde.org/horde_util": "<3.0.0.0", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_text_flowed": "== 2.0.4.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "A library that provides common methods for manipulating text using the encoding described in RFC 3676 ('flowed' text)." }, { "name": "pear-pear.horde.org/Horde_Translation", "version": "2.2.2", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Translation-2.2.2.tgz" }, "require": { "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_translation": "== 2.2.2.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "Translation wrappers." }, { "name": "pear-pear.horde.org/Horde_Util", "version": "2.5.9", "dist": { "type": "file", "url": "https://pear.horde.org/get/Horde_Util-2.5.9.tgz" }, "require": { "ext-dom": "*", "php": "<8.0.0.0" }, "replace": { "pear-horde/horde_util": "== 2.5.9.0" }, "type": "pear-library", "autoload": { "classmap": [ "" ] }, "include-path": [ "/" ], "license": [ "LGPL-2.1" ], "description": "A library that provides functionality useful for all kind of applications." }, { "name": "psr/log", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "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": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2020-03-23T09:12:05+00:00" }, { "name": "rubix/ml", "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/RubixML/ML.git", "reference": "5c52364432a7fb1a1139d707b6809163b2733305" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/RubixML/ML/zipball/5c52364432a7fb1a1139d707b6809163b2733305", "reference": "5c52364432a7fb1a1139d707b6809163b2733305", "shasum": "" }, "require": { "amphp/parallel": "^1.3", "ext-json": "*", "league/flysystem": "~2.0.2", "php": ">=7.2", "psr/log": "^1.1", "rubix/tensor": "^2.2", "symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-php73": "^1.20", "symfony/polyfill-php80": "^1.17" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.18.*", "league/flysystem-memory": "^2.0", "phpbench/phpbench": "1.0.0-alpha6", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "0.12.*", "phpstan/phpstan-phpunit": "0.12.*", "phpunit/phpunit": "8.5.*" }, "suggest": { "ext-gd": "For image manipulation", "ext-igbinary": "For binary serialization of persistables", "ext-mbstring": "For fast multibyte string manipulation", "ext-redis": "To persist models to a Redis DB", "ext-svm": "For Support Vector Machine engine (libsvm)", "ext-tensor": "For fast Matrix/Vector computing", "rubix/extras": "For experimental features" }, "type": "library", "autoload": { "psr-4": { "Rubix\\ML\\": "src/" }, "files": [ "src/constants.php", "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Andrew DalPino", "homepage": "https://github.com/andrewdalpino", "role": "Lead Engineer" }, { "name": "Contributors", "homepage": "https://github.com/RubixML/ML/graphs/contributors" } ], "description": "A high-level machine learning and deep learning library for the PHP language.", "homepage": "https://rubixml.com", "keywords": [ "Algorithm", "Deep learning", "Linear regression", "Neural network", "Rubix", "TF-IDF", "adaboost", "ai", "analytics", "anomaly detection", "artificial intelligence", "cart", "classification", "classifier", "clustering", "cross validation", "data mining", "data science", "dataset", "dbscan", "dimensionality reduction", "ensemble", "estimator", "etl", "feature extraction", "feature importance", "feature selection", "gaussian mixture", "gbm", "gmm", "gradient boost", "grid search", "image recognition", "imputation", "inference", "isolation forest", "k-means", "k-nearest neighbors", "kmeans", "knn", "local outlier factor", "loda", "lof", "logistic regression", "machine learning", "manifold learning", "mean shift", "ml", "mlp", "multilayer perceptron", "naive bayes", "natural language processing", "nearest neighbors", "nlp", "outlier detection", "php", "php ai", "php machine learning", "php ml", "prediction", "predictive modeling", "random forest", "ranking", "recommendation", "regression", "regressor", "ridge", "rubix ml", "rubixml", "softmax", "supervised learning", "support vector machine", "svm", "t-sne", "text mining", "tf idf", "tsne", "unsupervised learning" ], "funding": [ { "url": "https://github.com/sponsors/RubixML", "type": "github" } ], "time": "2021-03-07T05:16:44+00:00" }, { "name": "rubix/tensor", "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/RubixML/Tensor.git", "reference": "73f6d2af63a02662e0f4329726a453f1132b6362" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/RubixML/Tensor/zipball/73f6d2af63a02662e0f4329726a453f1132b6362", "reference": "73f6d2af63a02662e0f4329726a453f1132b6362", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.18.*", "phalcon/zephir": "^0.12.20", "phpbench/phpbench": "0.16.*", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "0.12.*", "phpstan/phpstan-phpunit": "0.12.*", "phpunit/phpunit": "8.5.*" }, "type": "library", "autoload": { "psr-4": { "Tensor\\": "src/", "JAMA\\": "lib/JAMA", "Zephir\\Optimizers\\FunctionCall\\": "optimizers/" }, "files": [ "src/constants.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Andrew DalPino", "homepage": "https://github.com/andrewdalpino", "role": "Lead Engineer" }, { "name": "Contributors", "homepage": "https://github.com/RubixML/Tensor/graphs/contributors" } ], "description": "A library and extension that provides objects for scientific computing in PHP.", "homepage": "https://github.com/RubixML/Tensor", "keywords": [ "arithmetic", "computation", "computing", "convolution", "decomposition", "eigendecomposition", "eigenvalue", "eigenvector", "engineering", "extension", "linear algebra", "math", "matmul", "matrix", "matrix multiplication", "norms", "php", "php extension", "scientific computing", "signal processing", "singular value decomposition", "statistics", "svd", "tensor", "trigonometry", "vector" ], "funding": [ { "url": "https://github.com/RubixML", "type": "github" }, { "url": "https://github.com/andrewdalpino", "type": "github" } ], "time": "2021-03-08T06:05:54+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", "reference": "5232de97ee3b75b0360528dae24e73db49566ab1", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.22-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" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-01-22T09:19:47+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.22-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" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-01-07T16:49:33+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91", "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.22-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" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-01-07T16:49:33+00:00" }, { "name": "youthweb/urllinker", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/youthweb/urllinker.git", "reference": "b583abc45d70fee67104798bb73193de34cee5df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/youthweb/urllinker/zipball/b583abc45d70fee67104798bb73193de34cee5df", "reference": "b583abc45d70fee67104798bb73193de34cee5df", "shasum": "" }, "require": { "php": "^7.2" }, "require-dev": { "phpunit/phpunit": "^6 || ^7 || ^8" }, "type": "library", "autoload": { "psr-4": { "Youthweb\\UrlLinker\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Søren Løvborg", "role": "Developer" }, { "name": "Dawid Nowak", "email": "code@dnowak.pl", "role": "Developer" } ], "description": "Autolink URLs in text or html", "homepage": "https://github.com/youthweb", "time": "2019-10-01T12:10:40+00:00" } ], "packages-dev": [ { "name": "christophwurst/nextcloud", "version": "v20.0.7", "source": { "type": "git", "url": "https://github.com/ChristophWurst/nextcloud_composer.git", "reference": "114c6598743dc4caa21c84eafadedf3f6730cdab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/114c6598743dc4caa21c84eafadedf3f6730cdab", "reference": "114c6598743dc4caa21c84eafadedf3f6730cdab", "shasum": "" }, "require": { "php": "^7.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "20.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "AGPL-3.0-or-later" ], "authors": [ { "name": "Christoph Wurst", "email": "christoph@winzerhof-wurst.at" } ], "description": "Composer package containing Nextcloud's public API (classes, interfaces)", "time": "2021-02-03T07:58:35+00:00" }, { "name": "psalm/phar", "version": "4.7.0", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", "reference": "ca25f9b91842cfe0186259aaaa694d2a6fe83c05" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/psalm/phar/zipball/ca25f9b91842cfe0186259aaaa694d2a6fe83c05", "reference": "ca25f9b91842cfe0186259aaaa694d2a6fe83c05", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { "vimeo/psalm": "*" }, "bin": [ "psalm.phar" ], "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Composer-based Psalm Phar", "time": "2021-03-29T04:06:44+00:00" }, { "name": "roave/security-advisories", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", "reference": "0a55b3eacf6b4a0fdc6ec9d01e00285ca9942b2b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0a55b3eacf6b4a0fdc6ec9d01e00285ca9942b2b", "reference": "0a55b3eacf6b4a0fdc6ec9d01e00285ca9942b2b", "shasum": "" }, "conflict": { "3f/pygmentize": "<1.2", "adodb/adodb-php": "<5.20.12", "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", "amphp/artax": "<1.0.6|>=2,<2.0.6", "amphp/http": "<1.0.1", "amphp/http-client": ">=4,<4.4", "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", "aws/aws-sdk-php": ">=3,<3.2.1", "bagisto/bagisto": "<0.1.5", "barrelstrength/sprout-base-email": "<1.2.7", "barrelstrength/sprout-forms": "<3.9", "baserproject/basercms": ">=4,<=4.3.6|>=4.4,<4.4.1", "bolt/bolt": "<3.7.1", "bolt/core": "<4.1.13", "brightlocal/phpwhois": "<=4.2.5", "buddypress/buddypress": "<5.1.2", "bugsnag/bugsnag-laravel": ">=2,<2.0.2", "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7", "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", "cartalyst/sentry": "<=2.1.6", "centreon/centreon": "<18.10.8|>=19,<19.4.5", "cesnet/simplesamlphp-module-proxystatistics": "<3.1", "codeigniter/framework": "<=3.0.6", "composer/composer": "<=1-alpha.11", "contao-components/mediaelement": ">=2.14.2,<2.21.1", "contao/core": ">=2,<3.5.39", "contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0", "contao/listing-bundle": ">=4,<4.4.8", "datadog/dd-trace": ">=0.30,<0.30.2", "david-garcia/phpwhois": "<=4.3.1", "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1", "doctrine/annotations": ">=1,<1.2.7", "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2", "doctrine/doctrine-bundle": "<1.5.2", "doctrine/doctrine-module": "<=0.7.1", "doctrine/mongodb-odm": ">=1,<1.0.2", "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", "dolibarr/dolibarr": "<11.0.4", "dompdf/dompdf": ">=0.6,<0.6.2", "drupal/core": ">=7,<7.74|>=8,<8.8.11|>=8.9,<8.9.9|>=9,<9.0.8", "drupal/drupal": ">=7,<7.74|>=8,<8.8.11|>=8.9,<8.9.9|>=9,<9.0.8", "endroid/qr-code-bundle": "<3.4.2", "enshrined/svg-sanitize": "<0.13.1", "erusev/parsedown": "<1.7.2", "ezsystems/demobundle": ">=5.4,<5.4.6.1", "ezsystems/ez-support-tools": ">=2.2,<2.2.3", "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1", "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1", "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4", "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6", "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", "ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<=1.3.1", "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<=1.3.1", "ezsystems/ezplatform-user": ">=1,<1.0.1", "ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<=7.5.15.1", "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.2|>=2011,<2017.12.7.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.5.1", "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", "ezsystems/repository-forms": ">=2.3,<2.3.2.1", "ezyang/htmlpurifier": "<4.1.1", "facade/ignition": "<1.16.14|>=2,<2.4.2|>=2.5,<2.5.2", "firebase/php-jwt": "<2", "flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15", "flarum/tags": "<=0.1-beta.13", "fluidtypo3/vhs": "<5.1.1", "fooman/tcpdf": "<6.2.22", "fossar/tcpdf-parser": "<6.2.22", "friendsofsymfony/oauth2-php": "<1.3", "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", "friendsoftypo3/mediace": ">=7.6.2,<7.6.5", "fuel/core": "<1.8.1", "getgrav/grav": "<1.7-beta.8", "getkirby/cms": ">=3,<3.4.5", "getkirby/panel": "<2.5.14", "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", "gree/jose": "<=2.2", "gregwar/rst": "<1.0.3", "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1", "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4", "illuminate/database": "<6.20.14|>=7,<7.30.4|>=8,<8.24", "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", "illuminate/view": ">=7,<7.1.2", "impresscms/impresscms": "<=1.4.2", "ivankristianto/phpwhois": "<=4.3", "james-heinrich/getid3": "<1.9.9", "joomla/archive": "<1.1.10", "joomla/session": "<1.3.1", "jsmitty12/phpwhois": "<5.1", "kazist/phpwhois": "<=4.2.6", "kitodo/presentation": "<3.1.2", "kreait/firebase-php": ">=3.2,<3.8.1", "la-haute-societe/tcpdf": "<6.2.22", "laravel/framework": "<6.20.14|>=7,<7.30.4|>=8,<8.24", "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", "league/commonmark": "<0.18.3", "librenms/librenms": "<1.53", "livewire/livewire": ">2.2.4,<2.2.6", "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", "magento/magento1ce": "<1.9.4.3", "magento/magento1ee": ">=1,<1.14.4.3", "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", "marcwillmann/turn": "<0.3.3", "mautic/core": "<2.16.5|>=3,<3.2.4|= 2.13.1", "mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35", "mittwald/typo3_forum": "<1.2.1", "monolog/monolog": ">=1.8,<1.12", "moodle/moodle": "<3.5.17|>=3.7,<3.7.9|>=3.8,<3.8.8|>=3.9,<3.9.5|>=3.10,<3.10.2", "namshi/jose": "<2.2", "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6", "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13", "nystudio107/craft-seomatic": "<3.3", "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", "october/backend": "<1.1.2", "october/cms": "= 1.0.469|>=1.0.319,<1.0.469", "october/october": ">=1.0.319,<1.0.466", "october/rain": "<1.0.472|>=1.1,<1.1.2", "onelogin/php-saml": "<2.10.4", "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", "openid/php-openid": "<2.3", "openmage/magento-lts": "<19.4.8|>=20,<20.0.4", "orchid/platform": ">=9,<9.4.4", "oro/crm": ">=1.7,<1.7.4", "oro/platform": ">=1.7,<1.7.4", "padraic/humbug_get_contents": "<1.1.2", "pagarme/pagarme-php": ">=0,<3", "paragonie/random_compat": "<2", "passbolt/passbolt_api": "<2.11", "paypal/merchant-sdk-php": "<3.12", "pear/archive_tar": "<1.4.12", "personnummer/personnummer": "<3.0.2", "phpfastcache/phpfastcache": ">=5,<5.0.13", "phpmailer/phpmailer": "<6.1.6", "phpmussel/phpmussel": ">=1,<1.6", "phpmyadmin/phpmyadmin": "<4.9.6|>=5,<5.0.3", "phpoffice/phpexcel": "<1.8.2", "phpoffice/phpspreadsheet": "<1.16", "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", "phpwhois/phpwhois": "<=4.2.5", "phpxmlrpc/extras": "<0.6.1", "pimcore/pimcore": "<6.8.8", "pocketmine/pocketmine-mp": "<3.15.4", "pressbooks/pressbooks": "<5.18", "prestashop/autoupgrade": ">=4,<4.10.1", "prestashop/contactform": ">1.0.1,<4.3", "prestashop/gamification": "<2.3.2", "prestashop/productcomments": ">=4,<4.2.1", "prestashop/ps_facetedsearch": "<3.4.1", "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2", "propel/propel": ">=2-alpha.1,<=2-alpha.7", "propel/propel1": ">=1,<=1.7.1", "pterodactyl/panel": "<0.7.19|>=1-rc.0,<=1-rc.6", "pusher/pusher-php-server": "<2.2.1", "rainlab/debugbar-plugin": "<3.1", "robrichards/xmlseclibs": "<3.0.4", "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", "sensiolabs/connect": "<4.2.3", "serluck/phpwhois": "<=4.2.6", "shopware/core": "<=6.3.4", "shopware/platform": "<=6.3.5.1", "shopware/shopware": "<5.6.9", "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1", "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2", "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4", "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", "silverstripe/framework": "<4.4.7|>=4.5,<4.5.4", "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2|>=3.2,<3.2.4", "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", "silverstripe/subsites": ">=2,<2.1.1", "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1", "silverstripe/userforms": "<3", "simple-updates/phpwhois": "<=1", "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", "simplesamlphp/simplesamlphp": "<1.18.6", "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", "simplito/elliptic-php": "<1.0.6", "slim/slim": "<2.6", "smarty/smarty": "<3.1.39", "socalnick/scn-social-auth": "<1.15.2", "socialiteproviders/steam": "<1.1", "spoonity/tcpdf": "<6.2.22", "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", "ssddanbrown/bookstack": "<0.29.2", "stormpath/sdk": ">=0,<9.9.99", "studio-42/elfinder": "<2.1.49", "sulu/sulu": "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1", "swiftmailer/swiftmailer": ">=4,<5.4.5", "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4", "sylius/sylius": "<1.6.9|>=1.7,<1.7.9|>=1.8,<1.8.3", "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4", "symbiote/silverstripe-versionedfiles": "<=2.0.3", "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5", "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", "symfony/mime": ">=4.3,<4.3.8", "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/polyfill": ">=1,<1.10", "symfony/polyfill-php55": ">=1,<1.10", "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/routing": ">=2,<2.0.19", "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7", "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7", "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", "symfony/serializer": ">=2,<2.0.11", "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5", "symfony/translation": ">=2,<2.0.17", "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", "t3g/svg-sanitizer": "<1.0.3", "tecnickcom/tcpdf": "<6.2.22", "thelia/backoffice-default-template": ">=2.1,<2.1.2", "thelia/thelia": ">=2.1-beta.1,<2.1.3", "theonedemon/phpwhois": "<=4.2.5", "titon/framework": ">=0,<9.9.99", "truckersmp/phpwhois": "<=4.3.1", "twig/twig": "<1.38|>=2,<2.7", "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.25|>=10,<10.4.14|>=11,<11.1.1", "typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", "typo3/cms-core": ">=6.2,<=6.2.56|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<9.5.25|>=10,<10.4.14|>=11,<11.1.1", "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5", "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10", "ua-parser/uap-php": "<3.8", "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", "vrana/adminer": "<4.7.9", "wallabag/tcpdf": "<6.2.22", "willdurand/js-translation-bundle": "<2.1.1", "yii2mod/yii2-cms": "<1.9.2", "yiisoft/yii": ">=1.1.14,<1.1.15", "yiisoft/yii2": "<2.0.38", "yiisoft/yii2-bootstrap": "<2.0.4", "yiisoft/yii2-dev": "<2.0.15", "yiisoft/yii2-elasticsearch": "<2.0.5", "yiisoft/yii2-gii": "<2.0.4", "yiisoft/yii2-jui": "<2.0.4", "yiisoft/yii2-redis": "<2.0.8", "yourls/yourls": "<1.7.4", "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5", "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3", "zendframework/zend-diactoros": ">=1,<1.8.4", "zendframework/zend-feed": ">=1,<2.10.3", "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1", "zendframework/zend-http": ">=1,<2.8.1", "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6", "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3", "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2", "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1", "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4", "zendframework/zend-validator": ">=2.3,<2.3.6", "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1", "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", "zendframework/zendframework": "<2.5.1", "zendframework/zendframework1": "<1.12.20", "zendframework/zendopenid": ">=2,<2.0.2", "zendframework/zendxml": ">=1,<1.0.1", "zetacomponents/mail": "<1.8.2", "zf-commons/zfc-user": "<1.2.2", "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", "zfr/zfr-oauth2-server-module": "<0.1.2" }, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "role": "maintainer" }, { "name": "Ilya Tribusean", "email": "slash3b@gmail.com", "role": "maintainer" } ], "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", "funding": [ { "url": "https://github.com/Ocramius", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories", "type": "tidelift" } ], "time": "2021-03-29T21:01:39+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "pear-pear.horde.org/horde_date": 0, "pear-pear.horde.org/horde_exception": 0, "pear-pear.horde.org/horde_imap_client": 0, "pear-pear.horde.org/horde_mail": 0, "pear-pear.horde.org/horde_mime": 0, "pear-pear.horde.org/horde_nls": 0, "pear-pear.horde.org/horde_smtp": 0, "pear-pear.horde.org/horde_stream": 0, "pear-pear.horde.org/horde_support": 0, "pear-pear.horde.org/horde_text_filter": 0, "pear-pear.horde.org/horde_text_flowed": 0, "pear-pear.horde.org/horde_util": 0, "roave/security-advisories": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.3" }, "platform-dev": [], "platform-overrides": { "php": "7.3" }, "plugin-api-version": "1.1.0" }