{ "_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": "bbb08968919c06f3e2256f2a2a7aeee4", "packages": [ { "name": "aws/aws-sdk-php", "version": "3.161.1", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", "reference": "4c1852e9efaef18e15f2a6c914d8dc41fda2a052" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4c1852e9efaef18e15f2a6c914d8dc41fda2a052", "reference": "4c1852e9efaef18e15f2a6c914d8dc41fda2a052", "shasum": "" }, "require": { "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0", "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4.1", "mtdowling/jmespath.php": "^2.5", "php": ">=5.5" }, "require-dev": { "andrewsville/php-token-reflection": "^1.4", "aws/aws-php-sns-message-validator": "~1.0", "behat/behat": "~3.0", "doctrine/cache": "~1.4", "ext-dom": "*", "ext-openssl": "*", "ext-pcntl": "*", "ext-sockets": "*", "nette/neon": "^2.3", "paragonie/random_compat": ">= 2", "phpunit/phpunit": "^4.8.35|^5.4.3", "psr/cache": "^1.0", "psr/simple-cache": "^1.0", "sebastian/comparator": "^1.2.3" }, "suggest": { "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", "doctrine/cache": "To use the DoctrineCacheAdapter", "ext-curl": "To send requests using cURL", "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", "ext-sockets": "To use client-side monitoring" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Aws\\": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Amazon Web Services", "homepage": "http://aws.amazon.com" } ], "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", "homepage": "http://aws.amazon.com/sdkforphp", "keywords": [ "amazon", "aws", "cloud", "dynamodb", "ec2", "glacier", "s3", "sdk" ], "time": "2020-11-13T19:17:55+00:00" }, { "name": "aws/aws-sdk-php-resources", "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/awslabs/aws-sdk-php-resources.git", "reference": "8131944849a1f1e24e9708d9129f1671689a80c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/awslabs/aws-sdk-php-resources/zipball/8131944849a1f1e24e9708d9129f1671689a80c9", "reference": "8131944849a1f1e24e9708d9129f1671689a80c9", "shasum": "" }, "require": { "aws/aws-sdk-php": "~3.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-4": { "Aws\\Resource\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Amazon Web Services", "homepage": "http://aws.amazon.com" } ], "description": "A resource-oriented API for interacting with AWS services", "homepage": "http://aws.amazon.com/sdkforphp", "keywords": [ "amazon", "aws", "cloud", "dynamodb", "ec2", "glacier", "s3", "sdk" ], "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php-resources/issues", "source": "https://github.com/awslabs/aws-sdk-php-resources/tree/master" }, "time": "2015-06-20T20:55:44+00:00" }, { "name": "bolt/bolt", "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/bolt/bolt.git", "reference": "111c76a294f39b10c732f770391853324896fc5e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bolt/bolt/zipball/111c76a294f39b10c732f770391853324896fc5e", "reference": "111c76a294f39b10c732f770391853324896fc5e", "shasum": "" }, "require": { "bolt/collection": "^1.1", "bolt/common": "^1.0", "bolt/filesystem": "^2.5", "bolt/package-wrapper": "^5.0", "bolt/passwordlib": "^1.0", "bolt/pathogen": "^0.6", "bolt/requirements": "^1.0.2", "bolt/session": "^1.1", "bolt/themes": "^2.0", "bolt/thumbs": "^3.4", "brandonwamboldt/utilphp": "^1.1", "cocur/slugify": "^3.2", "composer/composer": "^1.9", "doctrine/cache": "^1.9", "doctrine/dbal": "^2.9", "embed/embed": "^3.3", "erusev/parsedown-extra": "^0.7", "ext-curl": "*", "ext-exif": "*", "ext-fileinfo": "*", "ext-gd": "*", "ext-json": "*", "ext-openssl": "*", "ext-pdo": "*", "ext-xml": "*", "ext-zip": "*", "filp/whoops": "^2.5", "guzzlehttp/guzzle": "^6.3", "guzzlehttp/psr7": "1.5.*", "ircmaxell/random-lib": "^1.2", "jdorn/sql-formatter": "^1.2", "monolog/monolog": "^1.25", "nesbot/carbon": "1.37.*", "php": "^7.1.3", "silex/silex": "^1.3", "silex/web-profiler": "^1.0", "siriusphp/upload": "^1.3", "stecman/symfony-console-completion": "^0.10", "swiftmailer/swiftmailer": "^5.4.5", "symfony/asset": "^2.8", "symfony/config": "^2.8", "symfony/console": "^2.8", "symfony/debug": "^2.8", "symfony/event-dispatcher": "^2.8", "symfony/filesystem": "^2.8", "symfony/finder": "^2.8", "symfony/form": "^2.8", "symfony/http-foundation": "^2.8", "symfony/http-kernel": "^2.8", "symfony/intl": "^2.8", "symfony/monolog-bridge": "^2.8", "symfony/options-resolver": "^2.8", "symfony/process": "^2.8", "symfony/property-access": "^2.8", "symfony/routing": "^2.8", "symfony/security": "^2.8", "symfony/security-acl": "^2.8", "symfony/stopwatch": "^2.8", "symfony/translation": "^2.8", "symfony/twig-bridge": "^2.8", "symfony/validator": "^2.8", "symfony/var-dumper": "^2.8", "symfony/web-profiler-bundle": "^2.8", "symfony/yaml": "^2.8", "tdammers/htmlmaid": "^0.7", "twig/twig": "^1.42", "ua-parser/uap-php": "^3.9" }, "conflict": { "rossriley/flysystem53": "*" }, "require-dev": { "bolt/codingstyle": "^2.0@dev", "codeception/codeception": "^2.5", "league/flysystem-memory": "^1.0", "lstrojny/phpunit-function-mocker": "^0.4", "phpunit/dbunit": "^1.3", "phpunit/php-code-coverage": "^4.0", "phpunit/phpunit": "^5.7", "psr/cache": "^1.0", "psr/simple-cache": "^1.0", "roave/security-advisories": "dev-master@dev", "sebastian/phpcpd": "^2.0", "sorien/silex-pimple-dumper": "^1.0", "symfony/browser-kit": "^3.4", "symfony/phpunit-bridge": "^3.4" }, "bin": [ "app/nut" ], "type": "library", "autoload": { "psr-4": { "Bolt\\": "src" }, "files": [ "app/deprecated.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Sophisticated, lightweight & simple CMS", "homepage": "http://bolt.cm", "keywords": [ "cms", "php", "silex", "symfony" ], "time": "2019-11-12T16:57:31+00:00" }, { "name": "bolt/collection", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/bolt/collection.git", "reference": "311eb4056b2f48e450ec191aba2689b7e845df9f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bolt/collection/zipball/311eb4056b2f48e450ec191aba2689b7e845df9f", "reference": "311eb4056b2f48e450ec191aba2689b7e845df9f", "shasum": "" }, "require": { "bolt/common": "^1.0", "php": "^5.5 || ^7.0", "symfony/polyfill-php71": "^1.3", "webmozart/assert": "^1.0" }, "require-dev": { "bolt/codingstyle": "^2.0@dev", "escapestudios/symfony2-coding-standard": "^3.0@dev", "friendsofphp/php-cs-fixer": "^2.4", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.4", "symfony/phpunit-bridge": "^3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Bolt\\Collection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carson Full", "email": "carsonfull@gmail.com" } ], "description": "Object Orientated implementations of various collections", "time": "2017-10-12T23:04:04+00:00" }, { "name": "bolt/common", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/bolt/common.git", "reference": "942d39f2df99b91ccfabf8f225de63d0ea5fc207" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bolt/common/zipball/942d39f2df99b91ccfabf8f225de63d0ea5fc207", "reference": "942d39f2df99b91ccfabf8f225de63d0ea5fc207", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "seld/jsonlint": "^1.4", "symfony/polyfill-php70": "^1.4", "symfony/polyfill-php71": "^1.0", "webmozart/assert": "^1.2" }, "require-dev": { "bolt/codingstyle": "^2.0@dev", "escapestudios/symfony2-coding-standard": "^3.0@dev", "friendsofphp/php-cs-fixer": "^2.4", "phpunit/phpunit": "^4.8", "symfony/phpunit-bridge": "^3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Bolt\\Common\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carson Full", "email": "carsonfull@gmail.com" } ], "description": "Common utilities for all Bolt libraries", "time": "2017-08-17T15:30:31+00:00" }, { "name": "bolt/filesystem", "version": "v2.5.3", "source": { "type": "git", "url": "https://github.com/bolt/filesystem.git", "reference": "e75688a8806a8cd738af03dcfd4e5d2beeb6c4e1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bolt/filesystem/zipball/e75688a8806a8cd738af03dcfd4e5d2beeb6c4e1", "reference": "e75688a8806a8cd738af03dcfd4e5d2beeb6c4e1", "shasum": "" }, "require": { "bolt/common": "^1.0", "ext-json": "*", "guzzlehttp/psr7": "^1.2", "league/flysystem": "^1.0", "miljar/php-exif": "^0.6", "nesbot/carbon": "^1.20", "php": "^5.5.9 || ^7.0", "symfony/finder": "^2.7 || ^3.0 || ^4.0", "symfony/yaml": "^2.7 || ^3.0 || ^4.0", "webmozart/glob": "^4.0" }, "require-dev": { "contao/imagine-svg": "^0.1.2", "doctrine/cache": "^1.6", "league/flysystem-aws-s3-v3": "^1.0", "league/flysystem-cached-adapter": "^1.0", "league/flysystem-memory": "^1.0", "league/flysystem-sftp": "^1.0", "phpunit/phpunit": "^4.8.36 || ^5.0 || ^6.0", "psr/simple-cache": "^1.0", "symfony/filesystem": "^2.7 || ^3.0 || ^4.0" }, "suggest": { "contao/imagine-svg": "To parse SVG image info" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Bolt\\Filesystem\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carson Full", "email": "carsonfull@gmail.com" }, { "name": "Gawain Lynch", "email": "gawain.lynch@gmail.com" } ], "description": "Bolt's filesystem abstraction layer", "time": "2020-08-25T07:04:27+00:00" }, { "name": "bolt/package-wrapper", "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/bolt/package-wrapper.git", "reference": "d6b1addc8e097de7a0f23814069429212323a18b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bolt/package-wrapper/zipball/d6b1addc8e097de7a0f23814069429212323a18b", "reference": "d6b1addc8e097de7a0f23814069429212323a18b", "shasum": "" }, "require": { "doctrine/persistence": "^1.0", "php": "^7.1" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gawain Lynch", "email": "gawain.lynch@gmail.com" } ], "description": "A wrapper to pull in required packages", "time": "2018-07-14T10:51:18+00:00" }, { "name": "bolt/passwordlib", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/bolt/PHP-PasswordLib.git", "reference": "e509624f6f16d746f9d83f2e7161a2e13a497b4b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bolt/PHP-PasswordLib/zipball/e509624f6f16d746f9d83f2e7161a2e13a497b4b", "reference": "e509624f6f16d746f9d83f2e7161a2e13a497b4b", "shasum": "" }, "require": { "php": ">=5.5.9" }, "replace": { "passwordlib/passwordlib": "*" }, "require-dev": { "mikey179/vfsstream": "1.1.*" }, "type": "library", "autoload": { "psr-0": { "PasswordLib": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@ircmaxell.com", "homepage": "https://blog.ircmaxell.com" }, { "name": "Bob den Otter", "email": "bob@bolt.cm", "homepage": "https://bolt.cm" } ], "description": "A Password Hashing Library", "homepage": "https://github.com/bolt/PHP-PasswordLib", "keywords": [ "crypt", "hash", "hashing", "password", "random", "salt" ], "time": "2018-08-24T13:44:41+00:00" }, { "name": "bolt/pathogen", "version": "0.6.2", "source": { "type": "git", "url": "https://github.com/bolt/pathogen.git", "reference": "c314a4a8fb009e4ea39e7bf29b6b1c68115cf8e1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bolt/pathogen/zipball/c314a4a8fb009e4ea39e7bf29b6b1c68115cf8e1", "reference": "c314a4a8fb009e4ea39e7bf29b6b1c68115cf8e1", "shasum": "" }, "require": { "php": ">=5.3", "symfony/polyfill-mbstring": "^1.0" }, "require-dev": { "eloquent/liberator": "~2", "icecave/archer": "~1" }, "type": "library", "autoload": { "psr-4": { "Eloquent\\Pathogen\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Erin Millard", "email": "ezzatron@gmail.com", "homepage": "http://ezzatron.com/" }, { "name": "Darian Brown", "email": "darianbr@gmail.com", "homepage": "http://www.darian-brown.com/" } ], "description": "Fork of pathogen, a general-purpose path library for PHP, but without using isolator.", "homepage": "https://github.com/bolt/pathogen", "keywords": [ "file", "filesystem", "manipulation", "path" ], "abandoned": true, "time": "2017-06-10T08:28:12+00:00" }, { "name": "bolt/requirements", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/bolt/requirements.git", "reference": "2b91ecf5bae0b211b56e89ab66ce15ad552374a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bolt/requirements/zipball/2b91ecf5bae0b211b56e89ab66ce15ad552374a1", "reference": "2b91ecf5bae0b211b56e89ab66ce15ad552374a1", "shasum": "" }, "require": { "bolt/common": "^1.1", "composer/ca-bundle": "^1.0", "php": "^5.5.9 || ^7.0", "symfony/requirements-checker": "^1.0" }, "require-dev": { "bolt/bolt": "^3.4", "passwordlib/passwordlib": "^1.0@beta" }, "bin": [ "bin/bolt-requirements" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Bolt\\Requirement\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gawain Lynch", "email": "gawain.lynch@gmail.com" } ], "description": "Requirement definitions for Bolt projects.", "keywords": [ "bolt", "cms", "configuration" ], "time": "2018-01-05T04:52:36+00:00" }, { "name": "bolt/session", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/bolt/session.git", "reference": "f7b5fd60079033d97f6d634f6eb42db5d1d42aad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bolt/session/zipball/f7b5fd60079033d97f6d634f6eb42db5d1d42aad", "reference": "f7b5fd60079033d97f6d634f6eb42db5d1d42aad", "shasum": "" }, "require": { "bolt/common": "^1.0", "php": "^5.5 || ^7.0", "symfony/event-dispatcher": "^2.8 || ^3.0 || ^4.0", "symfony/http-foundation": "^2.8 || ^3.0 || ^4.0", "symfony/http-kernel": "^2.8 || ^3.0 || ^4.0", "symfony/polyfill-php70": "^1.0" }, "require-dev": { "bolt/codingstyle": "^2.0@dev", "bolt/filesystem": "^2.0", "escapestudios/symfony2-coding-standard": "^3.1", "friendsofphp/php-cs-fixer": "^2.10", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.0", "predis/predis": "^1.1", "silex/silex": "^1.3 || ^2.0", "squizlabs/php_codesniffer": "^3.0", "symfony/cache": "^3.3 || ^4.0", "symfony/filesystem": "^2.8 || ^3.0 || ^4.0", "symfony/phpunit-bridge": "^3.3 || ^4.0" }, "type": "library", "autoload": { "psr-4": { "Bolt\\Session\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gawain Lynch", "email": "gawain.lynch@gmail.com" }, { "name": "Carson Full", "email": "carsonfull@gmail.com" } ], "description": "PHP session storage for Symfony's HTTP layer", "time": "2018-02-25T09:49:26+00:00" }, { "name": "bolt/themes", "version": "2.0.11", "source": { "type": "git", "url": "https://github.com/bolt/themes.git", "reference": "8322667efbab232a0e8b7f4bbf71f6f20f637764" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bolt/themes/zipball/8322667efbab232a0e8b7f4bbf71f6f20f637764", "reference": "8322667efbab232a0e8b7f4bbf71f6f20f637764", "shasum": "" }, "require": { "twig/twig": "^1.32 || ^2.0" }, "conflict": { "bolt/bolt": "< 3.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Starter themes for Bolt", "homepage": "http://bolt.cm", "keywords": [ "cms", "twig" ], "time": "2019-12-12T13:09:05+00:00" }, { "name": "bolt/thumbs", "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/bolt/thumbs.git", "reference": "cdb345f5936145e57aef344cb39f1e368d11baa6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bolt/thumbs/zipball/cdb345f5936145e57aef344cb39f1e368d11baa6", "reference": "cdb345f5936145e57aef344cb39f1e368d11baa6", "shasum": "" }, "require": { "bolt/filesystem": "^2.3", "contao/imagine-svg": "~0.1.2", "doctrine/cache": "^1.4", "ext-gd": "*", "php": "^5.5.9 || ^7.0", "silex/silex": "^1.3" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.7", "symfony/browser-kit": "^2.7" }, "type": "library", "extra": { "branch-alias": { "dev-3.x": "3.4-dev" } }, "autoload": { "psr-4": { "Bolt\\Thumbs\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ross Riley", "email": "riley.ross@gmail.com" }, { "name": "Carson Full", "email": "carsonfull@gmail.com" } ], "description": "Small package based on GD to handle thumbnail resizes", "time": "2019-01-03T15:04:00+00:00" }, { "name": "brandonwamboldt/utilphp", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/brandonwamboldt/utilphp.git", "reference": "36c32efc4f0679c05163464a550f45c8d83fe683" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/brandonwamboldt/utilphp/zipball/36c32efc4f0679c05163464a550f45c8d83fe683", "reference": "36c32efc4f0679c05163464a550f45c8d83fe683", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "satooshi/php-coveralls": "dev-master" }, "type": "library", "autoload": { "psr-0": { "utilphp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brandon Wamboldt", "email": "brandon.wamboldt@gmail.com" } ], "description": "util.php is a collection of useful functions and snippets that you need or could use every day, designed to avoid conflicts with existing projects", "homepage": "https://github.com/brandonwamboldt/utilphp", "keywords": [ "collection", "helpers", "php", "utility" ], "time": "2015-02-02T17:56:14+00:00" }, { "name": "cnd/kraken-sdk", "version": "1.0.3", "source": { "type": "git", "url": "git@github.com:CondeNastDigital/cnKrakenSDK.git", "reference": "ec9bf6babf17c65ebe983f1a5eca6d66fe988886" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/CondeNastDigital/cnKrakenSDK/zipball/ec9bf6babf17c65ebe983f1a5eca6d66fe988886", "reference": "ec9bf6babf17c65ebe983f1a5eca6d66fe988886", "shasum": "" }, "require": { "guzzlehttp/guzzle": "*" }, "type": "library", "autoload": { "psr-4": { "CND\\KrakenSDK\\": "src" } }, "authors": [ { "name": "Rosen Rosen", "email": "rosen.ralev@condenast.de" }, { "name": "Tobias Bulla", "email": "tobias.bulla@condenast.de" } ], "description": "php sdk to connect a client to the kraken service", "support": { "source": "https://github.com/CondeNastDigital/cnKrakenSDK/tree/1.0.3", "issues": "https://github.com/CondeNastDigital/cnKrakenSDK/issues" }, "time": "2020-02-28T15:25:35+00:00" }, { "name": "cnd/shrimp-sdk", "version": "0.0.3", "source": { "type": "git", "url": "git@github.com:CondeNastDigital/cnShrimpSDK.git", "reference": "17504da5e9f28d37092eeaee37195145737fa21f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/CondeNastDigital/cnShrimpSDK/zipball/17504da5e9f28d37092eeaee37195145737fa21f", "reference": "17504da5e9f28d37092eeaee37195145737fa21f", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "CND\\SchrimpSDK\\": "src" } }, "authors": [ { "name": "Rosen Rosen", "email": "rosen.ralev@condenast.de" } ], "description": "php sdk to get images manipulated with shrimp", "support": { "source": "https://github.com/CondeNastDigital/cnShrimpSDK/tree/0.0.3", "issues": "https://github.com/CondeNastDigital/cnShrimpSDK/issues" }, "time": "2020-08-12T11:58:36+00:00" }, { "name": "cnd/sso-sdk", "version": "1.1.0", "source": { "type": "git", "url": "git@github.com:CondeNastDigital/cnSSOSDK.git", "reference": "e34fce65616d0bf990708f75e1e796cb21a02953" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/CondeNastDigital/cnSSOSDK/zipball/e34fce65616d0bf990708f75e1e796cb21a02953", "reference": "e34fce65616d0bf990708f75e1e796cb21a02953", "shasum": "" }, "type": "project", "autoload": { "psr-4": { "CND\\SSOSDK\\": "src" } }, "scripts": { "post-update-cmd": [ "CND\\SSOSDK\\Composer::postUpdate" ] }, "authors": [ { "name": "Tobias Bulla", "email": "tobias.bulla@condenast.de" } ], "description": "php sdk to connect a client to the sso service", "support": { "source": "https://github.com/CondeNastDigital/cnSSOSDK/tree/1.1.0", "issues": "https://github.com/CondeNastDigital/cnSSOSDK/issues" }, "time": "2021-04-27T08:41:46+00:00" }, { "name": "cocur/slugify", "version": "v3.2", "source": { "type": "git", "url": "https://github.com/cocur/slugify.git", "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cocur/slugify/zipball/d41701efe58ba2df9cae029c3d21e1518cc6780e", "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.5.9" }, "require-dev": { "laravel/framework": "~5.1", "latte/latte": "~2.2", "league/container": "^2.2.0", "mikey179/vfsstream": "~1.6", "mockery/mockery": "~0.9", "nette/di": "~2.2", "phpunit/phpunit": "~4.8.36|~5.2", "pimple/pimple": "~1.1", "plumphp/plum": "~0.1", "silex/silex": "~1.3", "symfony/config": "~2.4|~3.0|~4.0", "symfony/dependency-injection": "~2.4|~3.0|~4.0", "symfony/http-kernel": "~2.4|~3.0|~4.0", "twig/twig": "~1.26|~2.0", "zendframework/zend-modulemanager": "~2.2", "zendframework/zend-servicemanager": "~2.2", "zendframework/zend-view": "~2.2" }, "type": "library", "autoload": { "psr-4": { "Cocur\\Slugify\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ivo Bathke", "email": "ivo.bathke@gmail.com" }, { "name": "Florian Eckerstorfer", "email": "florian@eckerstorfer.co", "homepage": "https://florian.ec" } ], "description": "Converts a string into a slug.", "keywords": [ "slug", "slugify" ], "time": "2019-01-31T20:38:55+00:00" }, { "name": "composer/ca-bundle", "version": "1.2.8", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", "reference": "8a7ecad675253e4654ea05505233285377405215" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215", "reference": "8a7ecad675253e4654ea05505233285377405215", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", "psr/log": "^1.0", "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ "cabundle", "cacert", "certificate", "ssl", "tls" ], "time": "2020-08-23T12:54:47+00:00" }, { "name": "composer/composer", "version": "1.10.17", "source": { "type": "git", "url": "https://github.com/composer/composer.git", "reference": "09d42e18394d8594be24e37923031c4b7442a1cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/composer/zipball/09d42e18394d8594be24e37923031c4b7442a1cb", "reference": "09d42e18394d8594be24e37923031c4b7442a1cb", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "composer/semver": "^1.0", "composer/spdx-licenses": "^1.2", "composer/xdebug-handler": "^1.1", "justinrainbow/json-schema": "^5.2.10", "php": "^5.3.2 || ^7.0", "psr/log": "^1.0", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0", "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0", "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0", "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0" }, "conflict": { "symfony/console": "2.8.38" }, "require-dev": { "phpspec/prophecy": "^1.10", "symfony/phpunit-bridge": "^4.2" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, "bin": [ "bin/composer" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "autoload": { "psr-4": { "Composer\\": "src/Composer" } }, "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" } ], "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", "homepage": "https://getcomposer.org/", "keywords": [ "autoload", "dependency", "package" ], "time": "2020-10-30T21:31:58+00:00" }, { "name": "composer/semver", "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "38276325bd896f90dfcfe30029aa5db40df387a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/38276325bd896f90dfcfe30029aa5db40df387a7", "reference": "38276325bd896f90dfcfe30029aa5db40df387a7", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.5 || ^5.0.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.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" ], "time": "2020-09-27T13:13:07+00:00" }, { "name": "composer/spdx-licenses", "version": "1.5.4", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", "reference": "6946f785871e2314c60b4524851f3702ea4f2223" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223", "reference": "6946f785871e2314c60b4524851f3702ea4f2223", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Spdx\\": "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": "SPDX licenses list and validation library.", "keywords": [ "license", "spdx", "validator" ], "time": "2020-07-15T15:35:07+00:00" }, { "name": "composer/xdebug-handler", "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "f28d44c286812c714741478d968104c5e604a1d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4", "reference": "f28d44c286812c714741478d968104c5e604a1d4", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" }, "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" ], "time": "2020-11-13T08:04:11+00:00" }, { "name": "contao/imagine-svg", "version": "0.1.5", "source": { "type": "git", "url": "https://github.com/contao/imagine-svg.git", "reference": "edd20d1fc09f32a6bdd87e154063363e72b9d3f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/imagine-svg/zipball/edd20d1fc09f32a6bdd87e154063363e72b9d3f5", "reference": "edd20d1fc09f32a6bdd87e154063363e72b9d3f5", "shasum": "" }, "require": { "ext-dom": "*", "imagine/imagine": "^0.6|^0.7", "php": "^5.5|^7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "phpunit/phpunit": "^4.5", "satooshi/php-coveralls": "^0.6", "symfony/filesystem": "^2.8|^3.0" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.2.x-dev" } }, "autoload": { "psr-4": { "Contao\\ImagineSvg\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0+" ], "authors": [ { "name": "Martin Auswöger", "homepage": "https://github.com/ausi" } ], "description": "Contao Imagine SVG library", "time": "2017-09-14T16:47:37+00:00" }, { "name": "doctrine/annotations", "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad", "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "ext-tokenizer": "*", "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/cache": "1.*", "doctrine/coding-standard": "^6.0 || ^8.1", "phpstan/phpstan": "^0.12.20", "phpunit/phpunit": "^7.5 || ^9.1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11.x-dev" } }, "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" ], "time": "2020-10-26T10:28:16+00:00" }, { "name": "doctrine/cache", "version": "1.10.2", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "13e3381b25847283a91948d04640543941309727" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", "reference": "13e3381b25847283a91948d04640543941309727", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", "doctrine/coding-standard": "^6.0", "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0", "predis/predis": "~1.0" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", "homepage": "https://www.doctrine-project.org/projects/cache.html", "keywords": [ "abstraction", "apcu", "cache", "caching", "couchdb", "memcached", "php", "redis", "xcache" ], "time": "2020-07-07T18:54:01+00:00" }, { "name": "doctrine/collections", "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", "shasum": "" }, "require": { "php": "^7.1.3 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan-shim": "^0.9.2", "phpunit/phpunit": "^7.0", "vimeo/psalm": "^3.8.1" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", "homepage": "https://www.doctrine-project.org/projects/collections.html", "keywords": [ "array", "collections", "iterators", "php" ], "time": "2020-07-27T17:53:49+00:00" }, { "name": "doctrine/dbal", "version": "2.10.4", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "47433196b6390d14409a33885ee42b6208160643" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/47433196b6390d14409a33885ee42b6208160643", "reference": "47433196b6390d14409a33885ee42b6208160643", "shasum": "" }, "require": { "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0", "ext-pdo": "*", "php": "^7.2" }, "require-dev": { "doctrine/coding-standard": "^8.1", "jetbrains/phpstorm-stubs": "^2019.1", "nikic/php-parser": "^4.4", "phpstan/phpstan": "^0.12.40", "phpunit/phpunit": "^8.5.5", "psalm/plugin-phpunit": "^0.10.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "^3.14.2" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "bin": [ "bin/doctrine-dbal" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.10.x-dev", "dev-develop": "3.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" } }, "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" } ], "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", "homepage": "https://www.doctrine-project.org/projects/dbal.html", "keywords": [ "abstraction", "database", "db2", "dbal", "mariadb", "mssql", "mysql", "oci8", "oracle", "pdo", "pgsql", "postgresql", "queryobject", "sasql", "sql", "sqlanywhere", "sqlite", "sqlserver", "sqlsrv" ], "time": "2020-09-12T21:20:41+00:00" }, { "name": "doctrine/event-manager", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.9@dev" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "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" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", "homepage": "https://www.doctrine-project.org/projects/event-manager.html", "keywords": [ "event", "event dispatcher", "event manager", "event system", "events" ], "time": "2020-05-29T18:28:51+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" ], "time": "2020-05-25T17:44:05+00:00" }, { "name": "doctrine/persistence", "version": "1.3.8", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288", "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "doctrine/cache": "^1.0", "doctrine/collections": "^1.0", "doctrine/event-manager": "^1.0", "doctrine/reflection": "^1.2", "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.10@dev" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan": "^0.11", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "vimeo/psalm": "^3.11" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common", "Doctrine\\Persistence\\": "lib/Doctrine/Persistence" } }, "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" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", "homepage": "https://doctrine-project.org/projects/persistence.html", "keywords": [ "mapper", "object", "odm", "orm", "persistence" ], "time": "2020-06-20T12:56:16+00:00" }, { "name": "doctrine/reflection", "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", "reference": "fa587178be682efe90d005e3a322590d6ebb59a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5", "reference": "fa587178be682efe90d005e3a322590d6ebb59a5", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "ext-tokenizer": "*", "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.9" }, "require-dev": { "doctrine/coding-standard": "^6.0 || ^8.2.0", "doctrine/common": "^2.10", "phpstan/phpstan": "^0.11.0 || ^0.12.20", "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", "phpunit/phpunit": "^7.5 || ^9.1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "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" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", "homepage": "https://www.doctrine-project.org/projects/reflection.html", "keywords": [ "reflection", "static" ], "abandoned": "roave/better-reflection", "time": "2020-10-27T21:46:55+00:00" }, { "name": "embed/embed", "version": "v3.4.9", "source": { "type": "git", "url": "https://github.com/oscarotero/Embed.git", "reference": "43da4ebcae61f4acf44e1b89436c2912a4b38f60" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oscarotero/Embed/zipball/43da4ebcae61f4acf44e1b89436c2912a4b38f60", "reference": "43da4ebcae61f4acf44e1b89436c2912a4b38f60", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "ext-curl": "*", "ext-dom": "*", "ext-mbstring": "*", "php": "^5.6|^7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "phpunit/phpunit": "^4.8|^5.7" }, "type": "library", "autoload": { "psr-4": { "Embed\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oscar Otero", "email": "oom@oscarotero.com", "homepage": "http://oscarotero.com", "role": "Developer" } ], "description": "PHP library to retrieve page info using oembed, opengraph, etc", "homepage": "https://github.com/oscarotero/Embed", "keywords": [ "embed", "embedly", "oembed", "opengraph", "twitter cards" ], "time": "2020-10-27T21:42:10+00:00" }, { "name": "erusev/parsedown", "version": "1.8.0-beta-7", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", "reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/erusev/parsedown/zipball/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955", "reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35" }, "type": "library", "autoload": { "psr-0": { "Parsedown": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Emanuil Rusev", "email": "hello@erusev.com", "homepage": "http://erusev.com" } ], "description": "Parser for Markdown.", "homepage": "http://parsedown.org", "keywords": [ "markdown", "parser" ], "time": "2019-03-17T18:47:21+00:00" }, { "name": "erusev/parsedown-extra", "version": "0.7.1", "source": { "type": "git", "url": "https://github.com/erusev/parsedown-extra.git", "reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/0db5cce7354e4b76f155d092ab5eb3981c21258c", "reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c", "shasum": "" }, "require": { "erusev/parsedown": "~1.4" }, "type": "library", "autoload": { "psr-0": { "ParsedownExtra": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Emanuil Rusev", "email": "hello@erusev.com", "homepage": "http://erusev.com" } ], "description": "An extension of Parsedown that adds support for Markdown Extra.", "homepage": "https://github.com/erusev/parsedown-extra", "keywords": [ "markdown", "markdown extra", "parsedown", "parser" ], "time": "2015-11-01T10:19:22+00:00" }, { "name": "filp/whoops", "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "307fb34a5ab697461ec4c9db865b20ff2fd40771" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/307fb34a5ab697461ec4c9db865b20ff2fd40771", "reference": "307fb34a5ab697461ec4c9db865b20ff2fd40771", "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" ], "time": "2020-11-01T12:00:00+00:00" }, { "name": "graylog2/gelf-php", "version": "1.6.5", "source": { "type": "git", "url": "https://github.com/bzikarsky/gelf-php.git", "reference": "14b87aa31880b9f2da6de053674ea1e12d4a174b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/14b87aa31880b9f2da6de053674ea1e12d4a174b", "reference": "14b87aa31880b9f2da6de053674ea1e12d4a174b", "shasum": "" }, "require": { "paragonie/constant_time_encoding": "^1|^2", "php": ">=5.3.9", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "~1.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-4": { "Gelf\\": "src/Gelf" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Benjamin Zikarsky", "email": "benjamin@zikarsky.de" }, { "name": "gelf-php contributors", "homepage": "https://github.com/bzikarsky/gelf-php/contributors" } ], "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.", "support": { "issues": "https://github.com/bzikarsky/gelf-php/issues", "source": "https://github.com/bzikarsky/gelf-php/tree/1.6.5" }, "time": "2020-04-24T05:38:21+00:00" }, { "name": "guzzlehttp/guzzle", "version": "6.3.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.3-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2018-04-22T15:46:56+00:00" }, { "name": "guzzlehttp/promises", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "60d379c243457e073cff02bc323a2a86cb355631" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631", "reference": "60d379c243457e073cff02bc323a2a86cb355631", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2020-09-30T07:37:28+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "9f83dded91781a01c63574e387eaa769be769115" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", "reference": "9f83dded91781a01c63574e387eaa769be769115", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "time": "2018-12-04T20:46:45+00:00" }, { "name": "imagine/imagine", "version": "v0.7.1", "source": { "type": "git", "url": "https://github.com/avalanche123/Imagine.git", "reference": "a9a702a946073cbca166718f1b02a1e72d742daa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/a9a702a946073cbca166718f1b02a1e72d742daa", "reference": "a9a702a946073cbca166718f1b02a1e72d742daa", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "sami/sami": "^3.3", "symfony/phpunit-bridge": "^3.2" }, "suggest": { "ext-gd": "to use the GD implementation", "ext-gmagick": "to use the Gmagick implementation", "ext-imagick": "to use the Imagick implementation" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "autoload": { "psr-0": { "Imagine": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bulat Shakirzyanov", "email": "mallluhuct@gmail.com", "homepage": "http://avalanche123.com" } ], "description": "Image processing for PHP 5.3", "homepage": "http://imagine.readthedocs.org/", "keywords": [ "drawing", "graphics", "image manipulation", "image processing" ], "time": "2017-05-16T10:31:22+00:00" }, { "name": "ircmaxell/random-lib", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/ircmaxell/RandomLib.git", "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/RandomLib/zipball/e9e0204f40e49fa4419946c677eccd3fa25b8cf4", "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4", "shasum": "" }, "require": { "ircmaxell/security-lib": "^1.1", "php": ">=5.3.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.11", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^4.8|^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "RandomLib": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@ircmaxell.com", "homepage": "http://blog.ircmaxell.com" } ], "description": "A Library For Generating Secure Random Numbers", "homepage": "https://github.com/ircmaxell/RandomLib", "keywords": [ "cryptography", "random", "random-numbers", "random-strings" ], "time": "2016-09-07T15:52:06+00:00" }, { "name": "ircmaxell/security-lib", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/ircmaxell/SecurityLib.git", "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5", "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "mikey179/vfsstream": "1.1.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "SecurityLib": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@ircmaxell.com", "homepage": "http://blog.ircmaxell.com" } ], "description": "A Base Security Library", "homepage": "https://github.com/ircmaxell/SecurityLib", "time": "2015-03-20T14:31:23+00:00" }, { "name": "jdorn/sql-formatter", "version": "v1.2.17", "source": { "type": "git", "url": "https://github.com/jdorn/sql-formatter.git", "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", "shasum": "" }, "require": { "php": ">=5.2.4" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "classmap": [ "lib" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Dorn", "email": "jeremy@jeremydorn.com", "homepage": "http://jeremydorn.com/" } ], "description": "a PHP SQL highlighting library", "homepage": "https://github.com/jdorn/sql-formatter/", "keywords": [ "highlight", "sql" ], "time": "2014-01-12T16:20:24+00:00" }, { "name": "justinrainbow/json-schema", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", "json-schema/json-schema-test-suite": "1.2.0", "phpunit/phpunit": "^4.8.35" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2020-05-27T16:41:55+00:00" }, { "name": "league/flysystem", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", "reference": "9be3b16c877d477357c015cec057548cf9b2a14a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a", "reference": "9be3b16c877d477357c015cec057548cf9b2a14a", "shasum": "" }, "require": { "ext-fileinfo": "*", "league/mime-type-detection": "^1.3", "php": "^7.2.5 || ^8.0" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "require-dev": { "phpspec/prophecy": "^1.11.1", "phpunit/phpunit": "^8.5.8" }, "suggest": { "ext-fileinfo": "Required for MimeType", "ext-ftp": "Allows you to use FTP server storage", "ext-openssl": "Allows you to use FTPS server storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "League\\Flysystem\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" } ], "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", "WebDAV", "abstraction", "aws", "cloud", "copy.com", "dropbox", "file systems", "files", "filesystem", "filesystems", "ftp", "rackspace", "remote", "s3", "sftp", "storage" ], "time": "2020-08-23T07:39:11+00:00" }, { "name": "league/mime-type-detection", "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", "reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/353f66d7555d8a90781f6f5e7091932f9a4250aa", "reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": "^7.2 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12.36", "phpunit/phpunit": "^8.5.8" }, "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", "time": "2020-10-18T11:50:25+00:00" }, { "name": "miljar/php-exif", "version": "v0.6.5", "source": { "type": "git", "url": "https://github.com/PHPExif/php-exif.git", "reference": "41f23db39d7b48e4af0e134c2e80e577c1782ac9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPExif/php-exif/zipball/41f23db39d7b48e4af0e134c2e80e577c1782ac9", "reference": "41f23db39d7b48e4af0e134c2e80e577c1782ac9", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "jakub-onderka/php-parallel-lint": "^1.0", "phpmd/phpmd": "~2.2", "phpunit/phpunit": ">=4.0 <6.0", "satooshi/php-coveralls": "~0.6", "sebastian/phpcpd": "1.4.*@stable", "squizlabs/php_codesniffer": "1.4.*@stable" }, "suggest": { "ext-exif": "Use exif PHP extension as adapter", "lib-exiftool": "Use perl lib exiftool as adapter" }, "type": "library", "autoload": { "psr-0": { "PHPExif": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tom Van Herreweghe", "homepage": "http://theanalogguy.be", "role": "Developer" } ], "description": "Object-Oriented EXIF parsing", "keywords": [ "IPTC", "exif", "exiftool", "jpeg", "tiff" ], "time": "2019-02-11T13:47:52+00:00" }, { "name": "monolog/monolog", "version": "1.25.5", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0", "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "php-parallel-lint/php-parallel-lint": "^1.0", "phpunit/phpunit": "~4.5", "ruflin/elastica": ">=0.90 <3.0", "sentry/sentry": "^0.13", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2020-07-23T08:35:51+00:00" }, { "name": "mtdowling/jmespath.php", "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/jmespath/jmespath.php.git", "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb", "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb", "shasum": "" }, "require": { "php": "^5.4 || ^7.0 || ^8.0", "symfony/polyfill-mbstring": "^1.17" }, "require-dev": { "composer/xdebug-handler": "^1.4", "phpunit/phpunit": "^4.8.36 || ^7.5.15" }, "bin": [ "bin/jp.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-4": { "JmesPath\\": "src/" }, "files": [ "src/JmesPath.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Declaratively specify how to extract elements from a JSON document", "keywords": [ "json", "jsonpath" ], "support": { "issues": "https://github.com/jmespath/jmespath.php/issues", "source": "https://github.com/jmespath/jmespath.php/tree/2.6.0" }, "time": "2020-07-31T21:01:56+00:00" }, { "name": "nesbot/carbon", "version": "1.37.1", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "5be4fdf97076a685b23efdedfc2b73ad0c5eab70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/5be4fdf97076a685b23efdedfc2b73ad0c5eab70", "reference": "5be4fdf97076a685b23efdedfc2b73ad0c5eab70", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/translation": "~2.6 || ~3.0 || ~4.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7" }, "suggest": { "friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.", "phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors." }, "type": "library", "extra": { "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" ] } }, "autoload": { "psr-4": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" } ], "description": "A simple API extension for DateTime.", "homepage": "http://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ], "time": "2019-04-19T10:27:42+00:00" }, { "name": "paragonie/constant_time_encoding", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2", "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2", "shasum": "" }, "require": { "php": "^7|^8" }, "require-dev": { "phpunit/phpunit": "^6|^7", "vimeo/psalm": "^1|^2|^3" }, "type": "library", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, "time": "2019-11-06T19:20:29+00:00" }, { "name": "pimple/pimple", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "Pimple": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", "homepage": "http://pimple.sensiolabs.org", "keywords": [ "container", "dependency injection" ], "time": "2013-11-22T08:30:29+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "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": "ralouphie/getallheaders", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~3.7.0", "satooshi/php-coveralls": ">=1.0" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "time": "2016-02-11T07:05:27+00:00" }, { "name": "seld/jsonlint", "version": "1.8.3", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57", "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "time": "2020-11-11T09:19:24+00:00" }, { "name": "seld/phar-utils", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/Seldaek/phar-utils.git", "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796", "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Seld\\PharUtils\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ "phar" ], "time": "2020-07-07T18:42:57+00:00" }, { "name": "silex/silex", "version": "v1.3.6", "source": { "type": "git", "url": "https://github.com/silexphp/Silex.git", "reference": "ff8aa6bc2e066e14b07e0c63e9bd9dd1458af136" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Silex/zipball/ff8aa6bc2e066e14b07e0c63e9bd9dd1458af136", "reference": "ff8aa6bc2e066e14b07e0c63e9bd9dd1458af136", "shasum": "" }, "require": { "php": ">=5.3.9", "pimple/pimple": "~1.0", "symfony/event-dispatcher": "~2.3|3.0.*", "symfony/http-foundation": "~2.3|3.0.*", "symfony/http-kernel": "~2.3|3.0.*", "symfony/routing": "~2.3|3.0.*" }, "require-dev": { "doctrine/dbal": "~2.2", "monolog/monolog": "^1.4.1", "swiftmailer/swiftmailer": "~5", "symfony/browser-kit": "~2.3|3.0.*", "symfony/config": "~2.3|3.0.*", "symfony/css-selector": "~2.3|3.0.*", "symfony/debug": "~2.3|3.0.*", "symfony/dom-crawler": "~2.3|3.0.*", "symfony/finder": "~2.3|3.0.*", "symfony/form": "~2.3|3.0.*", "symfony/intl": "~2.3|3.0.*", "symfony/monolog-bridge": "~2.3|3.0.*", "symfony/options-resolver": "~2.3|3.0.*", "symfony/phpunit-bridge": "~2.7", "symfony/process": "~2.3|3.0.*", "symfony/security": "~2.3|3.0.*", "symfony/serializer": "~2.3|3.0.*", "symfony/translation": "~2.3|3.0.*", "symfony/twig-bridge": "~2.3|3.0.*", "symfony/validator": "~2.3|3.0.*", "twig/twig": "~1.28|~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { "Silex\\": "src/Silex" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" } ], "description": "The PHP micro-framework based on the Symfony Components", "homepage": "http://silex.sensiolabs.org", "keywords": [ "microframework" ], "abandoned": "symfony/flex", "time": "2017-04-30T16:26:54+00:00" }, { "name": "silex/web-profiler", "version": "v1.0.8", "target-dir": "Silex/Provider", "source": { "type": "git", "url": "https://github.com/silexphp/Silex-WebProfiler.git", "reference": "3b767e6c9006a542cac737474f02671bdf2909cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Silex-WebProfiler/zipball/3b767e6c9006a542cac737474f02671bdf2909cb", "reference": "3b767e6c9006a542cac737474f02671bdf2909cb", "shasum": "" }, "require": { "silex/silex": "~1.1", "symfony/stopwatch": "~2.2", "symfony/web-profiler-bundle": "~2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Silex\\Provider\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "A WebProfiler for Silex", "homepage": "http://silex.sensiolabs.org/", "abandoned": "symfony/web-profiler-bundle", "time": "2016-01-10T11:39:13+00:00" }, { "name": "siriusphp/upload", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/siriusphp/upload.git", "reference": "267b6cf180711ff8684dc8974f02c856530af093" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/siriusphp/upload/zipball/267b6cf180711ff8684dc8974f02c856530af093", "reference": "267b6cf180711ff8684dc8974f02c856530af093", "shasum": "" }, "require": { "php": ">=5.3", "siriusphp/validation": "~1.2" }, "require-dev": { "phpunit/phpunit": "3.7", "satooshi/php-coveralls": "dev-master" }, "suggest": { "knplabs/gaufrette": "Alternative filesystem abstraction library for upload destinations", "league/flysystem": "To upload to different destinations, not just to the local file system" }, "type": "library", "autoload": { "files": [ "autoload.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Miu", "email": "adrian@adrianmiu.ro" } ], "description": "Framework agnostic upload library", "keywords": [ "file", "form", "upload", "validation" ], "time": "2015-04-09T17:31:55+00:00" }, { "name": "siriusphp/validation", "version": "1.2.5", "source": { "type": "git", "url": "https://github.com/siriusphp/validation.git", "reference": "a5d14861c4b76683e321cd00610ae4dd56b1e263" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/siriusphp/validation/zipball/a5d14861c4b76683e321cd00610ae4dd56b1e263", "reference": "a5d14861c4b76683e321cd00610ae4dd56b1e263", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "3.7", "satooshi/php-coveralls": "dev-master" }, "type": "library", "autoload": { "files": [ "autoload.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Miu", "email": "adrian@adrianmiu.ro" } ], "description": "Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules", "keywords": [ "form", "modeling", "sanitization", "security", "validation" ], "time": "2015-03-24T14:10:53+00:00" }, { "name": "stecman/symfony-console-completion", "version": "0.10.1", "source": { "type": "git", "url": "https://github.com/stecman/symfony-console-completion.git", "reference": "7bfa9b93e216896419f2f8de659935d7e04fecd8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/7bfa9b93e216896419f2f8de659935d7e04fecd8", "reference": "7bfa9b93e216896419f2f8de659935d7e04fecd8", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/console": "~2.3 || ~3.0 || ~4.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.10.x-dev" } }, "autoload": { "psr-4": { "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Stephen Holdaway", "email": "stephen@stecman.co.nz" } ], "description": "Automatic BASH completion for Symfony Console Component based applications.", "time": "2019-04-29T03:20:18+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.12", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "mockery/mockery": "~0.9.1", "symfony/phpunit-bridge": "~3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "https://swiftmailer.symfony.com", "keywords": [ "email", "mail", "mailer" ], "time": "2018-07-31T09:26:32+00:00" }, { "name": "symfony/asset", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", "reference": "63950b69e47b0f54c1cb70a54523007a8c8f8409" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/asset/zipball/63950b69e47b0f54c1cb70a54523007a8c8f8409", "reference": "63950b69e47b0f54c1cb70a54523007a8c8f8409", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "symfony/http-foundation": "~2.4" }, "suggest": { "symfony/http-foundation": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Asset\\": "" }, "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 Asset Component", "homepage": "https://symfony.com", "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/config", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "7dd5f5040dc04c118d057fb5886563963eb70011" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/7dd5f5040dc04c118d057fb5886563963eb70011", "reference": "7dd5f5040dc04c118d057fb5886563963eb70011", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/filesystem": "~2.3|~3.0.0", "symfony/polyfill-ctype": "~1.8" }, "require-dev": { "symfony/yaml": "~2.7|~3.0.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "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": "Symfony Config Component", "homepage": "https://symfony.com", "time": "2018-11-26T09:38:12+00:00" }, { "name": "symfony/console", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/debug": "^2.7.2|~3.0.0", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1|~3.0.0", "symfony/process": "~2.1|~3.0.0" }, "suggest": { "psr/log-implementation": "For using the console logger", "symfony/event-dispatcher": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "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", "time": "2018-11-20T15:55:20+00:00" }, { "name": "symfony/debug", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0", "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0", "shasum": "" }, "require": { "php": ">=5.3.9", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/class-loader": "~2.2|~3.0.0", "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "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 Debug Component", "homepage": "https://symfony.com", "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/event-dispatcher", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0", "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "^2.0.5|~3.0.0", "symfony/dependency-injection": "~2.6|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "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": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", "time": "2018-11-21T14:20:20+00:00" }, { "name": "symfony/filesystem", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/7ae46872dad09dffb7fe1e93a0937097339d0080", "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "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": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/finder", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "1444eac52273e345d9b95129bf914639305a9ba4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4", "reference": "1444eac52273e345d9b95129bf914639305a9ba4", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "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": "Symfony Finder Component", "homepage": "https://symfony.com", "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/form", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/form.git", "reference": "74382a47aa97496d181fbb598822fdfb9e1744e4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/form/zipball/74382a47aa97496d181fbb598822fdfb9e1744e4", "reference": "74382a47aa97496d181fbb598822fdfb9e1744e4", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/event-dispatcher": "~2.1|~3.0.0", "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", "symfony/options-resolver": "~2.6", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/property-access": "~2.3|~3.0.0" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/doctrine-bridge": "<2.7", "symfony/framework-bundle": "<2.7", "symfony/twig-bridge": "<2.7" }, "require-dev": { "doctrine/collections": "~1.0", "symfony/dependency-injection": "~2.7|~3.0.0", "symfony/http-foundation": "~2.2|~3.0.0", "symfony/http-kernel": "~2.4|~3.0.0", "symfony/security-csrf": "^2.8.31|^3.3.13", "symfony/translation": "^2.0.5|~3.0.0", "symfony/validator": "^2.8.18|~3.2.5" }, "suggest": { "symfony/framework-bundle": "For templating with PHP.", "symfony/security-csrf": "For protecting forms against CSRF attacks.", "symfony/twig-bridge": "For templating with Twig.", "symfony/validator": "For form validation." }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Form\\": "" }, "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 Form Component", "homepage": "https://symfony.com", "time": "2018-12-06T11:12:46+00:00" }, { "name": "symfony/http-foundation", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "3929d9fe8148d17819ad0178c748b8d339420709" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3929d9fe8148d17819ad0178c748b8d339420709", "reference": "3929d9fe8148d17819ad0178c748b8d339420709", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php54": "~1.0", "symfony/polyfill-php55": "~1.0" }, "require-dev": { "symfony/expression-language": "~2.4|~3.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "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 HttpFoundation Component", "homepage": "https://symfony.com", "time": "2019-11-12T12:34:41+00:00" }, { "name": "symfony/http-kernel", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "c3be27b8627cd5ee8dfa8d1b923982f618ec521c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c3be27b8627cd5ee8dfa8d1b923982f618ec521c", "reference": "c3be27b8627cd5ee8dfa8d1b923982f618ec521c", "shasum": "" }, "require": { "php": ">=5.3.9", "psr/log": "~1.0", "symfony/debug": "^2.6.2", "symfony/event-dispatcher": "^2.6.7|~3.0.0", "symfony/http-foundation": "~2.7.36|~2.8.29|~3.1.6", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php56": "~1.8" }, "conflict": { "symfony/config": "<2.7", "twig/twig": "<1.34|<2.4,>=2" }, "require-dev": { "symfony/browser-kit": "~2.3|~3.0.0", "symfony/class-loader": "~2.1|~3.0.0", "symfony/config": "~2.8", "symfony/console": "~2.3|~3.0.0", "symfony/css-selector": "^2.0.5|~3.0.0", "symfony/dependency-injection": "~2.8|~3.0.0", "symfony/dom-crawler": "^2.0.5|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/finder": "^2.0.5|~3.0.0", "symfony/process": "^2.0.5|~3.0.0", "symfony/routing": "~2.8|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0", "symfony/templating": "~2.2|~3.0.0", "symfony/translation": "^2.0.5|~3.0.0", "symfony/var-dumper": "~2.6|~3.0.0" }, "suggest": { "symfony/browser-kit": "", "symfony/class-loader": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/finder": "", "symfony/var-dumper": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" }, "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 HttpKernel Component", "homepage": "https://symfony.com", "time": "2019-11-13T08:36:16+00:00" }, { "name": "symfony/intl", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", "reference": "7c332001c3c3557c136eba4908f642dca41769de" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/intl/zipball/7c332001c3c3557c136eba4908f642dca41769de", "reference": "7c332001c3c3557c136eba4908f642dca41769de", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-intl-icu": "~1.0", "symfony/polyfill-php54": "~1.0" }, "require-dev": { "symfony/filesystem": "~2.1|~3.0.0" }, "suggest": { "ext-intl": "to use the component with locales other than \"en\"" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Intl\\": "" }, "classmap": [ "Resources/stubs" ], "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" }, { "name": "Eriksen Costa", "email": "eriksen.costa@infranology.com.br" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", "homepage": "https://symfony.com", "keywords": [ "i18n", "icu", "internationalization", "intl", "l10n", "localization" ], "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/monolog-bridge", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", "reference": "7ab6803ee6d42a63b854041911f45b1a5974fae2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/7ab6803ee6d42a63b854041911f45b1a5974fae2", "reference": "7ab6803ee6d42a63b854041911f45b1a5974fae2", "shasum": "" }, "require": { "monolog/monolog": "~1.11", "php": ">=5.3.9", "symfony/http-kernel": "~2.4" }, "conflict": { "symfony/http-kernel": ">=3.0" }, "require-dev": { "symfony/console": "~2.4|~3.0.0", "symfony/event-dispatcher": "~2.2|~3.0.0" }, "suggest": { "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.", "symfony/event-dispatcher": "Needed when using log messages in console commands.", "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel." }, "type": "symfony-bridge", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Bridge\\Monolog\\": "" }, "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 Monolog Bridge", "homepage": "https://symfony.com", "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/options-resolver", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7aaab725bb58f0e18aa12c61bdadd4793ab4c32b", "reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "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": "Symfony OptionsResolver Component", "homepage": "https://symfony.com", "keywords": [ "config", "configuration", "options" ], "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41", "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.20-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" ], "time": "2020-10-23T14:02:19+00:00" }, { "name": "symfony/polyfill-intl-icu", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", "reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/c44d5bf6a75eed79555c6bf37505c6d39559353e", "reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e", "shasum": "" }, "require": { "php": ">=7.1", "symfony/intl": "~2.3|~3.0|~4.0|~5.0" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.20-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "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 intl's ICU-related data and classes", "homepage": "https://symfony.com", "keywords": [ "compatibility", "icu", "intl", "polyfill", "portable", "shim" ], "time": "2020-10-23T14:02:19+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "39d483bdf39be819deabf04ec872eb0b2410b531" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531", "reference": "39d483bdf39be819deabf04ec872eb0b2410b531", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.20-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" ], "time": "2020-10-23T14:02:19+00:00" }, { "name": "symfony/polyfill-php54", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php54.git", "reference": "37285b1d5d13f37c8bee546d8d2ad0353460c4c7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/37285b1d5d13f37c8bee546d8d2ad0353460c4c7", "reference": "37285b1d5d13f37c8bee546d8d2ad0353460c4c7", "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 5.4+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php54/tree/v1.20.0" }, "time": "2020-10-23T14:02:19+00:00" }, { "name": "symfony/polyfill-php55", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php55.git", "reference": "c17452124a883900e1d73961f9075a638399c1a0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/c17452124a883900e1d73961f9075a638399c1a0", "reference": "c17452124a883900e1d73961f9075a638399c1a0", "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 5.5+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php55/tree/v1.20.0" }, "time": "2020-10-23T14:02:19+00:00" }, { "name": "symfony/polyfill-php56", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", "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 5.6+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0" }, "time": "2020-10-23T14:02:19+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-php71", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php71.git", "reference": "2d6cdeca7ea470e50db9e544c9ec4b1955036c22" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php71/zipball/2d6cdeca7ea470e50db9e544c9ec4b1955036c22", "reference": "2d6cdeca7ea470e50db9e544c9ec4b1955036c22", "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.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php71/tree/v1.20.0" }, "time": "2020-10-23T14:02:19+00:00" }, { "name": "symfony/polyfill-util", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", "reference": "fd2008fac0a11ae100537406d95887d5a9155e4f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/fd2008fac0a11ae100537406d95887d5a9155e4f", "reference": "fd2008fac0a11ae100537406d95887d5a9155e4f", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.20-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Util\\": "" } }, "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 utilities for portability of PHP codes", "homepage": "https://symfony.com", "keywords": [ "compat", "compatibility", "polyfill", "shim" ], "time": "2020-10-24T08:53:22+00:00" }, { "name": "symfony/process", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8", "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "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": "Symfony Process Component", "homepage": "https://symfony.com", "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/property-access", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", "reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/c8f10191183be9bb0d5a1b8364d3891f1bde07b6", "reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "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": "Symfony PropertyAccess Component", "homepage": "https://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property path", "reflection" ], "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/requirements-checker", "version": "v1.1.8", "source": { "type": "git", "url": "https://github.com/symfony/requirements-checker.git", "reference": "8e134f691a1ed23e3c03c5415693b3b164c1bcc1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/requirements-checker/zipball/8e134f691a1ed23e3c03c5415693b3b164c1bcc1", "reference": "8e134f691a1ed23e3c03c5415693b3b164c1bcc1", "shasum": "" }, "require": { "php": ">=5.3.9" }, "bin": [ "bin/requirements-checker" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Symfony\\Requirements\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Check Symfony requirements and give recommendations", "keywords": [ "configuration", "distribution" ], "time": "2020-09-15T06:25:18+00:00" }, { "name": "symfony/routing", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", "reference": "8b0df6869d1997baafff6a1541826eac5a03d067" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/routing/zipball/8b0df6869d1997baafff6a1541826eac5a03d067", "reference": "8b0df6869d1997baafff6a1541826eac5a03d067", "shasum": "" }, "require": { "php": ">=5.3.9" }, "conflict": { "symfony/config": "<2.7" }, "require-dev": { "doctrine/annotations": "~1.0", "psr/log": "~1.0", "symfony/config": "~2.7|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/http-foundation": "~2.3|~3.0.0", "symfony/yaml": "^2.0.5|~3.0.0" }, "suggest": { "doctrine/annotations": "For using the annotation loader", "symfony/config": "For using the all-in-one router or any loader", "symfony/dependency-injection": "For loading routes from a service", "symfony/expression-language": "For using expression matching", "symfony/http-foundation": "For using a Symfony Request object", "symfony/yaml": "For using the YAML loader" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" }, "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 Routing Component", "homepage": "https://symfony.com", "keywords": [ "router", "routing", "uri", "url" ], "time": "2018-11-20T15:55:20+00:00" }, { "name": "symfony/security", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/security.git", "reference": "b9e9130cf348d4e85e37ba1d0d27263e33b97534" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security/zipball/b9e9130cf348d4e85e37ba1d0d27263e33b97534", "reference": "b9e9130cf348d4e85e37ba1d0d27263e33b97534", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/event-dispatcher": "~2.2|~3.0.0", "symfony/http-foundation": "^2.7.38|~3.3.13", "symfony/http-kernel": "~2.4|~3.0.0", "symfony/polyfill-php55": "~1.0", "symfony/polyfill-php56": "~1.0", "symfony/polyfill-php70": "~1.0", "symfony/polyfill-util": "~1.0", "symfony/property-access": "~2.3|~3.0.0", "symfony/security-acl": "~2.7|~3.0.0" }, "conflict": { "symfony/http-foundation": "~2.8,<2.8.31" }, "replace": { "symfony/security-core": "self.version", "symfony/security-csrf": "self.version", "symfony/security-guard": "self.version", "symfony/security-http": "self.version" }, "require-dev": { "psr/log": "~1.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/finder": "~2.3|~3.0.0", "symfony/ldap": "~2.8|~3.0.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/routing": "~2.2|~3.0.0", "symfony/validator": "~2.7.25|^2.8.18|~3.2.5" }, "suggest": { "symfony/expression-language": "For using the expression voter", "symfony/form": "", "symfony/ldap": "For using the LDAP user and authentication providers", "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", "symfony/validator": "For using the user password constraint" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Security\\": "" }, "exclude-from-classmap": [ "/Core/Tests/", "/Csrf/Tests/", "/Guard/Tests/", "/Http/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 Security Component", "homepage": "https://symfony.com", "time": "2019-04-16T10:01:12+00:00" }, { "name": "symfony/security-acl", "version": "v2.8.0", "source": { "type": "git", "url": "https://github.com/symfony/security-acl.git", "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-acl/zipball/4a3f7327ad215242c78f6564ad4ea6d2db1b8347", "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/security-core": "~2.4|~3.0.0" }, "require-dev": { "doctrine/common": "~2.2", "doctrine/dbal": "~2.2", "psr/log": "~1.0", "symfony/phpunit-bridge": "~2.7|~3.0.0" }, "suggest": { "doctrine/dbal": "For using the built-in ACL implementation", "symfony/class-loader": "For using the ACL generateSql script", "symfony/finder": "For using the ACL generateSql script" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Security\\Acl\\": "" }, "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 Security Component - ACL (Access Control List)", "homepage": "https://symfony.com", "time": "2015-12-28T09:39:09+00:00" }, { "name": "symfony/stopwatch", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "752586c80af8a85aeb74d1ae8202411c68836663" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/752586c80af8a85aeb74d1ae8202411c68836663", "reference": "752586c80af8a85aeb74d1ae8202411c68836663", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "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": "Symfony Stopwatch Component", "homepage": "https://symfony.com", "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/translation", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "fc58c2a19e56c29f5ba2736ec40d0119a0de2089" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/fc58c2a19e56c29f5ba2736ec40d0119a0de2089", "reference": "fc58c2a19e56c29f5ba2736ec40d0119a0de2089", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.7" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8", "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", "symfony/yaml": "~2.2|~3.0.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" }, "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 Translation Component", "homepage": "https://symfony.com", "time": "2018-11-24T21:16:41+00:00" }, { "name": "symfony/twig-bridge", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", "reference": "ecc1e30d05fa99f25b504e2d6a8684555ae39f7c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/ecc1e30d05fa99f25b504e2d6a8684555ae39f7c", "reference": "ecc1e30d05fa99f25b504e2d6a8684555ae39f7c", "shasum": "" }, "require": { "php": ">=5.3.9", "twig/twig": "~1.34|~2.4" }, "conflict": { "symfony/form": "<2.8.23" }, "require-dev": { "symfony/asset": "~2.7|~3.0.0", "symfony/console": "~2.8|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/finder": "~2.3|~3.0.0", "symfony/form": "^2.8.23", "symfony/http-foundation": "^2.8.29|~3.0.0", "symfony/http-kernel": "~2.8|~3.0.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/routing": "~2.2|~3.0.0", "symfony/security": "^2.8.31|^3.3.13", "symfony/security-acl": "~2.6|~3.0.0", "symfony/stopwatch": "~2.2|~3.0.0", "symfony/templating": "~2.1|~3.0.0", "symfony/translation": "~2.7|~3.0.0", "symfony/var-dumper": "~2.7.16|~2.8.9|~3.0.9", "symfony/yaml": "^2.0.5|~3.0.0" }, "suggest": { "symfony/asset": "For using the AssetExtension", "symfony/expression-language": "For using the ExpressionExtension", "symfony/finder": "", "symfony/form": "For using the FormExtension", "symfony/http-kernel": "For using the HttpKernelExtension", "symfony/routing": "For using the RoutingExtension", "symfony/security": "For using the SecurityExtension", "symfony/stopwatch": "For using the StopwatchExtension", "symfony/templating": "For using the TwigEngine", "symfony/translation": "For using the TranslationExtension", "symfony/var-dumper": "For using the DumpExtension", "symfony/yaml": "For using the YamlExtension" }, "type": "symfony-bridge", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Bridge\\Twig\\": "" }, "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 Twig Bridge", "homepage": "https://symfony.com", "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/validator", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", "reference": "d5d2090bba3139d8ddb79959fbf516e87238fe3a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/validator/zipball/d5d2090bba3139d8ddb79959fbf516e87238fe3a", "reference": "d5d2090bba3139d8ddb79959fbf516e87238fe3a", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/translation": "~2.4|~3.0.0" }, "require-dev": { "doctrine/annotations": "~1.0", "doctrine/cache": "~1.0", "egulias/email-validator": "^1.2.1", "symfony/config": "~2.2|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/http-foundation": "~2.3|~3.0.0", "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", "symfony/property-access": "~2.3|~3.0.0", "symfony/yaml": "^2.0.5|~3.0.0" }, "suggest": { "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", "doctrine/cache": "For using the default cached annotation reader and metadata cache.", "egulias/email-validator": "Strict (RFC compliant) email validation", "symfony/config": "", "symfony/expression-language": "For using the 2.4 Expression validator", "symfony/http-foundation": "", "symfony/intl": "", "symfony/property-access": "For using the 2.4 Validator API", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Validator\\": "" }, "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 Validator Component", "homepage": "https://symfony.com", "time": "2018-11-14T14:06:48+00:00" }, { "name": "symfony/var-dumper", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "91abb1e39d14fb7773d25de9c711949ea8502ac1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/91abb1e39d14fb7773d25de9c711949ea8502ac1", "reference": "91abb1e39d14fb7773d25de9c711949ea8502ac1", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "require-dev": { "ext-iconv": "*", "twig/twig": "~1.34|~2.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-symfony_debug": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "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": "Symfony mechanism for exploring and dumping PHP variables", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/web-profiler-bundle", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", "reference": "3aeef1328e46e83f7e8822f8a5093faa8ee776c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/3aeef1328e46e83f7e8822f8a5093faa8ee776c2", "reference": "3aeef1328e46e83f7e8822f8a5093faa8ee776c2", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/http-kernel": "~2.4|~3.0.0", "symfony/routing": "~2.2|~3.0.0", "symfony/twig-bridge": "~2.7|~3.0.0", "twig/twig": "~1.34|~2.4" }, "require-dev": { "symfony/config": "~2.2|~3.0.0", "symfony/console": "~2.3|~3.0.0", "symfony/dependency-injection": "~2.2|~3.0.0", "symfony/stopwatch": "~2.2|~3.0.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Bundle\\WebProfilerBundle\\": "" }, "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 WebProfilerBundle", "homepage": "https://symfony.com", "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/yaml", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "02c1859112aa779d9ab394ae4f3381911d84052b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b", "reference": "02c1859112aa779d9ab394ae4f3381911d84052b", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "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", "time": "2018-11-11T11:18:13+00:00" }, { "name": "tdammers/htmlmaid", "version": "0.7.0", "source": { "type": "git", "url": "https://bitbucket.org/tdammers/htmlmaid.git", "reference": "607e6fd19ba116e66e4eefc24d076865aeeb870e" }, "dist": { "type": "zip", "url": "https://bitbucket.org/tdammers/htmlmaid/get/607e6fd19ba116e66e4eefc24d076865aeeb870e.zip", "reference": "607e6fd19ba116e66e4eefc24d076865aeeb870e", "shasum": "" }, "require": { "ext-xml": "*", "lib-libxml": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-0": { "Maid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Tobias Dammers", "email": "tdammers@gmail.com", "role": "maintainer, developer" } ], "description": "A friendly HTML cleaner", "time": "2014-05-14T11:08:43+00:00" }, { "name": "twig/twig", "version": "v1.44.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "04b15d4c0bb18ddbf82626320ac07f6a73f199c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/04b15d4c0bb18ddbf82626320ac07f6a73f199c9", "reference": "04b15d4c0bb18ddbf82626320ac07f6a73f199c9", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", "symfony/phpunit-bridge": "^4.4.9|^5.0.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.44-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" }, "psr-4": { "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Twig Team", "role": "Contributors" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], "time": "2020-10-27T19:22:48+00:00" }, { "name": "ua-parser/uap-php", "version": "v3.9.14", "source": { "type": "git", "url": "https://github.com/ua-parser/uap-php.git", "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ua-parser/uap-php/zipball/b796c5ea5df588e65aeb4e2c6cce3811dec4fed6", "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6", "shasum": "" }, "require": { "composer/ca-bundle": "^1.1", "php": "^7.2 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12.33", "phpunit/phpunit": "^8 || ^9", "symfony/console": "^3.4 || ^4.2 || ^4.3 || ^5.0", "symfony/filesystem": "^3.4 || ^4.2 || ^4.3 || ^5.0", "symfony/finder": "^3.4 || ^4.2 || ^4.3 || ^5.0", "symfony/yaml": "^3.4 || ^4.2 || ^4.3 || ^5.0", "vimeo/psalm": "^3.12" }, "suggest": { "symfony/console": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0", "symfony/filesystem": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0", "symfony/finder": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0", "symfony/yaml": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0" }, "bin": [ "bin/uaparser" ], "type": "library", "autoload": { "psr-4": { "UAParser\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com" }, { "name": "Lars Strojny", "email": "lars@strojny.net" } ], "description": "A multi-language port of Browserscope's user agent parser.", "time": "2020-10-02T23:36:20+00:00" }, { "name": "webmozart/assert", "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<3.9.1" }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "type": "library", "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" ], "time": "2020-07-08T17:02:28+00:00" }, { "name": "webmozart/glob", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/webmozarts/glob.git", "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/glob/zipball/3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe", "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe", "shasum": "" }, "require": { "php": "^5.3.3|^7.0", "webmozart/path-util": "^2.2" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1", "symfony/filesystem": "^2.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-4": { "Webmozart\\Glob\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "A PHP implementation of Ant's glob.", "time": "2015-12-29T11:14:33+00:00" }, { "name": "webmozart/path-util", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/webmozart/path-util.git", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", "shasum": "" }, "require": { "php": ">=5.3.3", "webmozart/assert": "~1.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-4": { "Webmozart\\PathUtil\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", "time": "2015-12-17T08:42:14+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "beta", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "1.1.0" }