{ "_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#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "69e55683428b6248efcebe4900a9b8cd", "packages": [ { "name": "alchemy/zippy", "version": "0.4.3", "source": { "type": "git", "url": "https://github.com/alchemy-fr/Zippy.git", "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea", "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea", "shasum": "" }, "require": { "doctrine/collections": "~1.0", "ext-mbstring": "*", "php": ">=5.5", "symfony/filesystem": "^2.0.5|^3.0", "symfony/process": "^2.1|^3.0" }, "require-dev": { "ext-zip": "*", "guzzle/guzzle": "~3.0", "guzzlehttp/guzzle": "^6.0", "phpunit/phpunit": "^4.0|^5.0", "symfony/finder": "^2.0.5|^3.0" }, "suggest": { "ext-zip": "To use the ZipExtensionAdapter", "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3", "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.4.x-dev" } }, "autoload": { "psr-4": { "Alchemy\\Zippy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alchemy", "email": "dev.team@alchemy.fr", "homepage": "http://www.alchemy.fr/" } ], "description": "Zippy, the archive manager companion", "keywords": [ "bzip", "compression", "tar", "zip" ], "time": "2016-11-03T16:10:31+00:00" }, { "name": "asm89/stack-cors", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/asm89/stack-cors.git", "reference": "c163e2b614550aedcf71165db2473d936abbced6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6", "reference": "c163e2b614550aedcf71165db2473d936abbced6", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/http-foundation": "~2.7|~3.0|~4.0", "symfony/http-kernel": "~2.7|~3.0|~4.0" }, "require-dev": { "phpunit/phpunit": "^5.0 || ^4.8.10", "squizlabs/php_codesniffer": "^2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { "Asm89\\Stack\\": "src/Asm89/Stack/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alexander", "email": "iam.asm89@gmail.com" } ], "description": "Cross-origin resource sharing library and stack middleware", "homepage": "https://github.com/asm89/stack-cors", "keywords": [ "cors", "stack" ], "time": "2017-12-20T14:37:45+00:00" }, { "name": "caxy/php-htmldiff", "version": "v0.1.7", "source": { "type": "git", "url": "https://github.com/caxy/php-htmldiff.git", "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/48c70a963e803b93fe68a191e62d0770b5446f0b", "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b", "shasum": "" }, "require": { "ezyang/htmlpurifier": "^4.7", "php": ">=5.3.3", "sunra/php-simple-html-dom-parser": "^1.5" }, "require-dev": { "doctrine/cache": "~1.0", "phpunit/phpunit": "~5.0" }, "suggest": { "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.1.x-dev" } }, "autoload": { "psr-0": { "Caxy\\HtmlDiff": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Josh Schroeder", "email": "jschroeder@caxy.com", "homepage": "http://www.caxy.com" } ], "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.", "homepage": "https://github.com/caxy/php-htmldiff", "keywords": [ "diff", "html" ], "time": "2018-03-15T21:23:44+00:00" }, { "name": "cebe/markdown", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/cebe/markdown.git", "reference": "8efb4268c90add2eee0edacf503ae71f22ccc745" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cebe/markdown/zipball/8efb4268c90add2eee0edacf503ae71f22ccc745", "reference": "8efb4268c90add2eee0edacf503ae71f22ccc745", "shasum": "" }, "require": { "lib-pcre": "*", "php": ">=5.4.0" }, "require-dev": { "cebe/indent": "*", "facebook/xhprof": "*@dev", "phpunit/phpunit": "3.7.*" }, "bin": [ "bin/markdown" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "cebe\\markdown\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carsten Brandt", "email": "mail@cebe.cc", "homepage": "http://cebe.cc/", "role": "Creator" } ], "description": "A super fast, highly extensible markdown parser for PHP", "homepage": "https://github.com/cebe/markdown#readme", "keywords": [ "extensible", "fast", "gfm", "markdown", "markdown-extra" ], "time": "2018-03-26T11:15:02+00:00" }, { "name": "chi-teck/drupal-code-generator", "version": "1.24.0", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", "reference": "20682ec4acc92e9671ba7b9bd0e972978c3a08f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/20682ec4acc92e9671ba7b9bd0e972978c3a08f2", "reference": "20682ec4acc92e9671ba7b9bd0e972978c3a08f2", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/console": "~2.7|^3", "symfony/filesystem": "~2.7|^3", "twig/twig": "^1.23.1" }, "bin": [ "bin/dcg" ], "type": "library", "autoload": { "files": [ "src/bootstrap.php" ], "psr-4": { "DrupalCodeGenerator\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Drupal code generator", "time": "2018-04-25T17:35:50+00:00" }, { "name": "composer/installers", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "049797d727261bf27f2690430d935067710049c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2", "reference": "049797d727261bf27f2690430d935067710049c2", "shasum": "" }, "require": { "composer-plugin-api": "^1.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { "composer/composer": "1.0.*@dev", "phpunit/phpunit": "^4.8.36" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama" } ], "description": "A multi-framework Composer library installer", "homepage": "https://composer.github.io/installers/", "keywords": [ "Craft", "Dolibarr", "Eliasis", "Hurad", "ImageCMS", "Kanboard", "Lan Management System", "MODX Evo", "Mautic", "Maya", "OXID", "Plentymarkets", "Porto", "RadPHP", "SMF", "Thelia", "WolfCMS", "agl", "aimeos", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "eZ Platform", "elgg", "expressionengine", "fuelphp", "grav", "installer", "itop", "joomla", "kohana", "laravel", "lavalite", "lithium", "magento", "majima", "mako", "mediawiki", "modulework", "modx", "moodle", "osclass", "phpbb", "piwik", "ppi", "puppet", "pxcms", "reindex", "roundcube", "shopware", "silverstripe", "sydes", "symfony", "typo3", "wordpress", "yawik", "zend", "zikula" ], "time": "2017-12-29T09:13:20+00:00" }, { "name": "composer/semver", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.5 || ^5.0.5", "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" }, "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": "2016-08-30T16:08:34+00:00" }, { "name": "consolidation/annotated-command", "version": "2.8.3", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8f8f5da2ca06fbd3a85f7d551c49f844b7c59437", "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437", "shasum": "" }, "require": { "consolidation/output-formatters": "^3.1.12", "php": ">=5.4.0", "psr/log": "^1", "symfony/console": "^2.8|^3|^4", "symfony/event-dispatcher": "^2.5|^3|^4", "symfony/finder": "^2.5|^3|^4" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", "phpunit/phpunit": "^4.8", "satooshi/php-coveralls": "^1.0.2 | dev-master", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Consolidation\\AnnotatedCommand\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" } ], "description": "Initialize Symfony Console commands from annotated command class methods.", "time": "2018-02-23T16:32:04+00:00" }, { "name": "consolidation/config", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", "reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/config/zipball/34ca8d7c1ee60a7b591b10617114cf1210a2e92c", "reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c", "shasum": "" }, "require": { "dflydev/dot-access-data": "^1.1.0", "grasmash/expander": "^1", "php": ">=5.4.0" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", "phpunit/phpunit": "^4", "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "2.*", "symfony/console": "^2.5|^3|^4", "symfony/yaml": "^2.8.11|^3|^4" }, "suggest": { "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Consolidation\\Config\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" } ], "description": "Provide configuration services for a commandline tool.", "time": "2017-12-22T17:28:19+00:00" }, { "name": "consolidation/log", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", "reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/log/zipball/dbc7c535f319a4a2d5a5077738f8eb7c10df8821", "reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821", "shasum": "" }, "require": { "php": ">=5.5.0", "psr/log": "~1.0", "symfony/console": "^2.8|^3|^4" }, "require-dev": { "phpunit/phpunit": "4.*", "satooshi/php-coveralls": "dev-master", "squizlabs/php_codesniffer": "2.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Consolidation\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" } ], "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", "time": "2017-11-29T01:44:16+00:00" }, { "name": "consolidation/output-formatters", "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/da889e4bce19f145ca4ec5b1725a946f4eb625a9", "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9", "shasum": "" }, "require": { "php": ">=5.4.0", "symfony/console": "^2.8|^3|^4", "symfony/finder": "^2.5|^3|^4" }, "require-dev": { "g-1-a/composer-test-scenarios": "^2", "phpunit/phpunit": "^5.7.27", "satooshi/php-coveralls": "^2", "squizlabs/php_codesniffer": "^2.7", "symfony/console": "3.2.3", "symfony/var-dumper": "^2.8|^3|^4", "victorjonsson/markdowndocs": "^1.3" }, "suggest": { "symfony/var-dumper": "For using the var_dump formatter" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Consolidation\\OutputFormatters\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" } ], "description": "Format text by applying transformations provided by plug-in formatters.", "time": "2018-03-20T15:18:32+00:00" }, { "name": "consolidation/robo", "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/consolidation/Robo.git", "reference": "54a13e268917b92576d75e10dca8227b95a574d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/Robo/zipball/54a13e268917b92576d75e10dca8227b95a574d9", "reference": "54a13e268917b92576d75e10dca8227b95a574d9", "shasum": "" }, "require": { "consolidation/annotated-command": "^2.8.2", "consolidation/config": "^1.0.1", "consolidation/log": "~1", "consolidation/output-formatters": "^3.1.13", "grasmash/yaml-expander": "^1.3", "league/container": "^2.2", "php": ">=5.5.0", "symfony/console": "^2.8|^3|^4", "symfony/event-dispatcher": "^2.5|^3|^4", "symfony/filesystem": "^2.5|^3|^4", "symfony/finder": "^2.5|^3|^4", "symfony/process": "^2.5|^3|^4" }, "replace": { "codegyre/robo": "< 1.0" }, "require-dev": { "codeception/aspect-mock": "^1|^2.1.1", "codeception/base": "^2.3.7", "codeception/verify": "^0.3.2", "g-1-a/composer-test-scenarios": "^2", "goaop/framework": "~2.1.2", "goaop/parser-reflection": "^1.1.0", "natxet/cssmin": "3.0.4", "nikic/php-parser": "^3.1.5", "patchwork/jsqueeze": "~2", "pear/archive_tar": "^1.4.2", "phpunit/php-code-coverage": "~2|~4", "satooshi/php-coveralls": "^2", "squizlabs/php_codesniffer": "^2.8" }, "suggest": { "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", "natxet/CssMin": "For minifying CSS files in taskMinify", "patchwork/jsqueeze": "For minifying JS files in taskMinify", "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively." }, "bin": [ "robo" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev", "dev-state": "1.x-dev" } }, "autoload": { "psr-4": { "Robo\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Davert", "email": "davert.php@resend.cc" } ], "description": "Modern task runner", "time": "2018-04-06T05:27:37+00:00" }, { "name": "container-interop/container-interop", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/container-interop/container-interop.git", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", "shasum": "" }, "require": { "psr/container": "^1.0" }, "type": "library", "autoload": { "psr-4": { "Interop\\Container\\": "src/Interop/Container/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop", "time": "2017-02-14T19:40:03+00:00" }, { "name": "cweagans/composer-patches", "version": "1.6.4", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", "reference": "462e65061606dc6149349535d4322241515d1b16" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/462e65061606dc6149349535d4322241515d1b16", "reference": "462e65061606dc6149349535d4322241515d1b16", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "php": ">=5.3.0" }, "require-dev": { "composer/composer": "~1.0", "phpunit/phpunit": "~4.6" }, "type": "composer-plugin", "extra": { "class": "cweagans\\Composer\\Patches" }, "autoload": { "psr-4": { "cweagans\\Composer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Cameron Eagans", "email": "me@cweagans.net" } ], "description": "Provides a way to patch Composer packages.", "time": "2017-12-07T16:16:31+00:00" }, { "name": "dflydev/dot-access-configuration", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git", "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/ae6e7138b1d9063d343322cca63994ee1ac5161d", "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d", "shasum": "" }, "require": { "dflydev/dot-access-data": "1.*", "dflydev/placeholder-resolver": "1.*", "php": ">=5.3.2" }, "require-dev": { "symfony/yaml": "~2.1" }, "suggest": { "symfony/yaml": "Required for using the YAML Configuration Builders" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\DotAccessConfiguration": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Given a deep data structure representing a configuration, access configuration by dot notation.", "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration", "keywords": [ "config", "configuration" ], "time": "2016-12-12T17:43:40+00:00" }, { "name": "dflydev/dot-access-data", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a", "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\DotAccessData": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" }, { "name": "Carlos Frutos", "email": "carlos@kiwing.it", "homepage": "https://github.com/cfrutos" } ], "description": "Given a deep data structure, access data by dot notation.", "homepage": "https://github.com/dflydev/dflydev-dot-access-data", "keywords": [ "access", "data", "dot", "notation" ], "time": "2017-01-20T21:14:22+00:00" }, { "name": "dflydev/placeholder-resolver", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git", "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356", "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\PlaceholderResolver": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.", "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver", "keywords": [ "placeholder", "resolver" ], "time": "2012-10-28T21:08:28+00:00" }, { "name": "dnoegel/php-xdg-base-dir", "version": "0.1", "source": { "type": "git", "url": "https://github.com/dnoegel/php-xdg-base-dir.git", "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "@stable" }, "type": "project", "autoload": { "psr-4": { "XdgBaseDir\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "implementation of xdg base directory specification for php", "time": "2014-10-24T07:27:01+00:00" }, { "name": "doctrine/annotations", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/cache": "1.*", "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ], "time": "2017-02-24T16:22:25+00:00" }, { "name": "doctrine/cache", "version": "v1.6.2", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b", "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b", "shasum": "" }, "require": { "php": "~5.5|~7.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "phpunit/phpunit": "~4.8|~5.0", "predis/predis": "~1.0", "satooshi/php-coveralls": "~0.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Caching library offering an object-oriented API for many cache backends", "homepage": "http://www.doctrine-project.org", "keywords": [ "cache", "caching" ], "time": "2017-07-22T12:49:21+00:00" }, { "name": "doctrine/collections", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/coding-standard": "~0.1@dev", "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Collections\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Collections Abstraction library", "homepage": "http://www.doctrine-project.org", "keywords": [ "array", "collections", "iterator" ], "time": "2017-01-03T10:49:41+00:00" }, { "name": "doctrine/common", "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9", "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9", "shasum": "" }, "require": { "doctrine/annotations": "1.*", "doctrine/cache": "1.*", "doctrine/collections": "1.*", "doctrine/inflector": "1.*", "doctrine/lexer": "1.*", "php": "~5.6|~7.0" }, "require-dev": { "phpunit/phpunit": "^5.4.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Common Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "collections", "eventmanager", "persistence", "spl" ], "time": "2017-07-22T08:35:12+00:00" }, { "name": "doctrine/inflector", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluralize", "singularize", "string" ], "time": "2017-07-22T12:18:28+00:00" }, { "name": "doctrine/instantiator", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", "shasum": "" }, "require": { "php": ">=5.3,<8.0-DEV" }, "require-dev": { "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "http://ocramius.github.com/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://github.com/doctrine/instantiator", "keywords": [ "constructor", "instantiate" ], "time": "2015-06-14T21:17:01+00:00" }, { "name": "doctrine/lexer", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "http://www.doctrine-project.org", "keywords": [ "lexer", "parser" ], "time": "2014-09-09T13:34:57+00:00" }, { "name": "drupal-composer/drupal-scaffold", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/drupal-composer/drupal-scaffold.git", "reference": "745f0a2d4141fc83d3b42222beff43d66afb3dc6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/745f0a2d4141fc83d3b42222beff43d66afb3dc6", "reference": "745f0a2d4141fc83d3b42222beff43d66afb3dc6", "shasum": "" }, "require": { "composer-plugin-api": "^1.0.0", "composer/semver": "^1.4", "php": ">=5.4.5" }, "require-dev": { "composer/composer": "dev-master", "phpunit/phpunit": "^4.4.0" }, "type": "composer-plugin", "extra": { "class": "DrupalComposer\\DrupalScaffold\\Plugin", "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "DrupalComposer\\DrupalScaffold\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core", "time": "2017-12-08T22:53:11+00:00" }, { "name": "drupal/admin_toolbar", "version": "1.23.0", "source": { "type": "git", "url": "https://git.drupal.org/project/admin_toolbar", "reference": "8.x-1.23" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.23.zip", "reference": "8.x-1.23", "shasum": "46d7ed18a9154c35e765ae43ce43aa292c025d65" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.23", "datestamp": "1517936581", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Mohamed Anis Taktak", "homepage": "https://www.drupal.org/u/matio89" }, { "name": "adriancid", "homepage": "https://www.drupal.org/user/1962106" }, { "name": "bolbol", "homepage": "https://www.drupal.org/user/3400070" }, { "name": "eme", "homepage": "https://www.drupal.org/user/542492" }, { "name": "fethi.krout", "homepage": "https://www.drupal.org/user/3206765" }, { "name": "matio89", "homepage": "https://www.drupal.org/user/2320090" }, { "name": "romainj", "homepage": "https://www.drupal.org/user/370706" } ], "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.", "homepage": "http://drupal.org/project/admin_toolbar", "support": { "source": "http://cgit.drupalcode.org/admin_toolbar", "issues": "https://www.drupal.org/project/issues/admin_toolbar" } }, { "name": "drupal/advagg", "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupal.org/project/advagg", "reference": "8.x-2.4" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip", "reference": "8.x-2.4", "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.4", "datestamp": "1493949188" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Mike Carper (mikeytown2)", "homepage": "https://www.drupal.org/u/mikeytown2", "role": "Creator, Maintainer" }, { "name": "Nick Wilde (nickwilde)", "homepage": "https://www.drupal.org/u/nickwilde", "email": "design@briarmoon.ca", "role": "Drupal 8 Port/maintainer" }, { "name": "doublejosh", "homepage": "https://www.drupal.org/user/199720" }, { "name": "iamcarrico", "homepage": "https://www.drupal.org/user/1300542" }, { "name": "markcarver", "homepage": "https://www.drupal.org/user/501638" }, { "name": "mikeytown2", "homepage": "https://www.drupal.org/user/282446" }, { "name": "rupl", "homepage": "https://www.drupal.org/user/411999" } ], "description": "Improved aggregation of CSS/JS files to speed up page load times.", "homepage": "https://drupal.org/project/advagg", "support": { "source": "https://cgit.drupalcode.org/advagg", "issues": "https://drupal.org/project/issues/advagg", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/advanced_help", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/advanced_help", "reference": "d4238e55f773c8d569847cb57042c60c906aec3c" }, "require": { "drupal/core": "~8.0", "michelf/php-markdown": "^1.7" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x-dev", "datestamp": "1501649346", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "David Valdez (gnuget)", "homepage": "https://www.drupal.org/u/gnuget", "role": "Maintainer" }, { "name": "dmitrig01", "homepage": "https://www.drupal.org/user/47566" }, { "name": "fgm", "homepage": "https://www.drupal.org/user/27985" }, { "name": "gisle", "homepage": "https://www.drupal.org/user/409554" }, { "name": "gnuget", "homepage": "https://www.drupal.org/user/992990" }, { "name": "merlinofchaos", "homepage": "https://www.drupal.org/user/26979" }, { "name": "redndahead", "homepage": "https://www.drupal.org/user/160320" } ], "description": "Provide extended help and documentation.", "homepage": "https://www.drupal.org/project/advanced_help", "support": { "source": "https://cgit.drupalcode.org/advanced_help", "issues": "https://www.drupal.org/project/issues/advanced_help", "irc": "irc://irc.freenode.org/drupal-contribute" }, "time": "2017-08-02T04:45:28+00:00" }, { "name": "drupal/better_formats", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/better_formats", "reference": "e632735f9bec5e08db58716195edc25cc6db78b3" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x-dev", "datestamp": "1524577384", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Devin Carlson", "homepage": "https://www.drupal.org/user/290182" }, { "name": "dragonwize", "homepage": "https://www.drupal.org/user/137882" } ], "description": "Enhances the core input format system by managing input format defaults and settings.", "homepage": "https://www.drupal.org/project/better_formats", "support": { "source": "http://cgit.drupalcode.org/better_formats" }, "time": "2018-04-24T13:52:26+00:00" }, { "name": "drupal/blazy", "version": "1.0.0-rc2", "source": { "type": "git", "url": "https://git.drupal.org/project/blazy", "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc2.zip", "reference": "8.x-1.0-rc2", "shasum": "242f3022b039c6fd3b98f6ce1955d295119b4b5a" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-rc2", "datestamp": "1495745283" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Gaus Surahman", "homepage": "https://www.drupal.org/u/gausarts", "role": "Maintainer" }, { "name": "Contributors", "homepage": "https://www.drupal.org/node/2663268/committers", "role": "Contributor" } ], "description": "Provides basic bLazy integration for lazy loading and multi-serving images.", "homepage": "https://drupal.org/project/blazy", "keywords": [ "Drupal", "bLazy", "lazyload" ], "support": { "source": "http://cgit.drupalcode.org/blazy", "issues": "https://drupal.org/project/issues/blazy" } }, { "name": "drupal/block_class", "version": "1.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupal.org/project/block_class", "reference": "8.x-1.0-alpha1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0-alpha1.zip", "reference": "8.x-1.0-alpha1", "shasum": "194cd52210ea2e0e5dbbd34fad4528d500424430" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-alpha1", "datestamp": "1475623439" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Aaron Stanush", "homepage": "https://www.drupal.org/user/89718" }, { "name": "DYdave", "homepage": "https://www.drupal.org/user/467284" }, { "name": "Four Kitchens", "homepage": "https://www.drupal.org/user/358502" }, { "name": "Todd Nienkerk", "homepage": "https://www.drupal.org/user/92096" }, { "name": "berenddeboer", "homepage": "https://www.drupal.org/user/143552" }, { "name": "elliotttf", "homepage": "https://www.drupal.org/user/61601" }, { "name": "mirzu", "homepage": "https://www.drupal.org/user/7710" }, { "name": "patrickcoffeyo", "homepage": "https://www.drupal.org/user/2837945" }, { "name": "pcoffey", "homepage": "https://www.drupal.org/user/1595818" }, { "name": "tsmith512", "homepage": "https://www.drupal.org/user/2031446" } ], "description": "Allows assigning classes to Blocks", "homepage": "https://www.drupal.org/project/block_class", "support": { "source": "http://cgit.drupalcode.org/block_class" } }, { "name": "drupal/bootstrap", "version": "3.11.0", "source": { "type": "git", "url": "https://git.drupal.org/project/bootstrap", "reference": "8.x-3.11" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.11.zip", "reference": "8.x-3.11", "shasum": "6ff80e37e2e1f916646300889f3392764c9cdb32" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-theme", "extra": { "branch-alias": { "dev-3.x": "3.x-dev" }, "drupal": { "version": "8.x-3.11", "datestamp": "1520793438", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0" ], "authors": [ { "name": "Mark Carver (markcarver)", "homepage": "https://www.drupal.org/u/markcarver", "role": "Maintainer" }, { "name": "John McCormick (neardark)", "homepage": "https://www.drupal.org/u/neardark", "role": "Co-maintainer" }, { "name": "Fabiano Sant'Ana (wundo)", "homepage": "https://www.drupal.org/u/wundo", "role": "Co-maintainer" }, { "name": "wundo", "homepage": "https://www.drupal.org/user/25523" } ], "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.", "homepage": "https://www.drupal.org/project/bootstrap", "support": { "source": "http://cgit.drupalcode.org/bootstrap", "docs": "https://drupal-bootstrap.org", "issues": "https://www.drupal.org/project/issues/bootstrap", "irc": "irc://irc.freenode.org/drupal-bootstrap" } }, { "name": "drupal/bootstrap_layouts", "version": "4.2.0", "source": { "type": "git", "url": "https://git.drupal.org/project/bootstrap_layouts", "reference": "8.x-4.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.2.zip", "reference": "8.x-4.2", "shasum": "247f8e766fa06c9639fa80e81ecc933230e3e9fb" }, "require": { "drupal/core": "~8.0", "drupal/layout_plugin": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-4.x": "4.x-dev" }, "drupal": { "version": "8.x-4.2", "datestamp": "1507846445", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "darol100", "homepage": "https://www.drupal.org/user/2667123" }, { "name": "hctom", "homepage": "https://www.drupal.org/user/112790" }, { "name": "markcarver", "homepage": "https://www.drupal.org/user/501638" } ], "description": "This module is going to generate layouts with Bootstrap grid system.", "homepage": "https://www.drupal.org/project/bootstrap_layouts", "support": { "source": "http://cgit.drupalcode.org/bootstrap_layouts" } }, { "name": "drupal/ckeditor_templates", "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/ckeditor_templates", "reference": "8.x-1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip", "reference": "8.x-1.0", "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0", "datestamp": "1490206982" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "lucaslg", "homepage": "https://www.drupal.org/user/3128975" } ], "description": "Integrates the CKEdito templates plugin", "homepage": "https://www.drupal.org/project/ckeditor_templates", "support": { "source": "http://cgit.drupalcode.org/ckeditor_templates" } }, { "name": "drupal/ckeditor_widgets", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/ckeditor_widgets", "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x-dev", "datestamp": "1472798939" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "jlyon", "homepage": "https://www.drupal.org/user/256444" } ], "description": "Adds widgets and an Insert Template menu to CKEditor", "homepage": "https://www.drupal.org/project/ckeditor_widgets", "support": { "source": "http://cgit.drupalcode.org/ckeditor_widgets" } }, { "name": "drupal/console", "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console.git", "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/368bbfa44dc6b957eb4db01977f7c39e83032d18", "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18", "shasum": "" }, "require": { "alchemy/zippy": "0.4.3", "composer/installers": "~1.0", "doctrine/annotations": "^1.2", "doctrine/collections": "^1.3", "drupal/console-core": "1.8.0", "drupal/console-extend-plugin": "~0", "guzzlehttp/guzzle": "~6.1", "php": "^5.5.9 || ^7.0", "psy/psysh": "0.6.* || ~0.8", "symfony/css-selector": "~2.8|~3.0", "symfony/dom-crawler": "~2.8|~3.0", "symfony/http-foundation": "~2.8|~3.0" }, "suggest": { "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!", "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically." }, "bin": [ "bin/drupal" ], "type": "library", "autoload": { "psr-4": { "Drupal\\Console\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "David Flores", "email": "dmousex@gmail.com", "homepage": "http://dmouse.net" }, { "name": "Jesus Manuel Olivas", "email": "jesus.olivas@gmail.com", "homepage": "http://jmolivas.com" }, { "name": "Eduardo Garcia", "email": "enzo@enzolutions.com", "homepage": "http://enzolutions.com/" }, { "name": "Omar Aguirre", "email": "omersguchigu@gmail.com" }, { "name": "Drupal Console Contributors", "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors" } ], "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.", "homepage": "http://drupalconsole.com/", "keywords": [ "console", "development", "drupal", "symfony" ], "time": "2018-03-21T20:50:16+00:00" }, { "name": "drupal/console-core", "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-core.git", "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bf1fb4a6f689377acec1694267f674178d28e5d1", "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1", "shasum": "" }, "require": { "dflydev/dot-access-configuration": "^1.0", "drupal/console-en": "1.8.0", "php": "^5.5.9 || ^7.0", "stecman/symfony-console-completion": "~0.7", "symfony/config": "~2.8|~3.0", "symfony/console": "~2.8|~3.0", "symfony/debug": "~2.8|~3.0", "symfony/dependency-injection": "~2.8|~3.0", "symfony/event-dispatcher": "~2.8|~3.0", "symfony/filesystem": "~2.8|~3.0", "symfony/finder": "~2.8|~3.0", "symfony/process": "~2.8|~3.0", "symfony/translation": "~2.8|~3.0", "symfony/yaml": "~2.8|~3.0", "twig/twig": "^1.23.1", "webflo/drupal-finder": "^1.0", "webmozart/path-util": "^2.3" }, "type": "library", "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Drupal\\Console\\Core\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "David Flores", "email": "dmousex@gmail.com", "homepage": "http://dmouse.net" }, { "name": "Jesus Manuel Olivas", "email": "jesus.olivas@gmail.com", "homepage": "http://jmolivas.com" }, { "name": "Drupal Console Contributors", "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" }, { "name": "Eduardo Garcia", "email": "enzo@enzolutions.com", "homepage": "http://enzolutions.com/" }, { "name": "Omar Aguirre", "email": "omersguchigu@gmail.com" } ], "description": "Drupal Console Core", "homepage": "http://drupalconsole.com/", "keywords": [ "console", "development", "drupal", "symfony" ], "time": "2018-03-21T19:33:23+00:00" }, { "name": "drupal/console-en", "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-en.git", "reference": "ea956ddffab04f519a89858810e5f695b9def92b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/ea956ddffab04f519a89858810e5f695b9def92b", "reference": "ea956ddffab04f519a89858810e5f695b9def92b", "shasum": "" }, "type": "drupal-console-language", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "David Flores", "email": "dmousex@gmail.com", "homepage": "http://dmouse.net" }, { "name": "Jesus Manuel Olivas", "email": "jesus.olivas@gmail.com", "homepage": "http://jmolivas.com" }, { "name": "Drupal Console Contributors", "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" }, { "name": "Eduardo Garcia", "email": "enzo@enzolutions.com", "homepage": "http://enzolutions.com/" }, { "name": "Omar Aguirre", "email": "omersguchigu@gmail.com" } ], "description": "Drupal Console English Language", "homepage": "http://drupalconsole.com/", "keywords": [ "console", "development", "drupal", "symfony" ], "time": "2018-03-21T19:16:27+00:00" }, { "name": "drupal/console-extend-plugin", "version": "0.9.2", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", "reference": "f3bac233fd305359c33e96621443b3bd065555cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc", "reference": "f3bac233fd305359c33e96621443b3bd065555cc", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "symfony/finder": "~2.7|~3.0", "symfony/yaml": "~2.7|~3.0" }, "type": "composer-plugin", "extra": { "class": "Drupal\\Console\\Composer\\Plugin\\Extender" }, "autoload": { "psr-4": { "Drupal\\Console\\Composer\\Plugin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Jesus Manuel Olivas", "email": "jesus.olivas@gmail.com" } ], "description": "Drupal Console Extend Plugin", "time": "2017-07-28T17:11:54+00:00" }, { "name": "drupal/core", "version": "8.5.3", "source": { "type": "git", "url": "https://github.com/drupal/core.git", "reference": "b012f0ae51504880e920f2c6efdbdf03b6fe2129" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/drupal/core/zipball/b012f0ae51504880e920f2c6efdbdf03b6fe2129", "reference": "b012f0ae51504880e920f2c6efdbdf03b6fe2129", "shasum": "" }, "require": { "asm89/stack-cors": "^1.1", "composer/semver": "^1.0", "doctrine/annotations": "^1.2", "doctrine/common": "^2.5", "easyrdf/easyrdf": "^0.9", "egulias/email-validator": "^1.2", "ext-date": "*", "ext-dom": "*", "ext-filter": "*", "ext-gd": "*", "ext-hash": "*", "ext-json": "*", "ext-pcre": "*", "ext-pdo": "*", "ext-session": "*", "ext-simplexml": "*", "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", "guzzlehttp/guzzle": "^6.2.1", "masterminds/html5": "^2.1", "paragonie/random_compat": "^1.0|^2.0", "php": "^5.5.9|>=7.0.8", "stack/builder": "^1.0", "symfony-cmf/routing": "^1.4", "symfony/class-loader": "~3.4.0", "symfony/console": "~3.4.0", "symfony/dependency-injection": "~3.4.0", "symfony/event-dispatcher": "~3.4.0", "symfony/http-foundation": "~3.4.0", "symfony/http-kernel": "~3.4.0", "symfony/polyfill-iconv": "^1.0", "symfony/process": "~3.4.0", "symfony/psr-http-message-bridge": "^1.0", "symfony/routing": "~3.4.0", "symfony/serializer": "~3.4.0", "symfony/translation": "~3.4.0", "symfony/validator": "~3.4.0", "symfony/yaml": "~3.4.5", "twig/twig": "^1.35.0", "zendframework/zend-diactoros": "^1.1", "zendframework/zend-feed": "^2.4" }, "conflict": { "drush/drush": "<8.1.10" }, "replace": { "drupal/action": "self.version", "drupal/aggregator": "self.version", "drupal/automated_cron": "self.version", "drupal/ban": "self.version", "drupal/bartik": "self.version", "drupal/basic_auth": "self.version", "drupal/big_pipe": "self.version", "drupal/block": "self.version", "drupal/block_content": "self.version", "drupal/block_place": "self.version", "drupal/book": "self.version", "drupal/breakpoint": "self.version", "drupal/ckeditor": "self.version", "drupal/classy": "self.version", "drupal/color": "self.version", "drupal/comment": "self.version", "drupal/config": "self.version", "drupal/config_translation": "self.version", "drupal/contact": "self.version", "drupal/content_moderation": "self.version", "drupal/content_translation": "self.version", "drupal/contextual": "self.version", "drupal/core-annotation": "self.version", "drupal/core-assertion": "self.version", "drupal/core-bridge": "self.version", "drupal/core-class-finder": "self.version", "drupal/core-datetime": "self.version", "drupal/core-dependency-injection": "self.version", "drupal/core-diff": "self.version", "drupal/core-discovery": "self.version", "drupal/core-event-dispatcher": "self.version", "drupal/core-file-cache": "self.version", "drupal/core-filesystem": "self.version", "drupal/core-gettext": "self.version", "drupal/core-graph": "self.version", "drupal/core-http-foundation": "self.version", "drupal/core-php-storage": "self.version", "drupal/core-plugin": "self.version", "drupal/core-proxy-builder": "self.version", "drupal/core-render": "self.version", "drupal/core-serialization": "self.version", "drupal/core-transliteration": "self.version", "drupal/core-utility": "self.version", "drupal/core-uuid": "self.version", "drupal/datetime": "self.version", "drupal/datetime_range": "self.version", "drupal/dblog": "self.version", "drupal/dynamic_page_cache": "self.version", "drupal/editor": "self.version", "drupal/entity_reference": "self.version", "drupal/field": "self.version", "drupal/field_layout": "self.version", "drupal/field_ui": "self.version", "drupal/file": "self.version", "drupal/filter": "self.version", "drupal/forum": "self.version", "drupal/hal": "self.version", "drupal/help": "self.version", "drupal/history": "self.version", "drupal/image": "self.version", "drupal/inline_form_errors": "self.version", "drupal/language": "self.version", "drupal/layout_builder": "self.version", "drupal/layout_discovery": "self.version", "drupal/link": "self.version", "drupal/locale": "self.version", "drupal/media": "self.version", "drupal/menu_link_content": "self.version", "drupal/menu_ui": "self.version", "drupal/migrate": "self.version", "drupal/migrate_drupal": "self.version", "drupal/migrate_drupal_ui": "self.version", "drupal/minimal": "self.version", "drupal/node": "self.version", "drupal/options": "self.version", "drupal/page_cache": "self.version", "drupal/path": "self.version", "drupal/quickedit": "self.version", "drupal/rdf": "self.version", "drupal/responsive_image": "self.version", "drupal/rest": "self.version", "drupal/search": "self.version", "drupal/serialization": "self.version", "drupal/settings_tray": "self.version", "drupal/seven": "self.version", "drupal/shortcut": "self.version", "drupal/simpletest": "self.version", "drupal/standard": "self.version", "drupal/stark": "self.version", "drupal/statistics": "self.version", "drupal/syslog": "self.version", "drupal/system": "self.version", "drupal/taxonomy": "self.version", "drupal/telephone": "self.version", "drupal/text": "self.version", "drupal/toolbar": "self.version", "drupal/tour": "self.version", "drupal/tracker": "self.version", "drupal/update": "self.version", "drupal/user": "self.version", "drupal/views": "self.version", "drupal/views_ui": "self.version", "drupal/workflows": "self.version" }, "require-dev": { "behat/mink": "1.7.x-dev", "behat/mink-goutte-driver": "^1.2", "behat/mink-selenium2-driver": "1.3.x-dev", "drupal/coder": "^8.2.12", "jcalderonzumba/gastonjs": "^1.0.2", "jcalderonzumba/mink-phantomjs-driver": "^0.3.1", "mikey179/vfsstream": "^1.2", "phpspec/prophecy": "^1.4", "phpunit/phpunit": "^4.8.35 || ^6.1", "symfony/css-selector": "^3.4.0", "symfony/debug": "^3.4.0", "symfony/phpunit-bridge": "^3.4.3" }, "type": "drupal-core", "extra": { "merge-plugin": { "require": [ "core/lib/Drupal/Component/Annotation/composer.json", "core/lib/Drupal/Component/Assertion/composer.json", "core/lib/Drupal/Component/Bridge/composer.json", "core/lib/Drupal/Component/ClassFinder/composer.json", "core/lib/Drupal/Component/Datetime/composer.json", "core/lib/Drupal/Component/DependencyInjection/composer.json", "core/lib/Drupal/Component/Diff/composer.json", "core/lib/Drupal/Component/Discovery/composer.json", "core/lib/Drupal/Component/EventDispatcher/composer.json", "core/lib/Drupal/Component/FileCache/composer.json", "core/lib/Drupal/Component/FileSystem/composer.json", "core/lib/Drupal/Component/Gettext/composer.json", "core/lib/Drupal/Component/Graph/composer.json", "core/lib/Drupal/Component/HttpFoundation/composer.json", "core/lib/Drupal/Component/PhpStorage/composer.json", "core/lib/Drupal/Component/Plugin/composer.json", "core/lib/Drupal/Component/ProxyBuilder/composer.json", "core/lib/Drupal/Component/Render/composer.json", "core/lib/Drupal/Component/Serialization/composer.json", "core/lib/Drupal/Component/Transliteration/composer.json", "core/lib/Drupal/Component/Utility/composer.json", "core/lib/Drupal/Component/Uuid/composer.json" ], "recurse": false, "replace": false, "merge-extra": false } }, "autoload": { "psr-4": { "Drupal\\Core\\": "lib/Drupal/Core", "Drupal\\Component\\": "lib/Drupal/Component", "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver" }, "classmap": [ "lib/Drupal.php", "lib/Drupal/Component/Utility/Timer.php", "lib/Drupal/Component/Utility/Unicode.php", "lib/Drupal/Core/Database/Database.php", "lib/Drupal/Core/DrupalKernel.php", "lib/Drupal/Core/DrupalKernelInterface.php", "lib/Drupal/Core/Site/Settings.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "time": "2018-04-25T15:39:01+00:00" }, { "name": "drupal/crop", "version": "2.0.0-rc1", "source": { "type": "git", "url": "https://git.drupal.org/project/crop", "reference": "8.x-2.0-rc1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.0-rc1.zip", "reference": "8.x-2.0-rc1", "shasum": "ba84fa73e5c4df4caffcfa4a4cfb44c2c7d033d7" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0-rc1", "datestamp": "1516298515", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" }, { "name": "woprrr", "homepage": "https://www.drupal.org/user/858604" } ], "description": "Provides storage and API for image crops.", "homepage": "https://www.drupal.org/project/crop", "support": { "source": "http://cgit.drupalcode.org/crop", "issues": "https://www.drupal.org/project/issues/crop" } }, { "name": "drupal/ctools", "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/ctools", "reference": "8.x-3.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip", "reference": "8.x-3.0", "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-3.x": "3.x-dev" }, "drupal": { "version": "8.x-3.0", "datestamp": "1493401742" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Kris Vanderwater (EclipseGc)", "homepage": "https://www.drupal.org/u/eclipsegc", "role": "Maintainer" }, { "name": "Jakob Perry (japerry)", "homepage": "https://www.drupal.org/u/japerry", "role": "Maintainer" }, { "name": "Tim Plunkett (tim.plunkett)", "homepage": "https://www.drupal.org/u/timplunkett", "role": "Maintainer" }, { "name": "James Gilliland (neclimdul)", "homepage": "https://www.drupal.org/u/neclimdul", "role": "Maintainer" }, { "name": "Daniel Wehner (dawehner)", "homepage": "https://www.drupal.org/u/dawehner", "role": "Maintainer" }, { "name": "merlinofchaos", "homepage": "https://www.drupal.org/user/26979" }, { "name": "neclimdul", "homepage": "https://www.drupal.org/user/48673" }, { "name": "sdboyer", "homepage": "https://www.drupal.org/user/146719" }, { "name": "sun", "homepage": "https://www.drupal.org/user/54136" }, { "name": "tim.plunkett", "homepage": "https://www.drupal.org/user/241634" } ], "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.", "homepage": "https://www.drupal.org/project/ctools", "support": { "source": "http://cgit.drupalcode.org/ctools", "issues": "https://www.drupal.org/project/issues/ctools" } }, { "name": "drupal/devel", "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupal.org/project/devel", "reference": "8.x-1.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip", "reference": "8.x-1.2", "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647" }, "require": { "drupal/core": "~8.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.2", "datestamp": "1507197844", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Moshe Weitzman", "homepage": "https://github.com/weitzman", "email": "weitzman@tejasa.com", "role": "Maintainer" }, { "name": "Hans Salvisberg", "homepage": "https://www.drupal.org/u/salvis", "email": "drupal@salvisberg.com", "role": "Maintainer" }, { "name": "Luca Lusso", "homepage": "https://www.drupal.org/u/lussoluca", "role": "Maintainer" }, { "name": "Marco (willzyx)", "homepage": "https://www.drupal.org/u/willzyx", "role": "Maintainer" }, { "name": "See contributors", "homepage": "https://www.drupal.org/node/3236/committers" }, { "name": "salvis", "homepage": "https://www.drupal.org/user/82964" }, { "name": "willzyx", "homepage": "https://www.drupal.org/user/1043862" } ], "description": "Various blocks, pages, and functions for developers.", "homepage": "http://drupal.org/project/devel", "support": { "source": "http://cgit.drupalcode.org/devel", "issues": "http://drupal.org/project/devel", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/diff", "version": "1.0.0-rc1", "source": { "type": "git", "url": "https://git.drupal.org/project/diff", "reference": "8.x-1.0-rc1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip", "reference": "8.x-1.0-rc1", "shasum": "4945154c2c07444195a7ae07011a3b3db941c72a" }, "require": { "drupal/core": "~8.0", "mkalkbrenner/php-htmldiff-advanced": "~0.0.8" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-rc1", "datestamp": "1484566683" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Miro Dietiker (miro_dietiker)", "homepage": "https://www.drupal.org/u/miro_dietiker", "role": "Maintainer" }, { "name": "Juampy NR (juampynr)", "homepage": "https://www.drupal.org/u/juampynr", "role": "Maintainer" }, { "name": "Lucian Hangea (lhangea)", "homepage": "https://www.drupal.org/u/lhangea", "role": "Maintainer" }, { "name": "Alan D.", "homepage": "https://www.drupal.org/u/alan-d.", "role": "Maintainer" }, { "name": "Brian Gilbert (realityloop).", "homepage": "https://www.drupal.org/u/realityloop", "role": "Maintainer" }, { "name": "miro_dietiker", "homepage": "https://www.drupal.org/user/227761" }, { "name": "realityloop", "homepage": "https://www.drupal.org/user/139189" }, { "name": "rötzi", "homepage": "https://www.drupal.org/user/73064" }, { "name": "yhahn", "homepage": "https://www.drupal.org/user/264833" } ], "description": "Compares two entity revisions", "homepage": "https://www.drupal.org/project/diff", "support": { "source": "http://cgit.drupalcode.org/diff", "issues": "https://www.drupal.org/project/issues/diff" } }, { "name": "drupal/draggableviews", "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/draggableviews", "reference": "8.x-1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.0.zip", "reference": "8.x-1.0", "shasum": "007082c2621b45bd8cf73fe5fdd4d292ee88a458" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0", "datestamp": "1477076039", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } }, "patches_applied": { "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch", "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "dixon_", "homepage": "https://www.drupal.org/user/239911" }, { "name": "ginc", "homepage": "https://www.drupal.org/user/332249" }, { "name": "iStryker", "homepage": "https://www.drupal.org/user/303676" }, { "name": "podarok", "homepage": "https://www.drupal.org/user/116002" }, { "name": "sevi", "homepage": "https://www.drupal.org/user/199290" }, { "name": "ygerasimov", "homepage": "https://www.drupal.org/user/257311" } ], "description": "Complete rewrite of D7 draggableviews", "homepage": "https://www.drupal.org/project/draggableviews", "support": { "source": "http://cgit.drupalcode.org/draggableviews" } }, { "name": "drupal/dropzonejs", "version": "2.0.0-alpha3", "source": { "type": "git", "url": "https://git.drupal.org/project/dropzonejs", "reference": "8.x-2.0-alpha3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.0-alpha3.zip", "reference": "8.x-2.0-alpha3", "shasum": "a11f37e8f37b211d7065b0fd8adb1cc85b47e691" }, "require": { "drupal/core": "*" }, "require-dev": { "drupal/entity_browser": "*" }, "suggest": { "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library." }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0-alpha3", "datestamp": "1513265285", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Janez Urevc", "homepage": "https://drupal.org/u/slashrsm", "role": "Maintainer" }, { "name": "Christian Fritsch", "homepage": "https://drupal.org/u/chrfritsch", "role": "Maintainer" }, { "name": "Primoz Hmeljak", "homepage": "https://drupal.org/u/Primsi", "role": "Maintainer" }, { "name": "See other contributors", "homepage": "https://www.drupal.org/node/1998478/committers", "role": "contributor" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" }, { "name": "wouters_f", "homepage": "https://www.drupal.org/user/721548" }, { "name": "zkday", "homepage": "https://www.drupal.org/user/888644" } ], "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.", "homepage": "https://www.drupal.org/project/dropzonejs", "keywords": [ "DropzoneJS", "Drupal" ], "support": { "source": "https://www.drupal.org/project/dropzonejs", "issues": "https://www.drupal.org/project/issues/dropzonejs", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/dropzonejs_eb_widget", "version": "2.0.0-alpha3", "require": { "drupal/core": "*", "drupal/dropzonejs": "self.version", "drupal/entity_browser": "*" }, "type": "metapackage", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0-alpha3", "datestamp": "1513265285", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, { "name": "Drupal media CI", "homepage": "https://www.drupal.org/user/3057985" }, { "name": "Primsi", "homepage": "https://www.drupal.org/user/282629" }, { "name": "chr.fritsch", "homepage": "https://www.drupal.org/user/2103716" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" }, { "name": "wouters_f", "homepage": "https://www.drupal.org/user/721548" }, { "name": "zkday", "homepage": "https://www.drupal.org/user/888644" } ], "description": "DropzoneJS Entity browser widget", "homepage": "https://www.drupal.org/project/dropzonejs", "support": { "source": "http://cgit.drupalcode.org/dropzonejs" } }, { "name": "drupal/drupalmoduleupgrader", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/drupalmoduleupgrader", "reference": "726c7a7b9e3cda8c51f6dfbc003550bdc821433b" }, "require": { "cebe/markdown": "1.0.*@dev", "drupal/core": "~8.0", "grom358/pharborist": "dev-master", "symfony/filesystem": "~2.8|~3.0", "symfony/finder": "~2.8|~3.0" }, "require-dev": { "mikey179/vfsstream": "^1.5", "phpunit/phpunit": "^4.8" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.2+10-dev", "datestamp": "1490462883", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } } }, "autoload": { "psr-4": { "Drupal\\drupalmoduleupgrader\\": "src/" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Gábor Hojtsy", "homepage": "https://www.drupal.org/user/4166" }, { "name": "HongPong", "homepage": "https://www.drupal.org/user/60005" }, { "name": "Wim Leers", "homepage": "https://www.drupal.org/user/99777" }, { "name": "dstol", "homepage": "https://www.drupal.org/user/329570" }, { "name": "eshta", "homepage": "https://www.drupal.org/user/1951462" }, { "name": "japerry", "homepage": "https://www.drupal.org/user/45640" }, { "name": "jcnventura", "homepage": "https://www.drupal.org/user/122464" }, { "name": "pfrenssen", "homepage": "https://www.drupal.org/user/382067" }, { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" }, { "name": "tim.plunkett", "homepage": "https://www.drupal.org/user/241634" }, { "name": "webchick", "homepage": "https://www.drupal.org/user/24967" }, { "name": "xjm", "homepage": "https://www.drupal.org/user/65776" } ], "description": "A Drush command to update Drupal 7 modules to Drupal 8.", "homepage": "https://www.drupal.org/project/drupalmoduleupgrader", "keywords": [ "Drupal", "PHP_CodeSniffer", "phpcs", "standards", "update", "upgrade" ], "support": { "source": "https://drupal.org/project/drupalmoduleupgrader", "issues": "https://drupal.org/project/issues/drupalmoduleupgrader" }, "time": "2018-05-15T15:59:31+00:00" }, { "name": "drupal/embed", "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/embed", "reference": "8.x-1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip", "reference": "8.x-1.0", "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0", "datestamp": "1490755685" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, { "name": "Devin Carlson", "homepage": "https://www.drupal.org/user/290182" }, { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, { "name": "cs_shadow", "homepage": "https://www.drupal.org/user/2828287" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" } ], "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.", "homepage": "https://www.drupal.org/project/embed", "support": { "source": "http://cgit.drupalcode.org/embed", "issues": "https://www.drupal.org/project/issues/embed", "irc": "irc://irc.freenode.org/drupal-media" } }, { "name": "drupal/entity", "version": "1.0.0-beta3", "source": { "type": "git", "url": "https://git.drupal.org/project/entity", "reference": "8.x-1.0-beta3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-beta3.zip", "reference": "8.x-1.0-beta3", "shasum": "5d74dbef7bff0db099517b2c7aad14312eb02afa" }, "require": { "drupal/core": "~8.5" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-beta3", "datestamp": "1520958485", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, { "name": "dixon_", "homepage": "https://www.drupal.org/user/239911" }, { "name": "fago", "homepage": "https://www.drupal.org/user/16747" } ], "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.", "homepage": "http://drupal.org/project/entity", "support": { "source": "http://cgit.drupalcode.org/entity" } }, { "name": "drupal/entity_browser", "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupal.org/project/entity_browser", "reference": "8.x-1.4" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.4.zip", "reference": "8.x-1.4", "shasum": "4375e996b8d1e103ca5daf9ce352e2af9cab568f" }, "require": { "drupal/core": "~8.0" }, "require-dev": { "drupal/ctools": "*", "drupal/inline_entity_form": "*", "drupal/media_entity": "*", "drupal/paragraphs": "*", "drupal/token": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev", "dev-8.x-1.x": "8.1.x-dev" }, "drupal": { "version": "8.x-1.4", "datestamp": "1512033785", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Janez Urevc", "homepage": "https://github.com/slashrsm", "role": "Maintainer" }, { "name": "Primoz Hmeljak", "homepage": "https://github.com/primsi", "role": "Maintainer" }, { "name": "See other contributors", "homepage": "https://www.drupal.org/node/1943336/committers", "role": "contributor" }, { "name": "Primsi", "homepage": "https://www.drupal.org/user/282629" }, { "name": "marcingy", "homepage": "https://www.drupal.org/user/77320" }, { "name": "samuel.mortenson", "homepage": "https://www.drupal.org/user/2582268" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" } ], "description": "Entity browsing and selecting component.", "homepage": "http://drupal.org/project/entity_browser", "support": { "source": "http://cgit.drupalcode.org/entity_browser", "issues": "http://drupal.org/project/issues/entity_browser", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/entity_browser_entity_form", "version": "1.4.0", "require": { "drupal/core": "~8.0", "drupal/entity_browser": "self.version", "drupal/inline_entity_form": "*" }, "type": "metapackage", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.4", "datestamp": "1512033785", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, { "name": "Devin Carlson", "homepage": "https://www.drupal.org/user/290182" }, { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, { "name": "Primsi", "homepage": "https://www.drupal.org/user/282629" }, { "name": "marcingy", "homepage": "https://www.drupal.org/user/77320" }, { "name": "samuel.mortenson", "homepage": "https://www.drupal.org/user/2582268" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" } ], "description": "Entity browser inline entity form integration.", "homepage": "https://www.drupal.org/project/entity_browser", "support": { "source": "http://cgit.drupalcode.org/entity_browser" } }, { "name": "drupal/entity_embed", "version": "1.0.0-beta2", "source": { "type": "git", "url": "https://git.drupal.org/project/entity_embed", "reference": "8.x-1.0-beta2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip", "reference": "8.x-1.0-beta2", "shasum": "21cdeb2b058efce461683aed9a8951053512dca7" }, "require": { "drupal/core": "*", "drupal/embed": "*" }, "require-dev": { "drupal/entity_browser": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-beta2", "datestamp": "1476698339" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, { "name": "Devin Carlson", "homepage": "https://www.drupal.org/user/290182" }, { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, { "name": "cs_shadow", "homepage": "https://www.drupal.org/user/2828287" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" } ], "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.", "homepage": "https://www.drupal.org/project/entity_embed", "support": { "source": "http://cgit.drupalcode.org/entity_embed", "issues": "https://www.drupal.org/project/issues/entity_embed", "irc": "irc://irc.freenode.org/drupal-media" } }, { "name": "drupal/entity_reference_revisions", "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupal.org/project/entity_reference_revisions", "reference": "8.x-1.4" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.4.zip", "reference": "8.x-1.4", "shasum": "0d5e159ab52fe8e5aa7c27e7ccfc0299e1af4d72" }, "require": { "drupal/core": "~8.0" }, "require-dev": { "drupal/diff": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.4", "datestamp": "1515143885", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Frans", "homepage": "https://www.drupal.org/user/514222" }, { "name": "jeroen.b", "homepage": "https://www.drupal.org/user/1853532" }, { "name": "miro_dietiker", "homepage": "https://www.drupal.org/user/227761" } ], "description": "Adds a Entity Reference field type with revision support.", "homepage": "https://www.drupal.org/project/entity_reference_revisions", "support": { "source": "http://cgit.drupalcode.org/entity_reference_revisions" } }, { "name": "drupal/entityqueue", "version": "1.0.0-alpha7", "source": { "type": "git", "url": "https://git.drupal.org/project/entityqueue", "reference": "8.x-1.0-alpha7" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha7.zip", "reference": "8.x-1.0-alpha7", "shasum": "d3cf4c655c2af08b2018af8675db54319fce29d8" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-alpha7", "datestamp": "1506839344", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "amateescu", "homepage": "https://www.drupal.org/user/729614" }, { "name": "jojonaloha", "homepage": "https://www.drupal.org/user/1579186" }, { "name": "quicksketch", "homepage": "https://www.drupal.org/user/35821" }, { "name": "tim.plunkett", "homepage": "https://www.drupal.org/user/241634" } ], "description": "Allows users to collect entities in arbitrarily ordered lists.", "homepage": "https://www.drupal.org/project/entityqueue", "support": { "source": "http://cgit.drupalcode.org/entityqueue" } }, { "name": "drupal/environment_indicator", "version": "3.3.0", "source": { "type": "git", "url": "https://git.drupal.org/project/environment_indicator", "reference": "8.x-3.3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.3.zip", "reference": "8.x-3.3", "shasum": "3059b8d4fb2b87af4842c45b9770d927e640eb30" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-3.x": "3.x-dev" }, "drupal": { "version": "8.x-3.3", "datestamp": "1518331981", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "e0ipso", "homepage": "https://www.drupal.org/user/550110" }, { "name": "mrfelton", "homepage": "https://www.drupal.org/user/305669" } ], "description": "Adds a color indicator for the different environments.", "homepage": "https://www.drupal.org/project/environment_indicator", "support": { "source": "http://cgit.drupalcode.org/environment_indicator" } }, { "name": "drupal/eu_cookie_compliance", "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/eu-cookie-compliance", "reference": "8.x-1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.0.zip", "reference": "8.x-1.0", "shasum": "925f5267fce132e54cfdff58e560cb5fc1656634" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0", "datestamp": "1522572784", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Marcin Pajdzik", "homepage": "https://www.drupal.org/user/160555" }, { "name": "achton", "homepage": "https://www.drupal.org/user/712454" }, { "name": "blairski", "homepage": "https://www.drupal.org/user/120835" }, { "name": "dakku", "homepage": "https://www.drupal.org/user/97634" }, { "name": "grzegorz.bartman", "homepage": "https://www.drupal.org/user/363120" }, { "name": "id.tornado", "homepage": "https://www.drupal.org/user/2754049" }, { "name": "killua99", "homepage": "https://www.drupal.org/user/699418" }, { "name": "mibfire", "homepage": "https://www.drupal.org/user/155136" }, { "name": "naveenvalecha", "homepage": "https://www.drupal.org/user/2665733" }, { "name": "svenryen", "homepage": "https://www.drupal.org/user/667244" } ], "description": "This module aims at making the website compliant with the new EU cookie regulation", "homepage": "https://www.drupal.org/project/eu_cookie_compliance", "support": { "source": "http://cgit.drupalcode.org/eu_cookie_compliance" } }, { "name": "drupal/filefield_sources", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/filefield_sources", "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x-dev", "datestamp": "1464990539" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "profak", "homepage": "https://www.drupal.org/user/782534" }, { "name": "quicksketch", "homepage": "https://www.drupal.org/user/35821" } ], "description": "Extends File fields to allow referencing of existing files, remote files, and server files.", "homepage": "https://www.drupal.org/project/filefield_sources", "support": { "source": "http://cgit.drupalcode.org/filefield_sources" } }, { "name": "drupal/fontyourface", "version": "3.2.0", "source": { "type": "git", "url": "https://git.drupal.org/project/fontyourface", "reference": "8.x-3.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.2.zip", "reference": "8.x-3.2", "shasum": "f509b3dc3e9849ca1cced5607a29d8319709c9ec" }, "require": { "drupal/core": "8.*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-3.x": "3.x-dev" }, "drupal": { "version": "8.x-3.2", "datestamp": "1517458980", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "BTMash", "homepage": "https://www.drupal.org/user/60422" }, { "name": "BarisW", "homepage": "https://www.drupal.org/user/107229" }, { "name": "Drave Robber", "homepage": "https://www.drupal.org/user/984338" }, { "name": "sreynen", "homepage": "https://www.drupal.org/user/109890" } ], "description": "Web font management tools.", "homepage": "https://www.drupal.org/project/fontyourface", "keywords": [ "Drupal" ], "support": { "source": "http://cgit.drupalcode.org/fontyourface", "issues": "https://drupal.org/project/issues/fontyourface" } }, { "name": "drupal/front", "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/front", "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-beta1.zip", "reference": "8.x-1.0-beta1", "shasum": "cee664aaf0eac6829bd551ec5213561d1cb70bce" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-beta1", "datestamp": "1521187985", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Dublin Drupaller", "homepage": "https://www.drupal.org/user/8625" }, { "name": "Simon Georges", "homepage": "https://www.drupal.org/user/172312" }, { "name": "asenenko", "homepage": "https://www.drupal.org/user/2641733" }, { "name": "estoyausente", "homepage": "https://www.drupal.org/user/1232954" }, { "name": "timhilliard", "homepage": "https://www.drupal.org/user/195493" } ], "homepage": "https://www.drupal.org/project/front", "support": { "source": "http://cgit.drupalcode.org/front" } }, { "name": "drupal/hacked", "version": "2.0.0-beta2", "source": { "type": "git", "url": "https://git.drupal.org/project/hacked", "reference": "8.x-2.0-beta2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta2.zip", "reference": "8.x-2.0-beta2", "shasum": "84e018c23a39d83c2274cc009804f0abf4b9e9cb" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0-beta2", "datestamp": "1520956980", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" } }, "patches_applied": [] }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Deciphered", "homepage": "https://www.drupal.org/user/103796" }, { "name": "Steven Jones", "homepage": "https://www.drupal.org/user/99644" } ], "description": "Shows if drupal or any of its modules have been changed", "homepage": "https://www.drupal.org/project/hacked", "support": { "source": "http://cgit.drupalcode.org/hacked" } }, { "name": "drupal/htmlawed", "version": "3.3.0", "source": { "type": "git", "url": "https://git.drupal.org/project/htmLawed", "reference": "8.x-3.3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.3.zip", "reference": "8.x-3.3", "shasum": "5728561a9d8b5ad9bb56c9270742469ed28cc65d" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-3.x": "3.x-dev" }, "drupal": { "version": "8.x-3.3", "datestamp": "1512623885", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "alpha2zee", "homepage": "https://www.drupal.org/user/201451" } ], "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security", "homepage": "https://www.drupal.org/project/htmlawed", "support": { "source": "http://cgit.drupalcode.org/htmlawed" } }, { "name": "drupal/http2_server_push", "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/http2_server_push", "reference": "8.x-1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip", "reference": "8.x-1.0", "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0", "datestamp": "1489057084" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Wim Leers", "homepage": "https://www.drupal.org/user/99777" } ], "description": "Pushes CSS & JS files to the client on servers using HTTP/2.", "homepage": "https://www.drupal.org/project/http2_server_push", "support": { "source": "http://cgit.drupalcode.org/http2_server_push" } }, { "name": "drupal/image_widget_crop", "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupal.org/project/image_widget_crop", "reference": "8.x-2.1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.1.zip", "reference": "8.x-2.1", "shasum": "76bda9a8c8d3149149bb7812e48e9f14e9ce1ffb" }, "require": { "drupal/core": "*", "drupal/crop": "1.0 - 2.0" }, "require-dev": { "drupal/crop": "*", "drupal/ctools": "3.x-dev", "drupal/entity_browser": "1.x-dev", "drupal/file_entity": "*", "drupal/inline_entity_form": "*", "drupal/media": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.1", "datestamp": "1510136887", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Alexandre Mallet", "homepage": "https://github.com/woprrr", "role": "Maintainer" }, { "name": "Drupal media CI", "homepage": "https://www.drupal.org/user/3057985" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" }, { "name": "woprrr", "homepage": "https://www.drupal.org/user/858604" } ], "description": "Provides an interface for using the features of the Crop API.", "homepage": "https://www.drupal.org/project/image_widget_crop", "keywords": [ "Crop", "Drupal", "Drupal Media" ], "support": { "source": "https://www.drupal.org/project/image_widget_crop", "issues": "https://www.drupal.org/project/issues/image_widget_crop", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/imagemagick", "version": "1.0.0-alpha6", "source": { "type": "git", "url": "https://git.drupal.org/project/imagemagick", "reference": "8.x-1.0-alpha6" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-1.0-alpha6.zip", "reference": "8.x-1.0-alpha6", "shasum": "9631b407762076b2f5d9bf3b50b40c28976ddbb7" }, "require": { "drupal/core": "^8.1.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-alpha6", "datestamp": "1488787683" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "chx", "homepage": "https://www.drupal.org/user/9446" }, { "name": "claudiu.cristea", "homepage": "https://www.drupal.org/user/56348" }, { "name": "dman", "homepage": "https://www.drupal.org/user/33240" }, { "name": "dopry", "homepage": "https://www.drupal.org/user/22202" }, { "name": "drewish", "homepage": "https://www.drupal.org/user/34869" }, { "name": "gdl", "homepage": "https://www.drupal.org/user/507326" }, { "name": "mondrake", "homepage": "https://www.drupal.org/user/1307444" }, { "name": "quicksketch", "homepage": "https://www.drupal.org/user/35821" }, { "name": "sun", "homepage": "https://www.drupal.org/user/54136" }, { "name": "walkah", "homepage": "https://www.drupal.org/user/1531" } ], "description": "Provides ImageMagick integration.", "homepage": "https://www.drupal.org/project/imagemagick", "support": { "source": "http://cgit.drupalcode.org/imagemagick" } }, { "name": "drupal/inline_entity_form", "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/inline_entity_form", "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip", "reference": "8.x-1.0-beta1", "shasum": "185ffc28a7b68d19cce057855d1c111f1741a3ea" }, "require": { "drupal/core": "~8.0" }, "require-dev": { "drupal/entity_reference_revisions": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-beta1", "datestamp": "1477868343" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" }, { "name": "webflo", "homepage": "https://www.drupal.org/user/254778" } ], "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.", "homepage": "https://www.drupal.org/project/inline_entity_form", "support": { "source": "http://cgit.drupalcode.org/inline_entity_form" } }, { "name": "drupal/layout_plugin", "version": "1.0.0-alpha23", "source": { "type": "git", "url": "https://git.drupal.org/project/layout_plugin", "reference": "8.x-1.0-alpha23" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip", "reference": "8.x-1.0-alpha23", "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-alpha23", "datestamp": "1476269960" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "David Snopek", "homepage": "https://www.drupal.org/user/172527" }, { "name": "Bram Goffings", "homepage": "https://www.drupal.org/user/266527" }, { "name": "Fredrik Lassen", "homepage": "https://www.drupal.org/user/243377" } ], "description": "An API module to hold the Drupal 8 plugin manager for layouts.", "homepage": "https://www.drupal.org/project/layout_plugin", "keywords": [ "layout", "php" ], "support": { "source": "http://cgit.drupalcode.org/layout_plugin" } }, { "name": "drupal/layouter", "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/layouter", "reference": "8.x-1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip", "reference": "8.x-1.0", "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0", "datestamp": "1470121439" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL 2.0+" ], "authors": [ { "name": "adci_contributor", "homepage": "https://www.drupal.org/user/1830536" }, { "name": "adcillc", "homepage": "https://www.drupal.org/user/366450" }, { "name": "antongp", "homepage": "https://www.drupal.org/user/1060446" }, { "name": "kinosura", "homepage": "https://www.drupal.org/user/383326" }, { "name": "usdv", "homepage": "https://www.drupal.org/user/2476206" } ], "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.", "homepage": "https://www.drupal.org/project/layouter", "support": { "source": "http://cgit.drupalcode.org/layouter" } }, { "name": "drupal/libraries", "version": "dev-3.x", "source": { "type": "git", "url": "https://git.drupal.org/project/libraries", "reference": "061ead081c92a6209b09eaf23b4e3103f360946e" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-3.x": "3.x-dev" }, "drupal": { "version": "8.x-3.x-dev", "datestamp": "1487978583" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Pol", "homepage": "https://www.drupal.org/user/47194" }, { "name": "rjacobs", "homepage": "https://www.drupal.org/user/422459" }, { "name": "sun", "homepage": "https://www.drupal.org/user/54136" }, { "name": "tstoeckler", "homepage": "https://www.drupal.org/user/107158" } ], "description": "Allows version-dependent and shared usage of external libraries in Drupal.", "homepage": "http://drupal.org/project/libraries", "support": { "source": "http://cgit.drupalcode.org/libraries", "issues": "http://drupal.org/project/issues/libraries", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/linkchecker", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/linkchecker", "reference": "780fc89bd85fb1fad955d7993a6a4e03ef9a7882" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x-dev", "datestamp": "1520629084", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } }, "drush": { "services": { "drush.services.yml": "^9" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "hass", "homepage": "https://www.drupal.org/u/hass" }, { "name": "See other contributors", "homepage": "https://www.drupal.org/node/243795/committers" } ], "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.", "homepage": "https://www.drupal.org/project/linkchecker", "support": { "source": "http://git.drupal.org/project/linkchecker.git", "issues": "https://www.drupal.org/project/issues/linkchecker" }, "time": "2018-05-09T22:30:43+00:00" }, { "name": "drupal/linkit", "version": "4.3.0", "source": { "type": "git", "url": "https://git.drupal.org/project/linkit", "reference": "8.x-4.3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip", "reference": "8.x-4.3", "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-4.x": "4.x-dev" }, "drupal": { "version": "8.x-4.3", "datestamp": "1490205830" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Emil Stjerneman", "homepage": "https://stjerneman.com", "email": "emil@stjerneman.com", "role": "Maintainer" } ], "description": "Linkit - Enriched linking experience", "homepage": "http://drupal.org/project/linkit", "support": { "source": "http://cgit.drupalcode.org/linkit", "issues": "http://drupal.org/project/linkit" } }, { "name": "drupal/livereload", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/livereload", "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x-dev", "datestamp": "1474009739" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Hydra", "homepage": "https://www.drupal.org/user/647364" }, { "name": "tim.plunkett", "homepage": "https://www.drupal.org/user/241634" } ], "description": "Enables and enhances use of LiveReload during development.", "homepage": "https://www.drupal.org/project/livereload", "support": { "source": "http://cgit.drupalcode.org/livereload" } }, { "name": "drupal/media", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/media", "reference": "b9d72f21ea20c583ec4b83081720eba65670a8da" }, "require": { "drupal/core": "*", "drupal/dropzonejs_eb_widget": "*", "drupal/entity_browser": "*", "drupal/entity_browser_entity_form": "*", "drupal/entity_embed": "*", "drupal/image_widget_crop": "*", "drupal/inline_entity_form": "*", "drupal/media_entity": "*", "drupal/media_entity_document": "*", "drupal/media_entity_image": "*", "drupal/media_entity_instagram": "*", "drupal/media_entity_slideshow": "*", "drupal/media_entity_twitter": "*", "drupal/slick_media": "*", "drupal/video_embed_field": "*", "drupal/video_embed_media": "*" }, "require-dev": { "drupal/dropzonejs_eb_widget": "*", "drupal/entity_browser": "*", "drupal/entity_browser_entity_form": "*", "drupal/entity_embed": "*", "drupal/image_widget_crop": "*", "drupal/inline_entity_form": "*", "drupal/media_entity": "*", "drupal/media_entity_document": "*", "drupal/media_entity_image": "*", "drupal/media_entity_instagram": "*", "drupal/media_entity_slideshow": "*", "drupal/media_entity_twitter": "*", "drupal/slick_media": "*", "drupal/video_embed_field": "*", "drupal/video_embed_media": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x-dev", "datestamp": "1476811139" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, { "name": "David_Rothstein", "homepage": "https://www.drupal.org/user/124982" }, { "name": "Devin Carlson", "homepage": "https://www.drupal.org/user/290182" }, { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, { "name": "ParisLiakos", "homepage": "https://www.drupal.org/user/1011436" }, { "name": "arthurf", "homepage": "https://www.drupal.org/user/27259" }, { "name": "becw", "homepage": "https://www.drupal.org/user/81067" }, { "name": "effulgentsia", "homepage": "https://www.drupal.org/user/78040" }, { "name": "joseph.olstad", "homepage": "https://www.drupal.org/user/1321830" }, { "name": "ksenzee", "homepage": "https://www.drupal.org/user/139855" }, { "name": "paul.lovvik", "homepage": "https://www.drupal.org/user/289213" }, { "name": "robeano", "homepage": "https://www.drupal.org/user/67660" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" } ], "description": "Media module for Drupal", "homepage": "https://github.com/drupal-media/media/", "support": { "source": "http://cgit.drupalcode.org/media", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/media_entity", "version": "2.0.0-beta2", "source": { "type": "git", "url": "https://git.drupal.org/project/media_entity", "reference": "8.x-2.0-beta2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-2.0-beta2.zip", "reference": "8.x-2.0-beta2", "shasum": "2223e342634551041ef7fcb80c2860e5b62aed4e" }, "require": { "drupal/core": "*", "drupal/entity": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0-beta2", "datestamp": "1520603584", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, { "name": "Drupal media CI", "homepage": "https://www.drupal.org/user/3057985" }, { "name": "Primsi", "homepage": "https://www.drupal.org/user/282629" }, { "name": "boztek", "homepage": "https://www.drupal.org/user/134410" }, { "name": "chr.fritsch", "homepage": "https://www.drupal.org/user/2103716" }, { "name": "jcisio", "homepage": "https://www.drupal.org/user/210762" }, { "name": "katzilla", "homepage": "https://www.drupal.org/user/260398" }, { "name": "marcoscano", "homepage": "https://www.drupal.org/user/1288796" }, { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" }, { "name": "seanB", "homepage": "https://www.drupal.org/user/545912" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" } ], "description": "Media entity API.", "homepage": "https://www.drupal.org/project/media_entity", "support": { "source": "http://cgit.drupalcode.org/media_entity" } }, { "name": "drupal/media_entity_actions", "version": "1.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupal.org/project/media_entity_actions", "reference": "8.x-1.0-alpha2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/media_entity_actions-8.x-1.0-alpha2.zip", "reference": "8.x-1.0-alpha2", "shasum": "9bf7881f11fa182c1b6673c4cc8c32ce3a1bdb81" }, "require": { "drupal/core": "^8.4.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-alpha2", "datestamp": "1510588386", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "chr.fritsch", "homepage": "https://www.drupal.org/user/2103716" }, { "name": "marcoscano", "homepage": "https://www.drupal.org/user/1288796" }, { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" }, { "name": "seanB", "homepage": "https://www.drupal.org/user/545912" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" } ], "description": "Provides Actions plugins to be used with Media in core", "homepage": "https://www.drupal.org/project/media_entity_actions", "support": { "source": "http://cgit.drupalcode.org/media_entity_actions" } }, { "name": "drupal/media_entity_document", "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/media_entity_document", "reference": "8.x-1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.0.zip", "reference": "8.x-1.0", "shasum": "fc4d87126ebb5ac3dc135809ff4dc96d955e6539" }, "require": { "drupal/core": "~8.0", "drupal/media_entity": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0", "datestamp": "1470211439", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "NerOcrO", "homepage": "https://www.drupal.org/user/1728164" } ], "description": "Media entity local documents provider.", "homepage": "https://www.drupal.org/project/media_entity_document", "support": { "source": "http://cgit.drupalcode.org/media_entity_document" } }, { "name": "drupal/media_entity_image", "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupal.org/project/media_entity_image", "reference": "8.x-1.3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.3.zip", "reference": "8.x-1.3", "shasum": "53e21655e49e38fbd3fe696c4132460491879280" }, "require": { "drupal/core": "~8.1", "drupal/media_entity": "~1.0 || ~8.1.0 || ~2.0" }, "require-dev": { "drupal/entity_browser": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.3", "datestamp": "1525218780", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, { "name": "Primsi", "homepage": "https://www.drupal.org/user/282629" }, { "name": "marcoscano", "homepage": "https://www.drupal.org/user/1288796" }, { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" } ], "description": "Local images integration for Drupal Media entity.", "homepage": "https://www.drupal.org/project/media_entity_image", "keywords": [ "Drupal", "image", "media" ], "support": { "source": "https://www.drupal.org/project/media_entity_image", "issues": "https://www.drupal.org/project/issues/media_entity_image" } }, { "name": "drupal/media_entity_instagram", "version": "2.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupal.org/project/media_entity_instagram", "reference": "8.x-2.0-alpha1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-2.0-alpha1.zip", "reference": "8.x-2.0-alpha1", "shasum": "602d84d2e385ce2f3b0562f7cf50d1e084f92658" }, "require": { "drupal/core": "^8.4.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0-alpha1", "datestamp": "1506671645", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, { "name": "Primsi", "homepage": "https://www.drupal.org/user/282629" }, { "name": "chr.fritsch", "homepage": "https://www.drupal.org/user/2103716" }, { "name": "designesse", "homepage": "https://www.drupal.org/user/854012" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" } ], "description": "Media entity Instagram provider.", "homepage": "https://www.drupal.org/project/media_entity_instagram", "support": { "source": "http://cgit.drupalcode.org/media_entity_instagram" } }, { "name": "drupal/media_entity_slideshow", "version": "2.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupal.org/project/media_entity_slideshow", "reference": "8.x-2.0-alpha1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-2.0-alpha1.zip", "reference": "8.x-2.0-alpha1", "shasum": "264358a2e03d2769459317841afdf7117927dc59" }, "require": { "drupal/core": "^8.4" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0-alpha1", "datestamp": "1506688443", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" } ], "description": "Media entity slideshow provider.", "homepage": "https://www.drupal.org/project/media_entity_slideshow", "support": { "source": "http://cgit.drupalcode.org/media_entity_slideshow" } }, { "name": "drupal/media_entity_twitter", "version": "2.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupal.org/project/media_entity_twitter", "reference": "8.x-2.0-alpha2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-2.0-alpha2.zip", "reference": "8.x-2.0-alpha2", "shasum": "21925e1e1b02bbbcd6d8e9730bc587669edc0e5c" }, "require": { "drupal/core": "^8.4", "j7mbo/twitter-api-php": "~1.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0-alpha2", "datestamp": "1507907344", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, { "name": "Primsi", "homepage": "https://www.drupal.org/user/282629" }, { "name": "chr.fritsch", "homepage": "https://www.drupal.org/user/2103716" }, { "name": "slashrsm", "homepage": "https://www.drupal.org/user/744628" } ], "description": "Media entity Twitter provider.", "homepage": "https://www.drupal.org/project/media_entity_twitter", "support": { "source": "http://cgit.drupalcode.org/media_entity_twitter" } }, { "name": "drupal/memcache", "version": "2.0.0-alpha5", "source": { "type": "git", "url": "https://git.drupal.org/project/memcache", "reference": "8.x-2.0-alpha5" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha5.zip", "reference": "8.x-2.0-alpha5", "shasum": "4210217dd4040a5687831da82884f7bcad155c66" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0-alpha5", "datestamp": "1508351413", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Jeremy", "homepage": "https://www.drupal.org/user/409" }, { "name": "catch", "homepage": "https://www.drupal.org/user/35733" }, { "name": "damiankloip", "homepage": "https://www.drupal.org/user/1037976" }, { "name": "jvandyk", "homepage": "https://www.drupal.org/user/2375" }, { "name": "robertDouglass", "homepage": "https://www.drupal.org/user/5449" } ], "description": "High performance integration with memcache.", "homepage": "http://drupal.org/project/memcache", "support": { "source": "http://cgit.drupalcode.org/memcache", "issues": "https://www.drupal.org/project/issues/memcache" } }, { "name": "drupal/metatag", "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupal.org/project/metatag", "reference": "8.x-1.5" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.5.zip", "reference": "8.x-1.5", "shasum": "48f1c2a4e93ef1af1eb4b5b6cc6321e951fd1002" }, "require": { "drupal/core": "*", "drupal/token": "^1.0" }, "require-dev": { "drupal/devel": "^1.0", "drupal/metatag_dc": "*", "drupal/metatag_open_graph": "*", "drupal/redirect": "^1.0", "drupal/restui": "^1.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.5", "datestamp": "1522344484", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "See contributors", "homepage": "https://www.drupal.org/node/640498/committers", "role": "Developer" }, { "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" } ], "description": "Manage meta tags for all entities.", "homepage": "https://www.drupal.org/project/metatag", "keywords": [ "Drupal", "seo" ], "support": { "source": "http://cgit.drupalcode.org/metatag", "issues": "http://drupal.org/project/issues/metatag" } }, { "name": "drupal/migrate_plus", "version": "4.0.0-beta3", "source": { "type": "git", "url": "https://git.drupal.org/project/migrate_plus", "reference": "8.x-4.0-beta3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta3.zip", "reference": "8.x-4.0-beta3", "shasum": "a0da6dc169a0315bf29a8dd0ee2146d18215a56b" }, "require": { "drupal/core": "^8.3" }, "require-dev": { "drupal/migrate_example_advanced_setup": "*", "drupal/migrate_example_setup": "*" }, "suggest": { "ext-soap": "*", "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-4.x": "4.x-dev" }, "drupal": { "version": "8.x-4.0-beta3", "datestamp": "1519400592", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Mike Ryan", "homepage": "https://www.drupal.org/u/mikeryan", "role": "Maintainer" }, { "name": "mikeryan", "homepage": "https://www.drupal.org/user/4420" } ], "description": "Enhancements to core migration support.", "homepage": "https://www.drupal.org/project/migrate_plus", "support": { "source": "https://cgit.drupalcode.org/migrate_plus", "issues": "https://www.drupal.org/project/issues/migrate_plus", "irc": "irc://irc.freenode.org/drupal-migrate" } }, { "name": "drupal/migrate_tools", "version": "3.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/migrate_tools", "reference": "8.x-3.0-beta1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-3.0-beta1.zip", "reference": "8.x-3.0-beta1", "shasum": "1511d1da1444743fa2defa54a17e62264e8ab836" }, "require": { "drupal/core": "^8.2", "drupal/migrate_plus": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-3.x": "3.x-dev" }, "drupal": { "version": "8.x-3.0-beta1", "datestamp": "1476313439" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "mikeryan", "homepage": "https://www.drupal.org/user/4420" } ], "description": "Tools to assist in developing and running migrations.", "homepage": "https://www.drupal.org/project/migrate_tools", "support": { "source": "http://cgit.drupalcode.org/migrate_tools" } }, { "name": "drupal/migrate_upgrade", "version": "3.0.0-rc4", "source": { "type": "git", "url": "https://git.drupal.org/project/migrate_upgrade", "reference": "8.x-3.0-rc4" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc4.zip", "reference": "8.x-3.0-rc4", "shasum": "345d56e98c763e19617d317aaece3cded22670ea" }, "require": { "drupal/core": "*", "drupal/migrate_plus": "*" }, "require-dev": { "drupal/coder": "^8" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-3.x": "3.x-dev" }, "drupal": { "version": "8.x-3.0-rc4", "datestamp": "1519400285", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "abhishek-anand", "homepage": "https://www.drupal.org/user/468982" }, { "name": "heddn", "homepage": "https://www.drupal.org/user/1463982" }, { "name": "ksenzee", "homepage": "https://www.drupal.org/user/139855" }, { "name": "mikeryan", "homepage": "https://www.drupal.org/user/4420" }, { "name": "ultimike", "homepage": "https://www.drupal.org/user/51132" }, { "name": "xjm", "homepage": "https://www.drupal.org/user/65776" } ], "description": "Drush support for direct upgrades from older Drupal versions.", "homepage": "https://www.drupal.org/project/migrate_upgrade", "support": { "source": "http://cgit.drupalcode.org/migrate_upgrade" } }, { "name": "drupal/paragraphs", "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupal.org/project/paragraphs", "reference": "8.x-1.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.2.zip", "reference": "8.x-1.2", "shasum": "6efc9d4351d4b21a55e7a6428c78495aaca662ef" }, "require": { "drupal/core": "~8", "drupal/entity_reference_revisions": "~1.3" }, "require-dev": { "drupal/block_field": "~1.0", "drupal/diff": "~1.0", "drupal/field_group": "~1.0", "drupal/inline_entity_form": "~1.0", "drupal/replicate": "~1.0", "drupal/search_api": "*", "drupal/search_api_db": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.2", "datestamp": "1505802867", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0" ], "authors": [ { "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { "name": "Frans", "homepage": "https://www.drupal.org/user/514222" }, { "name": "Primsi", "homepage": "https://www.drupal.org/user/282629" }, { "name": "jeroen.b", "homepage": "https://www.drupal.org/user/1853532" }, { "name": "miro_dietiker", "homepage": "https://www.drupal.org/user/227761" } ], "description": "Enables the creation of Paragraphs entities.", "homepage": "https://www.drupal.org/project/paragraphs", "support": { "source": "http://cgit.drupalcode.org/paragraphs" } }, { "name": "drupal/pathauto", "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupal.org/project/pathauto", "reference": "8.x-1.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.2.zip", "reference": "8.x-1.2", "shasum": "ba265dbafb27e93d4a61655d783441b653206c73" }, "require": { "drupal/core": "*", "drupal/ctools": "*", "drupal/token": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.2", "datestamp": "1524421084", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, { "name": "Freso", "homepage": "https://www.drupal.org/user/27504" }, { "name": "greggles", "homepage": "https://www.drupal.org/user/36762" } ], "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.", "homepage": "https://www.drupal.org/project/pathauto", "support": { "source": "http://cgit.drupalcode.org/pathauto" } }, { "name": "drupal/pathologic", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/pathologic", "reference": "d50e6430f3259afa9d79123825e6e4b7a5cf39a8" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x-dev", "datestamp": "1525211280", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { "name": "Garrett Albright", "homepage": "https://www.drupal.org/user/191212" }, { "name": "dww", "homepage": "https://www.drupal.org/user/46549" } ], "description": "Helps avoid broken links and incorrect paths in content.", "homepage": "https://www.drupal.org/project/pathologic", "support": { "source": "http://cgit.drupalcode.org/pathologic" }, "time": "2018-05-01T21:40:58+00:00" }, { "name": "drupal/permissions_by_term", "version": "1.53.0", "source": { "type": "git", "url": "https://git.drupal.org/project/permissions_by_term", "reference": "8.x-1.53" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.53.zip", "reference": "8.x-1.53", "shasum": "a31243be046d11741aaeac5884ae77d7206d8946" }, "require": { "drupal/core": "^8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.53", "datestamp": "1526672880", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Peter Majmesku", "homepage": "https://www.drupal.org/user/786132", "email": "p.majmesku@gmail.com" }, { "name": "dakku", "homepage": "https://www.drupal.org/user/97634" }, { "name": "rackberg", "homepage": "https://www.drupal.org/user/2806873" } ], "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.", "homepage": "https://www.drupal.org/project/permissions_by_term", "support": { "source": "http://cgit.drupalcode.org/permissions_by_term" } }, { "name": "drupal/php", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/php", "reference": "304022be52874ef2d7916ea3acafd312766da9cc" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-beta2+1-dev", "datestamp": "1461875939" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "hass", "homepage": "https://www.drupal.org/u/hass" }, { "name": "See other contributors", "homepage": "https://www.drupal.org/node/1633456/committers" }, { "name": "catch", "homepage": "https://www.drupal.org/user/35733" }, { "name": "dixon_", "homepage": "https://www.drupal.org/user/239911" }, { "name": "greggles", "homepage": "https://www.drupal.org/user/36762" }, { "name": "hass", "homepage": "https://www.drupal.org/user/85918" }, { "name": "msonnabaum", "homepage": "https://www.drupal.org/user/75278" }, { "name": "quicksketch", "homepage": "https://www.drupal.org/user/35821" }, { "name": "webchick", "homepage": "https://www.drupal.org/user/24967" } ], "description": "Allows embedded PHP code/snippets to be evaluated. Enabling this can cause security and performance issues as it allows users to execute PHP code on your site.", "homepage": "https://www.drupal.org/project/php", "support": { "source": "http://git.drupal.org/project/php.git", "issues": "https://www.drupal.org/project/issues/php" } }, { "name": "drupal/redirect", "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupal.org/project/redirect", "reference": "8.x-1.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.2.zip", "reference": "8.x-1.2", "shasum": "ac503fbfbd15523c65f38d8b326e5f2159683cdb" }, "require": { "drupal/core": "~8" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.2", "datestamp": "1525419785", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" } ], "description": "Allows users to redirect from old URLs to new URLs.", "homepage": "https://www.drupal.org/project/redirect", "support": { "source": "http://cgit.drupalcode.org/redirect" } }, { "name": "drupal/security_review", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/security_review", "reference": "9a3bdf82a645dabb9801f73d2d76acf8c3081d88" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x-dev", "datestamp": "1519158780", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } }, "patches_applied": [] }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "banviktor", "homepage": "https://www.drupal.org/user/3176333" }, { "name": "coltrane", "homepage": "https://www.drupal.org/user/91990" }, { "name": "dsnopek", "homepage": "https://www.drupal.org/user/266527" }, { "name": "greggles", "homepage": "https://www.drupal.org/user/36762" } ], "description": "Site security and configuration review module.", "homepage": "https://www.drupal.org/project/security_review", "support": { "source": "http://cgit.drupalcode.org/security_review" }, "time": "2018-02-20T20:48:19+00:00" }, { "name": "drupal/simple_sitemap", "version": "2.12.0", "source": { "type": "git", "url": "https://git.drupal.org/project/simple_sitemap", "reference": "8.x-2.12" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.zip", "reference": "8.x-2.12", "shasum": "fe1c1a636adfba8358399a5a1ccdf20685066573" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.12", "datestamp": "1523203180", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } }, "drush": { "services": { "drush.services.yml": "^9" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Pawel Ginalski (gbyte.co)", "homepage": "https://www.drupal.org/u/gbyte.co", "email": "contact@gbyte.co", "role": "Maintainer" }, { "name": "Sam Becker (Sam152)", "homepage": "https://www.drupal.org/u/sam152", "role": "Co-maintainer" } ], "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.", "homepage": "https://drupal.org/project/simple_sitemap", "support": { "source": "https://cgit.drupalcode.org/simple_sitemap", "issues": "https://drupal.org/project/issues/simple_sitemap", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/slick", "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/slick", "reference": "8.x-1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip", "reference": "8.x-1.0", "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd" }, "require": { "drupal/blazy": "~1.0", "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0", "datestamp": "1495746183" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "arshadcn", "homepage": "https://www.drupal.org/user/571032" }, { "name": "gausarts", "homepage": "https://www.drupal.org/user/159062" } ], "description": "Slick carousel, the last carousel you'll ever need.", "homepage": "https://drupal.org/project/slick", "keywords": [ "Drupal", "carousel", "slideshow" ], "support": { "source": "http://cgit.drupalcode.org/slick", "issues": "https://drupal.org/project/issues/slick" } }, { "name": "drupal/slick_media", "version": "2.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupal.org/project/slick_media", "reference": "8.x-2.0-alpha1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-2.0-alpha1.zip", "reference": "8.x-2.0-alpha1", "shasum": "b7efb7edabd444be1f3ad925efcfa2eabb7a4fdf" }, "require": { "drupal/core": "^8.4", "drupal/slick": "*", "drupal/video_embed_media": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0-alpha1", "datestamp": "1514970784", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "chr.fritsch", "homepage": "https://www.drupal.org/user/2103716" }, { "name": "gausarts", "homepage": "https://www.drupal.org/user/159062" } ], "description": "Provides Slick carousel integration with Media entity.", "homepage": "https://www.drupal.org/project/slick_media", "support": { "source": "http://cgit.drupalcode.org/slick_media" } }, { "name": "drupal/superfish", "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupal.org/project/superfish", "reference": "8.x-1.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.2.zip", "reference": "8.x-1.2", "shasum": "e6f11be2bb2b95957d144bb0155c29c7aad40a62" }, "require": { "drupal/core": "~8.0", "mehrpadin/superfish": "~2.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.2", "datestamp": "1517739480", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "mehrpadin", "homepage": "https://www.drupal.org/u/mehrpadin", "role": "Maintainer" } ], "description": "Adds jQuery Superfish plugin to menu blocks.", "homepage": "https://www.drupal.org/project/superfish", "support": { "source": "https://cgit.drupalcode.org/superfish", "issues": "https://www.drupal.org/project/superfish" } }, { "name": "drupal/toc_formatter", "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupal.org/project/toc_formatter", "reference": "8.x-1.1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip", "reference": "8.x-1.1", "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.1", "datestamp": "1398611927" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Robert Castelo", "homepage": "https://www.drupal.org/user/3555" }, { "name": "neilt17", "homepage": "https://www.drupal.org/user/324142" } ], "description": "Display formatter that adds a TOC to the top of a text area field.", "homepage": "https://www.drupal.org/project/toc_formatter", "support": { "source": "http://cgit.drupalcode.org/toc_formatter" } }, { "name": "drupal/tocify", "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupal.org/project/tocify", "reference": "8.x-1.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip", "reference": "8.x-1.2", "shasum": "687ea298fa66b6e79addd8af25204917acfd0209" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.2", "datestamp": "1493816586" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Hydra", "homepage": "https://www.drupal.org/user/647364" }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, { "name": "sanduhrs", "homepage": "https://www.drupal.org/user/28074" } ], "description": "Tocify your content", "homepage": "https://www.drupal.org/project/tocify", "keywords": [ "Drupal" ], "support": { "source": "http://cgit.drupalcode.org/tocify", "issues": "http://drupal.org/project/issues/tocify" } }, { "name": "drupal/token", "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupal.org/project/token", "reference": "8.x-1.1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/token-8.x-1.1.zip", "reference": "8.x-1.1", "shasum": "f11042a76bec028b0a86dc33cf6daa19eb55d545" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.1", "datestamp": "1513810384", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, { "name": "eaton", "homepage": "https://www.drupal.org/user/16496" }, { "name": "fago", "homepage": "https://www.drupal.org/user/16747" }, { "name": "greggles", "homepage": "https://www.drupal.org/user/36762" }, { "name": "mikeryan", "homepage": "https://www.drupal.org/user/4420" } ], "description": "Provides a user interface for the Token API and some missing core tokens.", "homepage": "https://www.drupal.org/project/token", "support": { "source": "http://cgit.drupalcode.org/token" } }, { "name": "drupal/typogrify", "version": "1.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupal.org/project/typogrify", "reference": "8.x-1.0-alpha1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip", "reference": "8.x-1.0-alpha1", "shasum": "de87791555204b3af5692d939f8c199bd7164495" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-alpha1", "datestamp": "1478050442" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "See contributors", "homepage": "https://www.drupal.org/node/149970/committers", "role": "Developer" }, { "name": "migmedia", "homepage": "https://www.drupal.org/user/1310354" }, { "name": "mikl", "homepage": "https://www.drupal.org/user/58679" }, { "name": "sreynen", "homepage": "https://www.drupal.org/user/109890" } ], "description": "A filter for making typographic refinements.", "homepage": "http://drupal.org/project/typogrify", "keywords": [ "Drupal" ], "support": { "source": "http://cgit.drupalcode.org/typogrify", "issues": "http://drupal.org/project/typogrify" } }, { "name": "drupal/video", "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupal.org/project/video", "reference": "8.x-1.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip", "reference": "8.x-1.2", "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x", "datestamp": "1455470039", "package": "Field types" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Jorrit", "homepage": "https://www.drupal.org/user/161217" }, { "name": "abhishek-anand", "homepage": "https://www.drupal.org/user/468982" }, { "name": "brycefisherfleig", "homepage": "https://www.drupal.org/user/1300764" }, { "name": "chaitanya17", "homepage": "https://www.drupal.org/user/1998300" }, { "name": "heshanlk", "homepage": "https://www.drupal.org/user/199102" } ], "description": "Video module allows you to embedded videos from YouTube, Vimeo, Facebook, Vine etc (Drupal 8 only) and upload videos and play using HTML5 video player.", "homepage": "https://www.drupal.org/project/video", "support": { "source": "http://cgit.drupalcode.org/video" } }, { "name": "drupal/video_embed_field", "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/video_embed_field", "reference": "8.x-2.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip", "reference": "8.x-2.0", "shasum": "e864f090b3cb9405376ca324d81ace83613e2019" }, "require": { "drupal/core": "*" }, "require-dev": { "drupal/colorbox": "*", "drupal/media_entity": "*", "drupal/media_entity_embeddable_video": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-1.x", "datestamp": "1523338084", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" }, "package": "Field types" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Sam152", "homepage": "https://www.drupal.org/user/1485048" }, { "name": "jec006", "homepage": "https://www.drupal.org/user/855980" }, { "name": "plopesc", "homepage": "https://www.drupal.org/user/282415" } ], "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.", "homepage": "https://www.drupal.org/project/video_embed_field", "support": { "source": "http://cgit.drupalcode.org/video_embed_field" } }, { "name": "drupal/video_embed_media", "version": "2.0.0", "require": { "drupal/core": "^8.4", "drupal/video_embed_field": "self.version" }, "type": "metapackage", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0", "datestamp": "1523338084", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Sam152", "homepage": "https://www.drupal.org/user/1485048" }, { "name": "jec006", "homepage": "https://www.drupal.org/user/855980" }, { "name": "plopesc", "homepage": "https://www.drupal.org/user/282415" } ], "description": "Integrates video_embed_field with the Media module, creating a new media type tailored to display embedded videos. Useful for websites which are using the media suite of modules.", "homepage": "https://www.drupal.org/project/video_embed_field", "support": { "source": "http://cgit.drupalcode.org/video_embed_field" } }, { "name": "drupal/videojs", "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/videojs", "reference": "8.x-1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip", "reference": "8.x-1.0", "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0", "datestamp": "1454344739", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } }, "patches_applied": { "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jorrit", "homepage": "https://www.drupal.org/user/161217" }, { "name": "heshanlk", "homepage": "https://www.drupal.org/user/199102" } ], "description": "Video.js is an HTML5 Video Player.", "homepage": "https://www.drupal.org/project/videojs", "support": { "source": "http://cgit.drupalcode.org/videojs" } }, { "name": "drupal/views_bootstrap", "version": "dev-3.x", "source": { "type": "git", "url": "https://git.drupal.org/project/views_bootstrap", "reference": "8a8d1add3a575842e33c51a3733b43c24c4bc41f" }, "require": { "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-3.x": "3.x-dev" }, "drupal": { "version": "8.x-3.0+4-dev", "datestamp": "1523236084", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "aburrows", "homepage": "https://www.drupal.org/user/577844" }, { "name": "ericpugh", "homepage": "https://www.drupal.org/user/130084" }, { "name": "ikeigenwijs", "homepage": "https://www.drupal.org/user/583238" }, { "name": "mrded", "homepage": "https://www.drupal.org/user/556088" } ], "description": "Integrate the Bootstrap framework with Views.", "homepage": "https://www.drupal.org/project/views_bootstrap", "keywords": [ "Drupal" ], "support": { "source": "http://cgit.drupalcode.org/views_bootstrap" }, "time": "2018-05-17T13:28:26+00:00" }, { "name": "drupal/views_responsive_grid", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupal.org/project/views_responsive_grid", "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x-dev", "datestamp": "1373985289" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "iwhitcomb", "homepage": "https://www.drupal.org/user/771654" }, { "name": "kyletaylored", "homepage": "https://www.drupal.org/user/2207088" }, { "name": "markcarver", "homepage": "https://www.drupal.org/user/501638" } ], "homepage": "https://www.drupal.org/project/views_responsive_grid", "support": { "source": "http://cgit.drupalcode.org/views_responsive_grid" } }, { "name": "drush/config-extra", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/drush-ops/config-extra.git", "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54", "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": ">=3.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "8.0.x-dev" } }, "autoload": { "psr-0": { "Drush": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Moshe Weitzman", "email": "weitzman@tejasa.com" }, { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" } ], "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.", "keywords": [ "Drush" ], "time": "2015-10-16T21:32:27+00:00" }, { "name": "drush/drush", "version": "9.2.3", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", "reference": "c07b5b4527d6fb9226adaee14a33de5d4aa93ce8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/drush-ops/drush/zipball/c07b5b4527d6fb9226adaee14a33de5d4aa93ce8", "reference": "c07b5b4527d6fb9226adaee14a33de5d4aa93ce8", "shasum": "" }, "require": { "chi-teck/drupal-code-generator": "^1.21.0", "composer/semver": "^1.4", "consolidation/annotated-command": "^2.8.1", "consolidation/config": "^1.0.9", "consolidation/output-formatters": "^3.1.12", "consolidation/robo": "^1.1.5", "ext-dom": "*", "grasmash/yaml-expander": "^1.1.1", "league/container": "~2", "php": ">=5.6.0", "psr/log": "~1.0", "psy/psysh": "~0.6", "sebastian/version": "^1|^2", "symfony/config": "~2.2|^3", "symfony/console": "~2.7|^3", "symfony/event-dispatcher": "~2.7|^3", "symfony/finder": "~2.7|^3", "symfony/process": "~2.7|^3", "symfony/var-dumper": "~2.7|^3", "symfony/yaml": "~2.3|^3", "webflo/drupal-finder": "^1.1", "webmozart/path-util": "^2.1.0" }, "require-dev": { "lox/xhprof": "dev-master", "phpunit/phpunit": "^4.8|^5.5.4", "squizlabs/php_codesniffer": "^2.7" }, "bin": [ "drush" ], "type": "library", "extra": { "branch-alias": { "dev-master": "9.0.x-dev" } }, "autoload": { "psr-4": { "Drush\\": "src/", "Drush\\Internal\\": "internal-copy/", "Unish\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Moshe Weitzman", "email": "weitzman@tejasa.com" }, { "name": "Owen Barton", "email": "drupal@owenbarton.com" }, { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" }, { "name": "Jonathan Araña Cruz", "email": "jonhattan@faita.net" }, { "name": "Jonathan Hedstrom", "email": "jhedstrom@gmail.com" }, { "name": "Christopher Gervais", "email": "chris@ergonlogic.com" }, { "name": "Dave Reid", "email": "dave@davereid.net" }, { "name": "Damian Lee", "email": "damiankloip@googlemail.com" } ], "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.", "homepage": "http://www.drush.org", "time": "2018-04-03T13:45:59+00:00" }, { "name": "easyrdf/easyrdf", "version": "0.9.1", "source": { "type": "git", "url": "https://github.com/njh/easyrdf.git", "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-pcre": "*", "php": ">=5.2.8" }, "require-dev": { "phpunit/phpunit": "~3.5", "sami/sami": "~1.4", "squizlabs/php_codesniffer": "~1.4.3" }, "suggest": { "ml/json-ld": "~1.0" }, "type": "library", "autoload": { "psr-0": { "EasyRdf_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nicholas Humfrey", "email": "njh@aelius.com", "homepage": "http://www.aelius.com/njh/", "role": "Developer" }, { "name": "Alexey Zakhlestin", "email": "indeyets@gmail.com", "role": "Developer" } ], "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", "homepage": "http://www.easyrdf.org/", "keywords": [ "Linked Data", "RDF", "Semantic Web", "Turtle", "rdfa", "sparql" ], "time": "2015-02-27T09:45:49+00:00" }, { "name": "egulias/email-validator", "version": "1.2.14", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9", "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9", "shasum": "" }, "require": { "doctrine/lexer": "^1.0.1", "php": ">= 5.3.3" }, "require-dev": { "phpunit/phpunit": "^4.8.24" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-0": { "Egulias\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eduardo Gulias Davis" } ], "description": "A library for validating emails", "homepage": "https://github.com/egulias/EmailValidator", "keywords": [ "email", "emailvalidation", "emailvalidator", "validation", "validator" ], "time": "2017-02-03T22:48:59+00:00" }, { "name": "enyo/dropzone", "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/enyo/dropzone.git", "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e", "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e", "shasum": "" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matias Meno", "email": "m@tias.me", "homepage": "http://www.matiasmeno.com" } ], "description": "Handles drag and drop of files for you.", "homepage": "http://www.dropzonejs.com", "keywords": [ "drag and drop", "dragndrop", "file upload", "upload" ], "time": "2016-02-14T04:19:41+00:00" }, { "name": "ezyang/htmlpurifier", "version": "v4.10.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", "reference": "d85d39da4576a6934b72480be6978fb10c860021" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021", "reference": "d85d39da4576a6934b72480be6978fb10c860021", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "simpletest/simpletest": "^1.1" }, "type": "library", "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": [ "library/HTMLPurifier.composer.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ], "time": "2018-02-23T01:58:20+00:00" }, { "name": "geedmo/yamm3", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/geedmo/yamm3.git", "reference": "5aa11451340187cce1bc195a4437937b19535508" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508", "reference": "5aa11451340187cce1bc195a4437937b19535508", "shasum": "" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "German Morales", "email": "geedmo.ds@gmail.com", "homepage": "http://geedmo.com" } ], "description": "Yet another megamenu for Bootstrap 3.x", "homepage": "http://geedmo.github.io/yamm3/", "keywords": [ "bootstrap", "megadropdown", "megamenu" ], "time": "2015-04-04T12:59:29+00:00" }, { "name": "grasmash/expander", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/grasmash/expander.git", "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f", "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f", "shasum": "" }, "require": { "dflydev/dot-access-data": "^1.1.0", "php": ">=5.4" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", "phpunit/phpunit": "^4|^5.5.4", "satooshi/php-coveralls": "^1.0.2|dev-master", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Grasmash\\Expander\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthew Grasmick" } ], "description": "Expands internal property references in PHP arrays file.", "time": "2017-12-21T22:14:55+00:00" }, { "name": "grasmash/yaml-expander", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/grasmash/yaml-expander.git", "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1", "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1", "shasum": "" }, "require": { "dflydev/dot-access-data": "^1.1.0", "php": ">=5.4", "symfony/yaml": "^2.8.11|^3|^4" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", "phpunit/phpunit": "^4.8|^5.5.4", "satooshi/php-coveralls": "^1.0.2|dev-master", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Grasmash\\YamlExpander\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthew Grasmick" } ], "description": "Expands internal property references in a yaml file.", "time": "2017-12-16T16:06:03+00:00" }, { "name": "grom358/pharborist", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/grom358/pharborist.git", "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6", "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6", "shasum": "" }, "require": { "php": ">=5.4", "phpdocumentor/reflection-docblock": "2.0.*" }, "require-dev": { "apigen/apigen": "2.8.*", "phpunit/phpunit": "4.2.*" }, "type": "library", "autoload": { "psr-4": { "Pharborist\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL" ], "authors": [ { "name": "Cameron Zemek", "role": "lead" } ], "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.", "keywords": [ "standards", "syntax" ], "time": "2015-09-20T22:14:29+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": "v1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "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": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-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", "request", "response", "stream", "uri", "url" ], "time": "2017-03-20T17:10:46+00:00" }, { "name": "j7mbo/twitter-api-php", "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/J7mbo/twitter-api-php.git", "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7", "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7", "shasum": "" }, "require": { "ext-curl": "*" }, "require-dev": { "phpunit/phpunit": "~4.5,>=4.5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "TwitterAPIExchange.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GNU Public License" ], "authors": [ { "name": "James Mallison", "homepage": "https://github.com/j7mbo/twitter-api-php" } ], "description": "Simple PHP Wrapper for Twitter API v1.1 calls", "homepage": "https://github.com/j7mbo/twitter-api-php", "keywords": [ "api", "php", "twitter" ], "time": "2017-05-08T12:10:56+00:00" }, { "name": "jakub-onderka/php-console-color", "version": "0.1", "source": { "type": "git", "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "jakub-onderka/php-code-style": "1.0", "jakub-onderka/php-parallel-lint": "0.*", "jakub-onderka/php-var-dump-check": "0.*", "phpunit/phpunit": "3.7.*", "squizlabs/php_codesniffer": "1.*" }, "type": "library", "autoload": { "psr-0": { "JakubOnderka\\PhpConsoleColor": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Jakub Onderka", "email": "jakub.onderka@gmail.com", "homepage": "http://www.acci.cz" } ], "time": "2014-04-08T15:00:19+00:00" }, { "name": "jakub-onderka/php-console-highlighter", "version": "v0.3.2", "source": { "type": "git", "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", "shasum": "" }, "require": { "jakub-onderka/php-console-color": "~0.1", "php": ">=5.3.0" }, "require-dev": { "jakub-onderka/php-code-style": "~1.0", "jakub-onderka/php-parallel-lint": "~0.5", "jakub-onderka/php-var-dump-check": "~0.1", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~1.5" }, "type": "library", "autoload": { "psr-0": { "JakubOnderka\\PhpConsoleHighlighter": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jakub Onderka", "email": "acci@acci.cz", "homepage": "http://www.acci.cz/" } ], "time": "2015-04-20T18:58:01+00:00" }, { "name": "league/container", "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/thephpleague/container.git", "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0", "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0", "shasum": "" }, "require": { "container-interop/container-interop": "^1.2", "php": "^5.4.0 || ^7.0" }, "provide": { "container-interop/container-interop-implementation": "^1.2", "psr/container-implementation": "^1.0" }, "replace": { "orno/di": "~2.0" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "extra": { "branch-alias": { "dev-2.x": "2.x-dev", "dev-1.x": "1.x-dev" } }, "autoload": { "psr-4": { "League\\Container\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Phil Bennett", "email": "philipobenito@gmail.com", "homepage": "http://www.philipobenito.com", "role": "Developer" } ], "description": "A fast and intuitive dependency injection container.", "homepage": "https://github.com/thephpleague/container", "keywords": [ "container", "dependency", "di", "injection", "league", "provider", "service" ], "time": "2017-05-10T09:20:27+00:00" }, { "name": "masterminds/html5", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", "reference": "2c37c6c520b995b761674de3be8455a381679067" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067", "reference": "2c37c6c520b995b761674de3be8455a381679067", "shasum": "" }, "require": { "ext-libxml": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.*", "sami/sami": "~2.0", "satooshi/php-coveralls": "1.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-4": { "Masterminds\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matt Butcher", "email": "technosophos@gmail.com" }, { "name": "Asmir Mustafic", "email": "goetas@gmail.com" }, { "name": "Matt Farina", "email": "matt@mattfarina.com" } ], "description": "An HTML5 parser and serializer.", "homepage": "http://masterminds.github.io/html5-php", "keywords": [ "HTML5", "dom", "html", "parser", "querypath", "serializer", "xml" ], "time": "2017-09-04T12:26:28+00:00" }, { "name": "mehrpadin/superfish", "version": "2.1", "source": { "type": "git", "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git", "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683", "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683", "shasum": "" }, "type": "drupal-library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Superfish library for the Drupal Superfish module.", "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal", "keywords": [ "jquery", "plugin" ], "time": "2017-05-30T13:00:18+00:00" }, { "name": "michelf/php-markdown", "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", "reference": "01ab082b355bf188d907b9929cd99b2923053495" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495", "reference": "01ab082b355bf188d907b9929cd99b2923053495", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Michelf\\": "Michelf/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Michel Fortin", "email": "michel.fortin@michelf.ca", "homepage": "https://michelf.ca/", "role": "Developer" }, { "name": "John Gruber", "homepage": "https://daringfireball.net/" } ], "description": "PHP Markdown", "homepage": "https://michelf.ca/projects/php-markdown/", "keywords": [ "markdown" ], "time": "2018-01-15T00:49:33+00:00" }, { "name": "mkalkbrenner/php-htmldiff-advanced", "version": "0.0.8", "source": { "type": "git", "url": "https://github.com/mkalkbrenner/php-htmldiff.git", "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9", "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9", "shasum": "" }, "require": { "caxy/php-htmldiff": ">=0.0.6", "php": ">=5.5.0" }, "type": "library", "autoload": { "files": [ "src/HtmlDiffAdvancedInterface.php", "src/HtmlDiffAdvanced.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GNU General Public License V2" ], "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.", "homepage": "https://github.com/mkalkbrenner/php-htmldiff", "keywords": [ "diff", "html" ], "time": "2016-07-25T17:07:32+00:00" }, { "name": "nikic/php-parser", "version": "v4.0.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3", "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.5 || ^7.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "psr-4": { "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "time": "2018-03-25T17:35:16+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.12", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb", "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "pseudorandom", "random" ], "time": "2018-04-04T21:24:14+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "suggest": { "dflydev/markdown": "~1.0", "erusev/parsedown": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-0": { "phpDocumentor": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "mike.vanriel@naenius.com" } ], "time": "2016-01-25T08:17:30+00:00" }, { "name": "phpspec/prophecy", "version": "1.7.6", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", "sebastian/comparator": "^1.1|^2.0|^3.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7.x-dev" } }, "autoload": { "psr-0": { "Prophecy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" }, { "name": "Marcello Duarte", "email": "marcello.duarte@gmail.com" } ], "description": "Highly opinionated mocking framework for PHP 5.3+", "homepage": "https://github.com/phpspec/prophecy", "keywords": [ "Double", "Dummy", "fake", "mock", "spy", "stub" ], "time": "2018-04-18T13:57:24+00:00" }, { "name": "phpunit/php-code-coverage", "version": "2.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", "shasum": "" }, "require": { "php": ">=5.3.3", "phpunit/php-file-iterator": "~1.3", "phpunit/php-text-template": "~1.2", "phpunit/php-token-stream": "~1.3", "sebastian/environment": "^1.3.2", "sebastian/version": "~1.0" }, "require-dev": { "ext-xdebug": ">=2.1.4", "phpunit/phpunit": "~4" }, "suggest": { "ext-dom": "*", "ext-xdebug": ">=2.2.1", "ext-xmlwriter": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "time": "2015-10-06T15:47:00+00:00" }, { "name": "phpunit/php-file-iterator", "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", "version": "1.4.12", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ "tokenizer" ], "time": "2017-12-04T08:55:13+00:00" }, { "name": "phpunit/phpunit", "version": "4.8.36", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", "shasum": "" }, "require": { "ext-dom": "*", "ext-json": "*", "ext-pcre": "*", "ext-reflection": "*", "ext-spl": "*", "php": ">=5.3.3", "phpspec/prophecy": "^1.3.1", "phpunit/php-code-coverage": "~2.1", "phpunit/php-file-iterator": "~1.4", "phpunit/php-text-template": "~1.2", "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "~2.3", "sebastian/comparator": "~1.2.2", "sebastian/diff": "~1.2", "sebastian/environment": "~1.3", "sebastian/exporter": "~1.2", "sebastian/global-state": "~1.0", "sebastian/version": "~1.0", "symfony/yaml": "~2.1|~3.0" }, "suggest": { "phpunit/php-invoker": "~1.1" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.8.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "time": "2017-06-21T08:07:12+00:00" }, { "name": "phpunit/phpunit-mock-objects", "version": "2.3.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": ">=5.3.3", "phpunit/php-text-template": "~1.2", "sebastian/exporter": "~1.2" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "suggest": { "ext-soap": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Mock Object library for PHPUnit", "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", "keywords": [ "mock", "xunit" ], "time": "2015-10-02T06:51:40+00:00" }, { "name": "psr/container", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "time": "2017-02-14T16:28:37+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.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.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": "2016-10-10T12:19:37+00:00" }, { "name": "psy/psysh", "version": "v0.9.3", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", "reference": "79c280013cf0b30fa23f3ba8bd3649218075adf4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/79c280013cf0b30fa23f3ba8bd3649218075adf4", "reference": "79c280013cf0b30fa23f3ba8bd3649218075adf4", "shasum": "" }, "require": { "dnoegel/php-xdg-base-dir": "0.1", "jakub-onderka/php-console-highlighter": "0.3.*", "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0", "php": ">=5.4.0", "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0", "symfony/var-dumper": "~2.7|~3.0|~4.0" }, "require-dev": { "hoa/console": "~2.15|~3.16", "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0", "symfony/finder": "~2.1|~3.0|~4.0" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." }, "bin": [ "bin/psysh" ], "type": "library", "extra": { "branch-alias": { "dev-develop": "0.9.x-dev" } }, "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Psy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", "homepage": "http://justinhileman.com" } ], "description": "An interactive shell for modern PHP.", "homepage": "http://psysh.org", "keywords": [ "REPL", "console", "interactive", "shell" ], "time": "2018-04-18T12:32:50+00:00" }, { "name": "roave/security-advisories", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", "reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69", "reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69", "shasum": "" }, "conflict": { "3f/pygmentize": "<1.2", "adodb/adodb-php": "<5.20.12", "amphp/artax": "<1.0.6|>=2,<2.0.6", "amphp/http": "<1.0.1", "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", "aws/aws-sdk-php": ">=3,<3.2.1", "bugsnag/bugsnag-laravel": ">=2,<2.0.2", "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.0.15|>=3.1,<3.1.4|>=3.4,<3.4.14|>=3.5,<3.5.17|>=3.6,<3.6.4", "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", "cartalyst/sentry": "<=2.1.6", "codeigniter/framework": "<=3.0.6", "composer/composer": "<=1.0.0-alpha11", "contao-components/mediaelement": ">=2.14.2,<2.21.1", "contao/core": ">=2,<3.5.35", "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8", "contao/listing-bundle": ">=4,<4.4.8", "contao/newsletter-bundle": ">=4,<4.1", "doctrine/annotations": ">=1,<1.2.7", "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2", "doctrine/doctrine-bundle": "<1.5.2", "doctrine/doctrine-module": "<=0.7.1", "doctrine/mongodb-odm": ">=1,<1.0.2", "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", "dompdf/dompdf": ">=0.6,<0.6.2", "drupal/core": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3", "drupal/drupal": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3", "erusev/parsedown": "<1.7", "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.3|>=5.4,<5.4.11.3|>=2017.8,<2017.8.1.1|>=2017.12,<2017.12.2.1", "firebase/php-jwt": "<2", "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", "fuel/core": "<1.8.1", "gree/jose": "<=2.2", "gregwar/rst": "<1.0.3", "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1", "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29", "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", "joomla/session": "<1.3.1", "kreait/firebase-php": ">=3.2,<3.8.1", "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", "magento/magento1ce": ">=1.5.0.1,<1.9.3.2", "magento/magento1ee": ">=1.9,<1.14.3.2", "magento/magento2ce": ">=2,<2.2", "monolog/monolog": ">=1.8,<1.12", "namshi/jose": "<2.2", "onelogin/php-saml": "<2.10.4", "oro/crm": ">=1.7,<1.7.4", "oro/platform": ">=1.7,<1.7.4", "padraic/humbug_get_contents": "<1.1.2", "pagarme/pagarme-php": ">=0,<3", "paragonie/random_compat": "<2", "paypal/merchant-sdk-php": "<3.12", "phpmailer/phpmailer": ">=5,<5.2.24", "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", "phpxmlrpc/extras": "<0.6.1", "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7", "propel/propel1": ">=1,<=1.7.1", "pusher/pusher-php-server": "<2.2.1", "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", "shopware/shopware": "<5.3.7", "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11", "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", "silverstripe/framework": ">=3,<3.3", "silverstripe/userforms": "<3", "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", "simplesamlphp/simplesamlphp": "<1.15.2", "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", "slim/slim": "<2.6", "socalnick/scn-social-auth": "<1.15.2", "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", "stormpath/sdk": ">=0,<9.9.99", "swiftmailer/swiftmailer": ">=4,<5.4.5", "symfony/dependency-injection": ">=2,<2.0.17", "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2", "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6", "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8", "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", "symfony/routing": ">=2,<2.0.19", "symfony/security": ">=2,<2.0.25|>=2.1,<2.1.13|>=2.2,<2.2.9|>=2.3,<2.3.37|>=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5", "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.6|>=2.8.23,<2.8.25|>=3,<3.0.6|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5", "symfony/security-csrf": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", "symfony/serializer": ">=2,<2.0.11", "symfony/symfony": ">=2,<2.3.41|>=2.4,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", "symfony/translation": ">=2,<2.0.17", "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", "thelia/backoffice-default-template": ">=2.1,<2.1.2", "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2", "titon/framework": ">=0,<9.9.99", "twig/twig": "<1.20", "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.22|>=8,<8.7.5", "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5", "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", "willdurand/js-translation-bundle": "<2.1.1", "yiisoft/yii": ">=1.1.14,<1.1.15", "yiisoft/yii2": "<2.0.15", "yiisoft/yii2-bootstrap": "<2.0.4", "yiisoft/yii2-dev": "<2.0.15", "yiisoft/yii2-elasticsearch": "<2.0.5", "yiisoft/yii2-gii": "<2.0.4", "yiisoft/yii2-jui": "<2.0.4", "yiisoft/yii2-redis": "<2.0.8", "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5", "zendframework/zend-diactoros": ">=1,<1.0.4", "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1", "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1", "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6", "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3", "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2", "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1", "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4", "zendframework/zend-validator": ">=2.3,<2.3.6", "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1", "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1", "zendframework/zendframework1": "<1.12.20", "zendframework/zendopenid": ">=2,<2.0.2", "zendframework/zendxml": ">=1,<1.0.1", "zetacomponents/mail": "<1.8.2", "zf-commons/zfc-user": "<1.2.2", "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", "zfr/zfr-oauth2-server-module": "<0.1.2" }, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "role": "maintainer" } ], "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", "time": "2018-05-21T07:43:38+00:00" }, { "name": "sebastian/comparator", "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/diff": "~1.2", "sebastian/exporter": "~1.2 || ~2.0" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "http://www.github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "time": "2017-01-29T09:50:25+00:00" }, { "name": "sebastian/diff", "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff" ], "time": "2017-05-22T07:24:03+00:00" }, { "name": "sebastian/environment", "version": "1.3.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", "hhvm" ], "time": "2016-08-18T05:49:44+00:00" }, { "name": "sebastian/exporter", "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/recursion-context": "~1.0" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "http://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "time": "2016-06-17T09:04:28+00:00" }, { "name": "sebastian/global-state", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.2" }, "suggest": { "ext-uopz": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "time": "2015-10-12T03:26:01+00:00" }, { "name": "sebastian/recursion-context", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "time": "2016-10-03T07:41:43+00:00" }, { "name": "sebastian/version", "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "time": "2015-06-21T13:59:46+00:00" }, { "name": "stack/builder", "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/stackphp/builder.git", "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a", "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/http-foundation": "~2.1|~3.0|~4.0", "symfony/http-kernel": "~2.1|~3.0|~4.0" }, "require-dev": { "silex/silex": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Stack": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Igor Wiedler", "email": "igor@wiedler.ch" } ], "description": "Builder for stack middlewares based on HttpKernelInterface.", "keywords": [ "stack" ], "time": "2017-11-18T14:57:29+00:00" }, { "name": "stecman/symfony-console-completion", "version": "0.8.0", "source": { "type": "git", "url": "https://github.com/stecman/symfony-console-completion.git", "reference": "cd738867503477e91dbe84173dfabd431c883431" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/cd738867503477e91dbe84173dfabd431c883431", "reference": "cd738867503477e91dbe84173dfabd431c883431", "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.6.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": "2018-02-10T04:28:01+00:00" }, { "name": "sunra/php-simple-html-dom-parser", "version": "v1.5.2", "source": { "type": "git", "url": "https://github.com/sunra/php-simple-html-dom-parser.git", "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6", "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-0": { "Sunra\\PhpSimple\\HtmlDomParser": "Src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sunra", "email": "sunra@yandex.ru", "homepage": "https://github.com/sunra" }, { "name": "S.C. Chen", "homepage": "http://sourceforge.net/projects/simplehtmldom/" } ], "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.", "homepage": "https://github.com/sunra/php-simple-html-dom-parser", "keywords": [ "dom", "html", "parser" ], "time": "2016-11-22T22:57:47+00:00" }, { "name": "symfony-cmf/routing", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/symfony-cmf/routing.git", "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", "shasum": "" }, "require": { "php": "^5.3.9|^7.0", "psr/log": "1.*", "symfony/http-kernel": "^2.2|3.*", "symfony/routing": "^2.2|3.*" }, "require-dev": { "friendsofsymfony/jsrouting-bundle": "^1.1", "symfony-cmf/testing": "^1.3", "symfony/config": "^2.2|3.*", "symfony/dependency-injection": "^2.0.5|3.*", "symfony/event-dispatcher": "^2.1|3.*" }, "suggest": { "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Cmf\\Component\\Routing\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony CMF Community", "homepage": "https://github.com/symfony-cmf/Routing/contributors" } ], "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers", "homepage": "http://cmf.symfony.com", "keywords": [ "database", "routing" ], "time": "2017-05-09T08:10:41+00:00" }, { "name": "symfony/class-loader", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e", "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "require-dev": { "symfony/finder": "~2.8|~3.0|~4.0", "symfony/polyfill-apcu": "~1.1" }, "suggest": { "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\ClassLoader\\": "" }, "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 ClassLoader Component", "homepage": "https://symfony.com", "time": "2018-01-03T07:37:34+00:00" }, { "name": "symfony/config", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "73e055cf2e6467715f187724a0347ea32079967c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/73e055cf2e6467715f187724a0347ea32079967c", "reference": "73e055cf2e6467715f187724a0347ea32079967c", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/filesystem": "~2.8|~3.0|~4.0", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/dependency-injection": "<3.3", "symfony/finder": "<3.3" }, "require-dev": { "symfony/dependency-injection": "~3.3|~4.0", "symfony/event-dispatcher": "~3.3|~4.0", "symfony/finder": "~3.3|~4.0", "symfony/yaml": "~3.0|~4.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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-05-14T16:49:53+00:00" }, { "name": "symfony/console", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27", "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/debug": "~2.8|~3.0|~4.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/dependency-injection": "<3.4", "symfony/process": "<3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.3|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/event-dispatcher": "~2.8|~3.0|~4.0", "symfony/lock": "~3.4|~4.0", "symfony/process": "~3.3|~4.0" }, "suggest": { "psr/log-implementation": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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-05-16T08:49:21+00:00" }, { "name": "symfony/css-selector", "version": "v2.8.40", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", "reference": "3cdc270724e4666006118283c700a4d7f9cbe264" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/css-selector/zipball/3cdc270724e4666006118283c700a4d7f9cbe264", "reference": "3cdc270724e4666006118283c700a4d7f9cbe264", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jean-François Simon", "email": "jeanfrancois.simon@sensiolabs.com" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", "time": "2018-03-10T18:19:36+00:00" }, { "name": "symfony/debug", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/b28fd73fefbac341f673f5efd707d539d6a19f68", "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "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/http-kernel": "~2.8|~3.0|~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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-05-16T14:03:39+00:00" }, { "name": "symfony/dependency-injection", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "c2741b26377804e3d70775a3ef29335685ee9b71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c2741b26377804e3d70775a3ef29335685ee9b71", "reference": "c2741b26377804e3d70775a3ef29335685ee9b71", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "psr/container": "^1.0" }, "conflict": { "symfony/config": "<3.3.7", "symfony/finder": "<3.3", "symfony/proxy-manager-bridge": "<3.4", "symfony/yaml": "<3.4" }, "provide": { "psr/container-implementation": "1.0" }, "require-dev": { "symfony/config": "~3.3|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/yaml": "~3.4|~4.0" }, "suggest": { "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", "time": "2018-05-18T01:58:36+00:00" }, { "name": "symfony/dom-crawler", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", "reference": "201b210fafcdd193c1e45b2994bf7133fb6263e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/201b210fafcdd193c1e45b2994bf7133fb6263e8", "reference": "201b210fafcdd193c1e45b2994bf7133fb6263e8", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "symfony/css-selector": "~2.8|~3.0|~4.0" }, "suggest": { "symfony/css-selector": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\DomCrawler\\": "" }, "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 DomCrawler Component", "homepage": "https://symfony.com", "time": "2018-05-01T22:53:27+00:00" }, { "name": "symfony/event-dispatcher", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8", "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "conflict": { "symfony/dependency-injection": "<3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0|~4.0", "symfony/dependency-injection": "~3.3|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/stopwatch": "~2.8|~3.0|~4.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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-04-06T07:35:25+00:00" }, { "name": "symfony/filesystem", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0", "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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-05-16T08:49:21+00:00" }, { "name": "symfony/finder", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "472a92f3df8b247b49ae364275fb32943b9656c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/472a92f3df8b247b49ae364275fb32943b9656c6", "reference": "472a92f3df8b247b49ae364275fb32943b9656c6", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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-05-16T08:49:21+00:00" }, { "name": "symfony/http-foundation", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "9a7469ec3e0225e7f0e14264bcd9e838e16186fe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9a7469ec3e0225e7f0e14264bcd9e838e16186fe", "reference": "9a7469ec3e0225e7f0e14264bcd9e838e16186fe", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php70": "~1.6" }, "require-dev": { "symfony/expression-language": "~2.8|~3.0|~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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": "2018-05-16T08:49:21+00:00" }, { "name": "symfony/http-kernel", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "66644bc7d17cc071d796efab9b950adbb86da134" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/66644bc7d17cc071d796efab9b950adbb86da134", "reference": "66644bc7d17cc071d796efab9b950adbb86da134", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "psr/log": "~1.0", "symfony/debug": "~2.8|~3.0|~4.0", "symfony/event-dispatcher": "~2.8|~3.0|~4.0", "symfony/http-foundation": "^3.4.4|^4.0.4", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/config": "<2.8", "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4", "symfony/var-dumper": "<3.3", "twig/twig": "<1.34|<2.4,>=2" }, "provide": { "psr/log-implementation": "1.0" }, "require-dev": { "psr/cache": "~1.0", "symfony/browser-kit": "~2.8|~3.0|~4.0", "symfony/class-loader": "~2.8|~3.0", "symfony/config": "~2.8|~3.0|~4.0", "symfony/console": "~2.8|~3.0|~4.0", "symfony/css-selector": "~2.8|~3.0|~4.0", "symfony/dependency-injection": "^3.4.5|^4.0.5", "symfony/dom-crawler": "~2.8|~3.0|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/finder": "~2.8|~3.0|~4.0", "symfony/process": "~2.8|~3.0|~4.0", "symfony/routing": "~3.4|~4.0", "symfony/stopwatch": "~2.8|~3.0|~4.0", "symfony/templating": "~2.8|~3.0|~4.0", "symfony/translation": "~2.8|~3.0|~4.0", "symfony/var-dumper": "~3.3|~4.0" }, "suggest": { "symfony/browser-kit": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/finder": "", "symfony/var-dumper": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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": "2018-05-21T13:44:03+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "time": "2018-04-30T19:57:29+00:00" }, { "name": "symfony/polyfill-iconv", "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/7cb8436a814d5b0fcf292810ee26f8b0cb47584d", "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-iconv": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Iconv\\": "" }, "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 Iconv extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "iconv", "polyfill", "portable", "shim" ], "time": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "3296adf6a6454a050679cde90f95350ad604b171" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", "reference": "3296adf6a6454a050679cde90f95350ad604b171", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8-dev" } }, "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": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/polyfill-php70", "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6", "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6", "shasum": "" }, "require": { "paragonie/random_compat": "~1.0|~2.0", "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php70\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/process", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/4cbf2db9abcb01486a21b7a059e03a62fae63187", "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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-05-16T08:49:21+00:00" }, { "name": "symfony/psr-http-message-bridge", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c2b757934f2d9681a287e662efbc27c41fe8ef86", "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86", "shasum": "" }, "require": { "php": ">=5.3.3", "psr/http-message": "~1.0", "symfony/http-foundation": "~2.3|~3.0|~4.0" }, "require-dev": { "symfony/phpunit-bridge": "~3.2|4.0" }, "suggest": { "psr/http-message-implementation": "To use the HttpFoundation factory", "zendframework/zend-diactoros": "To use the Zend Diactoros factory" }, "type": "symfony-bridge", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "PSR HTTP message bridge", "homepage": "http://symfony.com", "keywords": [ "http", "http-message", "psr-7" ], "time": "2017-12-19T00:31:44+00:00" }, { "name": "symfony/routing", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", "reference": "e382da877f5304aabc12ec3073eec430670c8296" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/routing/zipball/e382da877f5304aabc12ec3073eec430670c8296", "reference": "e382da877f5304aabc12ec3073eec430670c8296", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "conflict": { "symfony/config": "<3.3.1", "symfony/dependency-injection": "<3.3", "symfony/yaml": "<3.4" }, "require-dev": { "doctrine/annotations": "~1.0", "doctrine/common": "~2.2", "psr/log": "~1.0", "symfony/config": "^3.3.1|~4.0", "symfony/dependency-injection": "~3.3|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/http-foundation": "~2.8|~3.0|~4.0", "symfony/yaml": "~3.4|~4.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": "3.4-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-05-16T12:49:49+00:00" }, { "name": "symfony/serializer", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", "reference": "2f3630bb2b855de2284798db34d3ac5734766575" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/serializer/zipball/2f3630bb2b855de2284798db34d3ac5734766575", "reference": "2f3630bb2b855de2284798db34d3ac5734766575", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "phpdocumentor/type-resolver": "<0.2.1", "symfony/dependency-injection": "<3.2", "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", "symfony/property-info": "<3.1", "symfony/yaml": "<3.4" }, "require-dev": { "doctrine/annotations": "~1.0", "doctrine/cache": "~1.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0", "symfony/cache": "~3.1|~4.0", "symfony/config": "~2.8|~3.0|~4.0", "symfony/dependency-injection": "~3.2|~4.0", "symfony/http-foundation": "~2.8|~3.0|~4.0", "symfony/property-access": "~2.8|~3.0|~4.0", "symfony/property-info": "~3.1|~4.0", "symfony/yaml": "~3.4|~4.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.", "psr/cache-implementation": "For using the metadata cache.", "symfony/config": "For using the XML mapping loader.", "symfony/http-foundation": "To use the DataUriNormalizer.", "symfony/property-access": "For using the ObjectNormalizer.", "symfony/property-info": "To deserialize relations.", "symfony/yaml": "For using the default YAML mapping loader." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Serializer\\": "" }, "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 Serializer Component", "homepage": "https://symfony.com", "time": "2018-05-16T12:49:49+00:00" }, { "name": "symfony/translation", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/7047f725e35eab768137c677f8c38e4a2a8e38fb", "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.8", "symfony/dependency-injection": "<3.4", "symfony/yaml": "<3.4" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/finder": "~2.8|~3.0|~4.0", "symfony/intl": "^2.8.18|^3.2.5|~4.0", "symfony/yaml": "~3.4|~4.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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-05-21T10:06:52+00:00" }, { "name": "symfony/validator", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", "reference": "62ccdf62042fbca3be1e7b2dae84965940023362" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/validator/zipball/62ccdf62042fbca3be1e7b2dae84965940023362", "reference": "62ccdf62042fbca3be1e7b2dae84965940023362", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/translation": "~2.8|~3.0|~4.0" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/dependency-injection": "<3.3", "symfony/http-kernel": "<3.3.5", "symfony/yaml": "<3.4" }, "require-dev": { "doctrine/annotations": "~1.0", "doctrine/cache": "~1.0", "egulias/email-validator": "^1.2.8|~2.0", "symfony/cache": "~3.1|~4.0", "symfony/config": "~2.8|~3.0|~4.0", "symfony/dependency-injection": "~3.3|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/http-foundation": "~2.8|~3.0|~4.0", "symfony/http-kernel": "^3.3.5|~4.0", "symfony/intl": "^2.8.18|^3.2.5|~4.0", "symfony/property-access": "~2.8|~3.0|~4.0", "symfony/var-dumper": "~3.3|~4.0", "symfony/yaml": "~3.4|~4.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", "psr/cache-implementation": "For using the metadata cache.", "symfony/config": "", "symfony/expression-language": "For using the Expression validator", "symfony/http-foundation": "", "symfony/intl": "", "symfony/property-access": "For accessing properties within comparison constraints", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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-05-18T02:00:55+00:00" }, { "name": "symfony/var-dumper", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e6545672d8c9ce70dd472adc2f8b03155a46f73", "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "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-intl": "To show region name in time zone dump", "ext-symfony_debug": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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-04-26T12:42:15+00:00" }, { "name": "symfony/yaml", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/console": "<3.4" }, "require-dev": { "symfony/console": "~3.4|~4.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-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-05-03T23:18:14+00:00" }, { "name": "twbs/bootstrap-sass", "version": "v3.3.7", "source": { "type": "git", "url": "https://github.com/twbs/bootstrap-sass.git", "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47", "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47", "shasum": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mark Otto" }, { "name": "Thomas McDonald" }, { "name": "Tristan Harward" }, { "name": "Peter Gumeson" }, { "name": "Gleb Mazovetskiy" }, { "name": "Jacob Thornton" } ], "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", "homepage": "http://github.com/twbs/bootstrap-sass", "keywords": [ "bootstrap", "css", "sass" ], "time": "2016-07-25T19:58:53+00:00" }, { "name": "twig/twig", "version": "v1.35.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f", "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "psr/container": "^1.0", "symfony/debug": "^2.7", "symfony/phpunit-bridge": "^3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.35-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": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" }, { "name": "Twig Team", "homepage": "http://twig.sensiolabs.org/contributors", "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "http://twig.sensiolabs.org", "keywords": [ "templating" ], "time": "2018-03-20T04:25:58+00:00" }, { "name": "webflo/drupal-finder", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/webflo/drupal-finder.git", "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637", "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637", "shasum": "" }, "require-dev": { "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^4.8" }, "type": "library", "autoload": { "classmap": [ "src/DrupalFinder.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Florian Weber", "email": "florian@webflo.org" } ], "description": "Helper class to locate a Drupal installation from a given path.", "time": "2017-10-24T08:12:11+00:00" }, { "name": "webmozart/assert", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", "reference": "0df1908962e7a3071564e857d86874dad1ef204a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", "reference": "0df1908962e7a3071564e857d86874dad1ef204a", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "time": "2018-01-29T19:49:41+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" }, { "name": "zendframework/zend-diactoros", "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-diactoros.git", "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1", "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "psr/http-message": "^1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "ext-dom": "*", "ext-libxml": "*", "phpunit/phpunit": "^5.7.16 || ^6.0.8", "zendframework/zend-coding-standard": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7.x-dev", "dev-develop": "1.8.x-dev" } }, "autoload": { "psr-4": { "Zend\\Diactoros\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "description": "PSR HTTP Message implementations", "homepage": "https://github.com/zendframework/zend-diactoros", "keywords": [ "http", "psr", "psr-7" ], "time": "2018-02-26T15:44:50+00:00" }, { "name": "zendframework/zend-escaper", "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-escaper.git", "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074", "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", "zendframework/zend-coding-standard": "~1.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev", "dev-develop": "2.7.x-dev" } }, "autoload": { "psr-4": { "Zend\\Escaper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", "keywords": [ "ZendFramework", "escaper", "zf" ], "time": "2018-04-25T15:48:53+00:00" }, { "name": "zendframework/zend-feed", "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-feed.git", "reference": "15a6ca78dd8f67b687e4f902657b4e420a8fd1e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/15a6ca78dd8f67b687e4f902657b4e420a8fd1e0", "reference": "15a6ca78dd8f67b687e4f902657b4e420a8fd1e0", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-escaper": "^2.5.2", "zendframework/zend-stdlib": "^2.7.7 || ^3.1" }, "require-dev": { "phpunit/phpunit": "^5.7.23 || ^6.4.3", "psr/http-message": "^1.0.1", "zendframework/zend-cache": "^2.7.2", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-db": "^2.8.2", "zendframework/zend-http": "^2.7", "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", "zendframework/zend-validator": "^2.10.1" }, "suggest": { "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator", "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests", "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub", "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader", "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations", "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.9-dev", "dev-develop": "2.10-dev" } }, "autoload": { "psr-4": { "Zend\\Feed\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides functionality for consuming RSS and Atom feeds", "keywords": [ "ZendFramework", "feed", "zf" ], "time": "2018-05-14T21:45:18+00:00" }, { "name": "zendframework/zend-stdlib", "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cd164b4a18b5d1aeb69be2c26db035b5ed6925ae", "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpbench/phpbench": "^0.13", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", "zendframework/zend-coding-standard": "~1.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev", "dev-develop": "3.3.x-dev" } }, "autoload": { "psr-4": { "Zend\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "SPL extensions, array utilities, error handlers, and more", "keywords": [ "ZendFramework", "stdlib", "zf" ], "time": "2018-04-30T13:50:40+00:00" } ], "packages-dev": [ { "name": "ajgl/breakpoint-twig-extension", "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git", "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155", "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155", "shasum": "" }, "require": { "php": ">=5.4.0", "twig/twig": "^1.14" }, "require-dev": { "symfony/framework-bundle": "^2.3", "symfony/twig-bundle": "^2.3" }, "suggest": { "ext-xdebug": "The Xdebug extension is required for the breakpoint to work", "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony", "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.4.x-dev" } }, "autoload": { "psr-4": { "Ajgl\\Twig\\Extension\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Antonio J. García Lagar", "email": "aj@garcialagar.es", "homepage": "http://aj.garcialagar.es", "role": "developer" } ], "description": "Twig extension to set breakpoints", "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension", "keywords": [ "Xdebug", "breakpoint", "twig" ], "time": "2016-03-31T18:09:32+00:00" }, { "name": "behat/mink", "version": "v1.7.1", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9", "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/css-selector": "~2.1|~3.0" }, "require-dev": { "symfony/phpunit-bridge": "~2.7|~3.0" }, "suggest": { "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7.x-dev" } }, "autoload": { "psr-4": { "Behat\\Mink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Browser controller/emulator abstraction for PHP", "homepage": "http://mink.behat.org/", "keywords": [ "browser", "testing", "web" ], "time": "2016-03-05T08:26:18+00:00" }, { "name": "behat/mink-browserkit-driver", "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb", "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb", "shasum": "" }, "require": { "behat/mink": "^1.7.1@dev", "php": ">=5.3.6", "symfony/browser-kit": "~2.3|~3.0|~4.0", "symfony/dom-crawler": "~2.3|~3.0|~4.0" }, "require-dev": { "mink/driver-testsuite": "dev-master", "symfony/http-kernel": "~2.3|~3.0|~4.0" }, "type": "mink-driver", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Symfony2 BrowserKit driver for Mink framework", "homepage": "http://mink.behat.org/", "keywords": [ "Mink", "Symfony2", "browser", "testing" ], "time": "2018-05-02T09:25:31+00:00" }, { "name": "behat/mink-goutte-driver", "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/minkphp/MinkGoutteDriver.git", "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", "shasum": "" }, "require": { "behat/mink": "~1.6@dev", "behat/mink-browserkit-driver": "~1.2@dev", "fabpot/goutte": "~1.0.4|~2.0|~3.1", "php": ">=5.3.1" }, "require-dev": { "symfony/phpunit-bridge": "~2.7|~3.0" }, "type": "mink-driver", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Goutte driver for Mink framework", "homepage": "http://mink.behat.org/", "keywords": [ "browser", "goutte", "headless", "testing" ], "time": "2016-03-05T09:04:22+00:00" }, { "name": "drupal/twig_xdebug", "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupal.org/project/twig_xdebug", "reference": "8.x-1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip", "reference": "8.x-1.0", "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037" }, "require": { "ajgl/breakpoint-twig-extension": "0.3", "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0", "datestamp": "1464928439" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "charginghawk", "homepage": "https://www.drupal.org/user/2626341" } ], "description": "Enables Xdebug breakpoints in Twig.", "homepage": "https://www.drupal.org/project/twig_xdebug", "support": { "source": "http://cgit.drupalcode.org/twig_xdebug" } }, { "name": "fabpot/goutte", "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/Goutte.git", "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/395f61d7c2e15a813839769553a4de16fa3b3c96", "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0", "php": ">=5.5.0", "symfony/browser-kit": "~2.1|~3.0|~4.0", "symfony/css-selector": "~2.1|~3.0|~4.0", "symfony/dom-crawler": "~2.1|~3.0|~4.0" }, "require-dev": { "symfony/phpunit-bridge": "^3.3 || ^4" }, "type": "application", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Goutte\\": "Goutte" }, "exclude-from-classmap": [ "Goutte/Tests" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "A simple PHP Web Scraper", "homepage": "https://github.com/FriendsOfPHP/Goutte", "keywords": [ "scraper" ], "time": "2017-11-19T08:45:40+00:00" }, { "name": "jcalderonzumba/gastonjs", "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/jcalderonzumba/gastonjs.git", "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a", "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a", "shasum": "" }, "require": { "guzzlehttp/guzzle": "~5.0|~6.0", "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "~4.6", "silex/silex": "~1.2", "symfony/phpunit-bridge": "~2.7", "symfony/process": "~2.1" }, "type": "phantomjs-api", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Zumba\\GastonJS\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Juan Francisco Calderón Zumba", "email": "juanfcz@gmail.com", "homepage": "http://github.com/jcalderonzumba" } ], "description": "PhantomJS API based server for webpage automation", "homepage": "https://github.com/jcalderonzumba/gastonjs", "keywords": [ "api", "automation", "browser", "headless", "phantomjs" ], "time": "2016-05-04T16:27:07+00:00" }, { "name": "jcalderonzumba/mink-phantomjs-driver", "version": "v0.3.3", "source": { "type": "git", "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git", "reference": "008f43670e94acd39273d15add1e7348eb23848d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d", "reference": "008f43670e94acd39273d15add1e7348eb23848d", "shasum": "" }, "require": { "behat/mink": "~1.7", "jcalderonzumba/gastonjs": "~1.0", "php": ">=5.4", "twig/twig": "~1.20|~2.0" }, "require-dev": { "mink/driver-testsuite": "dev-master", "phpunit/phpunit": "~4.6" }, "type": "mink-driver", "extra": { "branch-alias": { "dev-master": "0.4.x-dev" } }, "autoload": { "psr-4": { "Zumba\\Mink\\Driver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Juan Francisco Calderón Zumba", "email": "juanfcz@gmail.com", "homepage": "http://github.com/jcalderonzumba" } ], "description": "PhantomJS driver for Mink framework", "homepage": "http://mink.behat.org/", "keywords": [ "ajax", "browser", "headless", "javascript", "phantomjs", "testing" ], "time": "2016-12-01T10:57:30+00:00" }, { "name": "mikey179/vfsStream", "version": "v1.6.5", "source": { "type": "git", "url": "https://github.com/mikey179/vfsStream.git", "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-0": { "org\\bovigo\\vfs\\": "src/main/php" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Frank Kleine", "homepage": "http://frankkleine.de/", "role": "Developer" } ], "description": "Virtual file system to mock the real file system in unit tests.", "homepage": "http://vfs.bovigo.org/", "time": "2017-08-01T08:02:14+00:00" }, { "name": "symfony/browser-kit", "version": "v3.4.10", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/840bb6f0d5b3701fd768b68adf7193c2d0f98f79", "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/dom-crawler": "~2.8|~3.0|~4.0" }, "require-dev": { "symfony/css-selector": "~2.8|~3.0|~4.0", "symfony/process": "~2.8|~3.0|~4.0" }, "suggest": { "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\BrowserKit\\": "" }, "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 BrowserKit Component", "homepage": "https://symfony.com", "time": "2018-03-19T22:32:39+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": { "drupal/token": 5, "drupal/ctools": 15, "drupal/pathauto": 5, "drupal/eu_cookie_compliance": 10, "drupal/livereload": 20, "drupal/front": 15, "drupal/filefield_sources": 20, "drupal/php": 20, "drupal/hacked": 10, "drupal/pathologic": 20, "drupal/typogrify": 15, "drupal/entityqueue": 15, "drupal/advanced_help": 20, "drupal/better_formats": 20, "drupal/block_class": 15, "drupal/redirect": 15, "drupal/libraries": 20, "drupal/linkchecker": 20, "drupal/devel": 5, "drupal/security_review": 20, "drupal/memcache": 15, "drupal/media": 20, "grom358/pharborist": 20, "drupal/superfish": 5, "drupal/views_bootstrap": 20, "drupal/views_responsive_grid": 20, "drupal/imagemagick": 15, "drupal/diff": 5, "drupal/ckeditor_widgets": 20, "drupal/layout_plugin": 15, "roave/security-advisories": 20 }, "prefer-stable": true, "prefer-lowest": false, "platform": [], "platform-dev": [], "platform-overrides": { "php": "7.0.27" } }