X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=composer.lock;h=ec4a0f43c64311cbe478be938e746ee3c169ea36;hp=b84cc7bc3a320032686dc9e238846d5985d00019;hb=439daa263544d7aa2a311a2e1cc7febbcc3c2ed0;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/composer.lock b/composer.lock index b84cc7bc3..ec4a0f43c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "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": "93c8d2a8e9e1cd1fada5ef839c53ad50", + "content-hash": "6a58fd3602ff1fc785a389a3d9e1c877", "packages": [ { "name": "alchemy/zippy", @@ -72,27 +72,36 @@ }, { "name": "asm89/stack-cors", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/asm89/stack-cors.git", - "reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc" + "reference": "65ccbd455370f043c2e3b93482a3813603d68731" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/asm89/stack-cors/zipball/3ae8ef219bb4c9a6caf857421719aa07fa7776cc", - "reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/65ccbd455370f043c2e3b93482a3813603d68731", + "reference": "65ccbd455370f043c2e3b93482a3813603d68731", "shasum": "" }, "require": { - "php": ">=5.3.2", - "symfony/http-foundation": "~2.1|~3.0", - "symfony/http-kernel": "~2.1|~3.0" + "php": ">=5.5.9", + "symfony/http-foundation": "~2.7|~3.0", + "symfony/http-kernel": "~2.7|~3.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.0 || ^4.8.10", + "squizlabs/php_codesniffer": "^2.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, "autoload": { - "psr-0": { - "Asm89\\Stack": "src/" + "psr-4": { + "Asm89\\Stack\\": "src/Asm89/Stack/" } }, "notification-url": "https://packagist.org/downloads/", @@ -111,20 +120,136 @@ "cors", "stack" ], - "time": "2016-08-01T12:05:04+00:00" + "time": "2017-04-11T20:03:41+00:00" + }, + { + "name": "caxy/php-htmldiff", + "version": "v0.1.5", + "source": { + "type": "git", + "url": "https://github.com/caxy/php-htmldiff.git", + "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/d7540c9938c860f2cb7083f72ba24c45f51d57bc", + "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc", + "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": "2017-06-12T17:35:44+00:00" + }, + { + "name": "cebe/markdown", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/cebe/markdown.git", + "reference": "f681fee8303310415b746f3758eeda0a7ad08bda" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cebe/markdown/zipball/f681fee8303310415b746f3758eeda0a7ad08bda", + "reference": "f681fee8303310415b746f3758eeda0a7ad08bda", + "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": "2015-03-06T05:21:16+00:00" }, { "name": "composer/installers", - "version": "v1.2.0", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "d78064c68299743e0161004f2de3a0204e33b804" + "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/d78064c68299743e0161004f2de3a0204e33b804", - "reference": "d78064c68299743e0161004f2de3a0204e33b804", + "url": "https://api.github.com/repos/composer/installers/zipball/79ad876c7498c0bbfe7eed065b8651c93bfd6045", + "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045", "shasum": "" }, "require": { @@ -166,12 +291,16 @@ "keywords": [ "Craft", "Dolibarr", + "Eliasis", "Hurad", "ImageCMS", + "Kanboard", "MODX Evo", "Mautic", + "Maya", "OXID", "Plentymarkets", + "Porto", "RadPHP", "SMF", "Thelia", @@ -194,9 +323,11 @@ "fuelphp", "grav", "installer", + "itop", "joomla", "kohana", "laravel", + "lavalite", "lithium", "magento", "mako", @@ -211,6 +342,7 @@ "roundcube", "shopware", "silverstripe", + "sydes", "symfony", "typo3", "wordpress", @@ -218,7 +350,7 @@ "zend", "zikula" ], - "time": "2016-08-13T20:53:52+00:00" + "time": "2017-04-24T06:37:16+00:00" }, { "name": "composer/semver", @@ -284,26 +416,26 @@ }, { "name": "consolidation/annotated-command", - "version": "2.4.5", + "version": "2.4.8", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "7c97c401ea81549779ce96d62f00d230ed5ff1d8" + "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/7c97c401ea81549779ce96d62f00d230ed5ff1d8", - "reference": "7c97c401ea81549779ce96d62f00d230ed5ff1d8", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/6672ea38212f8bffb71fec7eadc8b3372154b17e", + "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e", "shasum": "" }, "require": { "consolidation/output-formatters": "^3.1.5", "php": ">=5.4.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", - "psr/log": "~1", + "psr/log": "^1", "symfony/console": "^2.8|~3", - "symfony/event-dispatcher": "^2.5|~3", - "symfony/finder": "^2.5|~3" + "symfony/event-dispatcher": "^2.5|^3", + "symfony/finder": "^2.5|^3" }, "require-dev": { "phpunit/phpunit": "^4.8", @@ -332,20 +464,20 @@ } ], "description": "Initialize Symfony Console commands from annotated command class methods.", - "time": "2017-02-28T22:50:54+00:00" + "time": "2017-04-03T22:37:00+00:00" }, { "name": "consolidation/output-formatters", - "version": "3.1.8", + "version": "3.1.10", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "0b50ba1134d581fd55376f3e21508dab009ced47" + "reference": "3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0b50ba1134d581fd55376f3e21508dab009ced47", - "reference": "0b50ba1134d581fd55376f3e21508dab009ced47", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a", + "reference": "3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a", "shasum": "" }, "require": { @@ -362,7 +494,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -381,20 +513,20 @@ } ], "description": "Format text by applying transformations provided by plug-in formatters.", - "time": "2017-03-01T20:54:45+00:00" + "time": "2017-06-06T19:08:54+00:00" }, { "name": "cweagans/composer-patches", - "version": "1.6.0", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", - "reference": "7cd5c6eb7e68b8f7436ce1a7b9fffa4418bf59c6" + "reference": "b3036f23b73570ab5d869e345277786c8eb248a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/7cd5c6eb7e68b8f7436ce1a7b9fffa4418bf59c6", - "reference": "7cd5c6eb7e68b8f7436ce1a7b9fffa4418bf59c6", + "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/b3036f23b73570ab5d869e345277786c8eb248a9", + "reference": "b3036f23b73570ab5d869e345277786c8eb248a9", "shasum": "" }, "require": { @@ -425,7 +557,7 @@ } ], "description": "Provides a way to patch Composer packages.", - "time": "2016-12-01T01:19:32+00:00" + "time": "2017-03-19T18:18:52+00:00" }, { "name": "dflydev/dot-access-configuration", @@ -771,28 +903,29 @@ }, { "name": "doctrine/collections", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", - "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", + "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "^5.6 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "doctrine/coding-standard": "~0.1@dev", + "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { @@ -833,20 +966,20 @@ "collections", "iterator" ], - "time": "2015-04-14T22:21:58+00:00" + "time": "2017-01-03T10:49:41+00:00" }, { "name": "doctrine/common", - "version": "v2.5.3", + "version": "v2.7.2", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "10f1f19651343f87573129ca970aef1a47a6f29e" + "reference": "930297026c8009a567ac051fd545bf6124150347" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e", - "reference": "10f1f19651343f87573129ca970aef1a47a6f29e", + "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347", + "reference": "930297026c8009a567ac051fd545bf6124150347", "shasum": "" }, "require": { @@ -855,20 +988,20 @@ "doctrine/collections": "1.*", "doctrine/inflector": "1.*", "doctrine/lexer": "1.*", - "php": ">=5.3.2" + "php": "~5.6|~7.0" }, "require-dev": { - "phpunit/phpunit": "~3.7" + "phpunit/phpunit": "^5.4.6" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.5.x-dev" + "dev-master": "2.7.x-dev" } }, "autoload": { - "psr-0": { - "Doctrine\\Common\\": "lib/" + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", @@ -906,7 +1039,7 @@ "persistence", "spl" ], - "time": "2015-12-25T13:10:16+00:00" + "time": "2017-01-13T14:02:13+00:00" }, { "name": "doctrine/inflector", @@ -1031,16 +1164,16 @@ }, { "name": "drupal-composer/drupal-scaffold", - "version": "2.2.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/drupal-composer/drupal-scaffold.git", - "reference": "3ad465ac853c2e52e6a808f5529859917662c256" + "reference": "1374e1031b98beb502abea3854f361304965c628" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/3ad465ac853c2e52e6a808f5529859917662c256", - "reference": "3ad465ac853c2e52e6a808f5529859917662c256", + "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/1374e1031b98beb502abea3854f361304965c628", + "reference": "1374e1031b98beb502abea3854f361304965c628", "shasum": "" }, "require": { @@ -1068,21 +1201,21 @@ "GPL-2.0+" ], "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core", - "time": "2016-11-05T10:46:44+00:00" + "time": "2017-05-05T21:26:28+00:00" }, { "name": "drupal/admin_toolbar", - "version": "1.18.0", + "version": "1.19.0", "source": { "type": "git", "url": "https://git.drupal.org/project/admin_toolbar", - "reference": "8.x-1.18" + "reference": "8.x-1.19" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.18.zip", - "reference": "8.x-1.18", - "shasum": "ea5b6b5eb20757fda12e7220819a750e2575359b" + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.19.zip", + "reference": "8.x-1.19", + "shasum": "87de41eab3c5cd49d4e1b5b764cb3b9d5ad683a0" }, "require": { "drupal/core": "*" @@ -1093,8 +1226,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.18", - "datestamp": "1480614184" + "version": "8.x-1.19", + "datestamp": "1491487683" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -1131,30 +1264,30 @@ } }, { - "name": "drupal/bootstrap", - "version": "3.2.0", + "name": "drupal/advagg", + "version": "2.4.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/bootstrap", - "reference": "8.x-3.2" + "url": "https://git.drupal.org/project/advagg", + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.2.zip", - "reference": "8.x-3.2", - "shasum": "1638ded543a50a5dce558c2a8177a945a3e5a4cb" + "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-theme", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-3.x": "3.x-dev" + "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-3.2", - "datestamp": "1487640876" + "version": "8.x-2.4", + "datestamp": "1493949188" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -1162,198 +1295,511 @@ "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": "neardark", - "homepage": "https://www.drupal.org/user/661076" + "name": "mikeytown2", + "homepage": "https://www.drupal.org/user/282446" }, { - "name": "wundo", - "homepage": "https://www.drupal.org/user/25523" + "name": "rupl", + "homepage": "https://www.drupal.org/user/411999" } ], - "homepage": "https://www.drupal.org/project/bootstrap", + "description": "Improved aggregation of CSS/JS files to speed up page load times.", + "homepage": "https://drupal.org/project/advagg", "support": { - "source": "http://cgit.drupalcode.org/bootstrap" + "source": "https://cgit.drupalcode.org/advagg", + "issues": "https://drupal.org/project/issues/advagg", + "irc": "irc://irc.freenode.org/drupal-contribute" } }, { - "name": "drupal/console", - "version": "1.0.0-rc16", + "name": "drupal/advanced_help", + "version": "dev-1.x", "source": { "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console.git", - "reference": "955b057042635a5dc935799228ec7bbddf2c0cc2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/955b057042635a5dc935799228ec7bbddf2c0cc2", - "reference": "955b057042635a5dc935799228ec7bbddf2c0cc2", - "shasum": "" + "url": "https://git.drupal.org/project/advanced_help", + "reference": "ed80f440c8bb0c3c5b1868f3429f296e52c841a6" }, "require": { - "alchemy/zippy": "0.4.3", - "composer/installers": "~1.0", - "doctrine/annotations": "1.2.*", - "doctrine/collections": "1.3.0", - "drupal/console-core": "1.0.0-rc16", - "drupal/console-extend-plugin": "~0", - "gabordemooij/redbean": "~4.3", - "guzzlehttp/guzzle": "~6.1", - "php": "^5.5.9 || ^7.0", - "psy/psysh": "0.6.* || ~0.8", - "symfony/css-selector": ">=2.7 <3.0", - "symfony/dom-crawler": ">=2.7 <3.3", - "symfony/expression-language": ">=2.7 <3.0", - "symfony/http-foundation": ">=2.7 <3.0" + "drupal/core": "~8.0", + "michelf/php-markdown": "^1.7" }, - "bin": [ - "bin/drupal" - ], - "type": "project", - "autoload": { - "psr-4": { - "Drupal\\Console\\": "src" + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.x-dev", + "datestamp": "1490703369" } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "David Flores", - "email": "dmousex@gmail.com", - "homepage": "http://dmouse.net" + "name": "David Valdez (gnuget)", + "homepage": "https://www.drupal.org/u/gnuget", + "role": "Maintainer" }, { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com", - "homepage": "http://jmolivas.com" + "name": "dmitrig01", + "homepage": "https://www.drupal.org/user/47566" }, { - "name": "Drupal Console Contributors", - "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" + "name": "fgm", + "homepage": "https://www.drupal.org/user/27985" }, { - "name": "Eduardo Garcia", - "email": "enzo@enzolutions.com", - "homepage": "http://enzolutions.com/" + "name": "gisle", + "homepage": "https://www.drupal.org/user/409554" }, { - "name": "Omar Aguirre", - "email": "omersguchigu@gmail.com" + "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": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.", - "homepage": "http://drupalconsole.com/", - "keywords": [ - "console", - "development", - "drupal", - "symfony" - ], - "time": "2017-02-09T18:54:29+00:00" + "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" + } }, { - "name": "drupal/console-core", - "version": "1.0.0-rc16", + "name": "drupal/better_formats", + "version": "dev-1.x", "source": { "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "42690f652b3a61d7d15fe9b785b946f3eb9227bf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/42690f652b3a61d7d15fe9b785b946f3eb9227bf", - "reference": "42690f652b3a61d7d15fe9b785b946f3eb9227bf", - "shasum": "" + "url": "https://git.drupal.org/project/better_formats", + "reference": "9b3b5fa792c1dfe0d1121021a230086f3599b7e4" }, "require": { - "dflydev/dot-access-configuration": "1.0.1", - "drupal/console-en": "1.0.0-rc16", - "php": "^5.5.9 || ^7.0", - "stecman/symfony-console-completion": "~0.7", - "symfony/config": ">=2.7 <3.0", - "symfony/console": ">=2.7 <3.0", - "symfony/debug": ">=2.6 <3.0", - "symfony/dependency-injection": ">=2.7 <3.0", - "symfony/event-dispatcher": ">=2.7 <3.0", - "symfony/filesystem": ">=2.7 <3.0", - "symfony/finder": ">=2.7 <3.0", - "symfony/process": ">=2.7 <3.0", - "symfony/translation": ">=2.7 <3.0", - "symfony/yaml": ">=2.7 <3.0", - "twig/twig": "^1.23.1", - "webflo/drupal-finder": "0.*" + "drupal/core": "~8.0" }, - "type": "project", - "autoload": { - "files": [ - "src/constants.php", - "src/functions.php" - ], - "psr-4": { - "Drupal\\Console\\Core\\": "src" + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.x-dev", + "datestamp": "1474656839" } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "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": "Devin Carlson", + "homepage": "https://www.drupal.org/user/290182" }, { - "name": "Omar Aguirre", - "email": "omersguchigu@gmail.com" + "name": "dragonwize", + "homepage": "https://www.drupal.org/user/137882" } ], - "description": "Drupal Console Core", - "homepage": "http://drupalconsole.com/", - "keywords": [ - "console", - "development", - "drupal", - "symfony" - ], - "time": "2017-02-09T18:22:32+00:00" + "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" + } }, { - "name": "drupal/console-en", - "version": "1.0.0-rc16", + "name": "drupal/blazy", + "version": "1.0.0-rc2", "source": { "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-en.git", - "reference": "32c1e4c31500ba4ccd5e68bd74977fd6258c3e37" + "url": "https://git.drupal.org/project/blazy", + "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/32c1e4c31500ba4ccd5e68bd74977fd6258c3e37", - "reference": "32c1e4c31500ba4ccd5e68bd74977fd6258c3e37", - "shasum": "" + "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.5.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/bootstrap", + "reference": "8.x-3.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.5.zip", + "reference": "8.x-3.5", + "shasum": "569f8a243ad6a2e04a86123a0b2a594783a09860" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-theme", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.5", + "datestamp": "1495040301" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "markcarver", + "homepage": "https://www.drupal.org/user/501638" + }, + { + "name": "neardark", + "homepage": "https://www.drupal.org/user/661076" + }, + { + "name": "sylus", + "homepage": "https://www.drupal.org/user/339714" + }, + { + "name": "wundo", + "homepage": "https://www.drupal.org/user/25523" + } + ], + "homepage": "https://www.drupal.org/project/bootstrap", + "support": { + "source": "http://cgit.drupalcode.org/bootstrap" + } + }, + { + "name": "drupal/bootstrap_layouts", + "version": "4.1.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/bootstrap_layouts", + "reference": "8.x-4.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.1.zip", + "reference": "8.x-4.1", + "shasum": "3f1e7598e9a476e4d396ddc1e49cd2851e948a2c" + }, + "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.1", + "datestamp": "1481413087" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "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.0.0-rc21", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console.git", + "reference": "e01db040db734b2f8b30921ababc53ce51d01896" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/e01db040db734b2f8b30921ababc53ce51d01896", + "reference": "e01db040db734b2f8b30921ababc53ce51d01896", + "shasum": "" + }, + "require": { + "alchemy/zippy": "0.4.3", + "composer/installers": "~1.0", + "doctrine/annotations": "1.2.*", + "doctrine/collections": "~1.3", + "drupal/console-core": "1.0.0-rc21", + "drupal/console-extend-plugin": "~0", + "gabordemooij/redbean": "~4.3", + "guzzlehttp/guzzle": "~6.1", + "php": "^5.5.9 || ^7.0", + "psy/psysh": "0.6.* || ~0.8", + "symfony/css-selector": ">=2.7 <3.0", + "symfony/dom-crawler": ">=2.7 <3.3", + "symfony/expression-language": ">=2.7 <3.0", + "symfony/http-foundation": ">=2.7 <3.0" + }, + "bin": [ + "bin/drupal" + ], + "type": "project", + "autoload": { + "psr-4": { + "Drupal\\Console\\": "src" + } }, - "type": "drupal-console-language", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" @@ -1374,256 +1820,3708 @@ "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" }, { - "name": "Eduardo Garcia", - "email": "enzo@enzolutions.com", - "homepage": "http://enzolutions.com/" + "name": "Eduardo Garcia", + "email": "enzo@enzolutions.com", + "homepage": "http://enzolutions.com/" + }, + { + "name": "Omar Aguirre", + "email": "omersguchigu@gmail.com" + } + ], + "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": "2017-06-07T16:21:12+00:00" + }, + { + "name": "drupal/console-core", + "version": "1.0.0-rc21", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console-core.git", + "reference": "a473a27292110e5f50e0ae8df36d38449ce55903" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/a473a27292110e5f50e0ae8df36d38449ce55903", + "reference": "a473a27292110e5f50e0ae8df36d38449ce55903", + "shasum": "" + }, + "require": { + "dflydev/dot-access-configuration": "1.0.1", + "drupal/console-en": "1.0.0-rc21", + "php": "^5.5.9 || ^7.0", + "stecman/symfony-console-completion": "~0.7", + "symfony/config": ">=2.7 <3.0", + "symfony/console": ">=2.7 <3.0", + "symfony/debug": ">=2.6 <3.0", + "symfony/dependency-injection": ">=2.7 <3.0", + "symfony/event-dispatcher": ">=2.7 <3.0", + "symfony/filesystem": ">=2.7 <3.0", + "symfony/finder": ">=2.7 <3.0", + "symfony/process": ">=2.7 <3.0", + "symfony/translation": ">=2.7 <3.0", + "symfony/yaml": ">=2.7 <3.0", + "twig/twig": "^1.23.1", + "webflo/drupal-finder": "^0.3.0" + }, + "type": "project", + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Drupal\\Console\\Core\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "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": "2017-06-07T15:57:23+00:00" + }, + { + "name": "drupal/console-en", + "version": "1.0.0-rc21", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console-en.git", + "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/b6f563b8760c3b19aad22dd213a9cfba2f2c75d0", + "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0", + "shasum": "" + }, + "type": "drupal-console-language", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "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": "2017-05-20T23:29:05+00:00" + }, + { + "name": "drupal/console-extend-plugin", + "version": "0.8.0", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", + "reference": "d69ffe413259781c4257ab42bd79c9da9042e87e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/d69ffe413259781c4257ab42bd79c9da9042e87e", + "reference": "d69ffe413259781c4257ab42bd79c9da9042e87e", + "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-06-08T16:06:59+00:00" + }, + { + "name": "drupal/core", + "version": "8.3.7", + "source": { + "type": "git", + "url": "https://github.com/drupal/core.git", + "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/drupal/core/zipball/32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff", + "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff", + "shasum": "" + }, + "require": { + "asm89/stack-cors": "~1.0", + "composer/semver": "~1.0", + "doctrine/annotations": "1.2.*", + "doctrine/common": "^2.5", + "easyrdf/easyrdf": "0.9.*", + "egulias/email-validator": "1.2.*", + "guzzlehttp/guzzle": "^6.2.1", + "masterminds/html5": "~2.1", + "paragonie/random_compat": "^1.0|^2.0", + "php": ">=5.5.9", + "stack/builder": "1.0.*", + "symfony-cmf/routing": "~1.4", + "symfony/class-loader": "~2.8", + "symfony/console": "~2.8", + "symfony/dependency-injection": "~2.8", + "symfony/event-dispatcher": "~2.8", + "symfony/http-foundation": "~2.8", + "symfony/http-kernel": "~2.8", + "symfony/polyfill-iconv": "~1.0", + "symfony/process": "~2.8", + "symfony/psr-http-message-bridge": "^1.0", + "symfony/routing": "~2.8", + "symfony/serializer": "~2.8", + "symfony/translation": "~2.8", + "symfony/validator": "~2.8", + "symfony/yaml": "~2.8", + "twig/twig": "^1.23.1", + "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-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_discovery": "self.version", + "drupal/link": "self.version", + "drupal/locale": "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/outside_in": "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/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", + "drupal/coder": "8.2.12", + "jcalderonzumba/gastonjs": "~1.0.2", + "jcalderonzumba/mink-phantomjs-driver": "~0.3.1", + "mikey179/vfsstream": "~1.2", + "phpunit/phpunit": ">=4.8.28 <5", + "symfony/browser-kit": ">=2.8.13 <3.0", + "symfony/css-selector": "~2.8" + }, + "type": "drupal-core", + "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+" + ], + "description": "Drupal is an open source content management platform powering millions of websites and applications.", + "time": "2017-08-16T17:10:35+00:00" + }, + { + "name": "drupal/crop", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/crop", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "0ad542254940c844f8a22c1b386131f06c665b4f" + }, + "require": { + "drupal/core": "*" + }, + "require-dev": { + "drupal/media_entity": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1491032884" + } + }, + "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.0.0-rc2", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/devel", + "reference": "8.x-1.0-rc2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "011322bf9c263dab29f94640829f4b654e9c5632" + }, + "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.0-rc2", + "datestamp": "1492989244" + } + }, + "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" + }, + "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+" + ], + "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": "1.0.0-alpha7", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/dropzonejs", + "reference": "8.x-1.0-alpha7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-1.0-alpha7.zip", + "reference": "8.x-1.0-alpha7", + "shasum": "62fc6d46cee1d5fa9885bab3e65b3638172311f6" + }, + "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-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha7", + "datestamp": "1495200183" + } + }, + "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": "1.0.0-alpha7", + "require": { + "drupal/core": "*", + "drupal/dropzonejs": "self.version", + "drupal/entity_browser": "*" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha7", + "datestamp": "1495200183" + } + }, + "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": "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": "8bf2d9c140d4a315f267ff511fc69ea1595b62b8" + }, + "require": { + "cebe/markdown": "1.0.*@dev", + "drupal/core": "~8.0", + "grom358/pharborist": "dev-master", + "symfony/filesystem": "^2.6.0", + "symfony/finder": "^2.6.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+9-dev", + "datestamp": "1490452983" + } + }, + "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": "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" + } + }, + { + "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-alpha4", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/entity", + "reference": "8.x-1.0-alpha4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "c081d3757c159dfee74c9e5acb63bdee81c42e18" + }, + "require": { + "drupal/core": "~8.1" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha4", + "datestamp": "1481194983" + } + }, + "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.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/entity_browser", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "6bd7bbcda1eebacc3685e9edaad2ad29b525b2ad" + }, + "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.0", + "datestamp": "1492678144" + } + }, + "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.0.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.0", + "datestamp": "1492678144" + } + }, + "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": "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.3.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/entity_reference_revisions", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "78aebb58efbbfcbb2faa40a1afc0830312b32631" + }, + "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.3", + "datestamp": "1495814284" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "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-alpha6", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/entityqueue", + "reference": "8.x-1.0-alpha6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha6.zip", + "reference": "8.x-1.0-alpha6", + "shasum": "2f7c639020a4c688b419ca90e35ffe0d08b34639" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha6", + "datestamp": "1481985783" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "amateescu", + "homepage": "https://www.drupal.org/user/729614" + }, + { + "name": "jojonaloha", + "homepage": "https://www.drupal.org/user/1579186" + }, + { + "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.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/environment_indicator", + "reference": "8.x-3.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "eb435b390f07e228eb55638630c6b5b9fb3e104e" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0", + "datestamp": "1487828585" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "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-beta7", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/eu-cookie-compliance", + "reference": "8.x-1.0-beta7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.0-beta7.zip", + "reference": "8.x-1.0-beta7", + "shasum": "c8859fbeb5f6b1122c0eb6c5df1c4cd4b2961421" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta7", + "datestamp": "1471263146" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "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.1.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/fontyourface", + "reference": "8.x-3.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.1.zip", + "reference": "8.x-3.1", + "shasum": "c5e02349327e4962dc15901ad442a887326b5b73" + }, + "require": { + "drupal/core": "8.*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.1", + "datestamp": "1490223783" + } + }, + "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": "http://drupal.org/project/issues/fontyourface" + } + }, + { + "name": "drupal/front", + "version": "1.0.0-alpha2", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/front", + "reference": "8.x-1.0-alpha2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-alpha2.zip", + "reference": "8.x-1.0-alpha2", + "shasum": "d4381a4fea8ebdf50575a2b443094612b0ff1eb0" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha2", + "datestamp": "1487686982" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "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-beta1", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/hacked", + "reference": "8.x-2.0-beta1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta1.zip", + "reference": "8.x-2.0-beta1", + "shasum": "97b091470b83b3bdfe9a13673c5c676b3ce0414a" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.0-beta1", + "datestamp": "1453154039" + }, + "patches_applied": { + "Compatibility with diff module API change: Turn EntityComparisonBase into a service": "https://www.drupal.org/files/issues/hacked-diff-diff-service-2800645-2.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "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.2.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/htmLawed", + "reference": "8.x-3.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.2.zip", + "reference": "8.x-3.2", + "shasum": "9ced09e67458a0efcd7c4cc7e83f05fb4035ddcc" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.2", + "datestamp": "1480745884" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "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.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/image_widget_crop", + "reference": "8.x-2.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.0.zip", + "reference": "8.x-2.0", + "shasum": "2c8e13e0c73d95a3f8dde5392da2ef20c3d17faa" + }, + "require": { + "drupal/core": "*", + "drupal/crop": "1.x" + }, + "require-dev": { + "drupal/crop": "*", + "drupal/ctools": "3.x-dev", + "drupal/entity_browser": "1.x-dev", + "drupal/file_entity": "*", + "drupal/imce": "1.x-dev", + "drupal/inline_entity_form": "*", + "drupal/media_entity": "*", + "drupal/media_entity_image": "1.x-dev" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.0", + "datestamp": "1492618444" + } + }, + "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": "51377136199d15d6e0ca36339f68934c4eb19204" + }, + "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": "1472288039" + } + }, + "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" + } + }, + { + "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": "1.6.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/media_entity", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "86fd1478f2448c034660faa30ef34c0e8519fecb" + }, + "require": { + "drupal/core": "~8.1", + "drupal/entity": "^1.0.0-alpha3" + }, + "require-dev": { + "drupal/entity": "*", + "drupal/inline_entity_form": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.6", + "datestamp": "1480363983" + } + }, + "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" + }, + { + "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": "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 a lean and simple way to store media on Drupal 8 sites.", + "homepage": "https://www.drupal.org/project/media_entity", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://www.drupal.org/project/media_entity", + "issues": "https://www.drupal.org/project/issues/media_entity" + } + }, + { + "name": "drupal/media_entity_document", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/media_entity_document", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "88a45820cf0aeb5f8a3ade3338007771191508e4" + }, + "require": { + "drupal/core": "~8.1", + "drupal/media_entity": "~1.0 || ~8.1.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1470211995" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "NerOcrO", + "homepage": "https://www.drupal.org/user/1728164", + "role": "Maintainer" + } + ], + "description": "Local documents integration for Drupal Media entity.", + "homepage": "https://www.drupal.org/project/media_entity_document", + "keywords": [ + "Drupal", + "document", + "media" + ], + "support": { + "source": "https://www.drupal.org/project/media_entity_document", + "issues": "https://www.drupal.org/project/issues/media_entity_document" + } + }, + { + "name": "drupal/media_entity_image", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/media_entity_image", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "d02d1d793a50ea3b9cb5a3219472fdd27980f4f3" + }, + "require": { + "drupal/core": "~8.1", + "drupal/media_entity": "~1.0 || ~8.1.0" + }, + "require-dev": { + "drupal/entity_browser": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1470170939" + } + }, + "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": "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": "1.4.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/media_entity_instagram", + "reference": "8.x-1.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "2b69b90417f3c458b4db3ba890813c313d381f0e" + }, + "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.4", + "datestamp": "1495556283" + } + }, + "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": "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": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/media_entity_slideshow", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "c9d49eb6be7de0ea8e500554b89842842287cd1f" + }, + "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.2", + "datestamp": "1470687839" + } + }, + "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" + } + ], + "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": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/media_entity_twitter", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "280406ba63e2c00befa9bb1434ad2d4d3113b239" + }, + "require": { + "drupal/core": "~8.0", + "drupal/media_entity": "*", + "j7mbo/twitter-api-php": "~1.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.3", + "datestamp": "1478549339" + } + }, + "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": "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-alpha3", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/memcache", + "reference": "8.x-2.0-alpha3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha3.zip", + "reference": "8.x-2.0-alpha3", + "shasum": "21db65a220e2a71227fa7a88f4033559fec5c9ff" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.0-alpha3", + "datestamp": "1492523944" + } + }, + "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.1.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/metatag", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "bb9b608879e2f7d8086a0e6606286086f5009d71" + }, + "require": { + "drupal/core": "*", + "drupal/token": "*" + }, + "require-dev": { + "drupal/metatag_dc": "*", + "drupal/metatag_open_graph": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1496428672" + } + }, + "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": [ + "php", + "seo" + ], + "support": { + "source": "http://cgit.drupalcode.org/metatag", + "issues": "http://drupal.org/project/issues/metatag" + } + }, + { + "name": "drupal/migrate_plus", + "version": "4.0.0-beta1", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/migrate_plus", + "reference": "8.x-4.0-beta1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta1.zip", + "reference": "8.x-4.0-beta1", + "shasum": "e64bac006e3ef9ae697b0f2c4b3744af0524e208" + }, + "require": { + "drupal/core": "^8.3" + }, + "require-dev": { + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*" + }, + "suggest": { + "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-beta1", + "datestamp": "1494450185" + } + }, + "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-rc1", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/migrate_upgrade", + "reference": "8.x-3.0-rc1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc1.zip", + "reference": "8.x-3.0-rc1", + "shasum": "0141d36fb99b166c5e114b946b140780489620e3" + }, + "require": { + "drupal/core": "*", + "drupal/migrate_plus": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0-rc1", + "datestamp": "1476200639" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Ryan Weal", + "homepage": "https://www.drupal.org/user/412402" + }, + { + "name": "abhishek-anand", + "homepage": "https://www.drupal.org/user/468982" + }, + { + "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.1.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/paragraphs", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "c678e5704a98c6a0549e415412da081cfeb03a00" + }, + "require": { + "drupal/core": "~8.0", + "drupal/entity_reference_revisions": "*" + }, + "require-dev": { + "drupal/diff": "*", + "drupal/field_group": "*", + "drupal/inline_entity_form": "*", + "drupal/replicate": "*", + "drupal/search_api": "*", + "drupal/search_api_db": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1487331784" + } + }, + "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.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/pathauto", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "4c82a5689a18421c8c73fcc8be7b333bb21ae02a" + }, + "require": { + "drupal/core": "*", + "drupal/ctools": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1493468044" + } + }, + "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" + }, + { + "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": "4f9f3fdcf1e0b224c4d8650e383a769f40abf9bf" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.x-dev", + "datestamp": "1494720785" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Garrett Albright", + "homepage": "https://www.drupal.org/user/191212" + } + ], + "description": "Helps avoid broken links and incorrect paths in content.", + "homepage": "https://www.drupal.org/project/pathologic", + "support": { + "source": "http://cgit.drupalcode.org/pathologic" + } + }, + { + "name": "drupal/permissions_by_term", + "version": "1.19.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/permissions_by_term", + "reference": "8.x-1.19" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.19.zip", + "reference": "8.x-1.19", + "shasum": "87ecf60dda39138f648ee57fe4e3ce334b187100" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.19", + "datestamp": "1494360188" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Peter Majmesku", + "homepage": "https://www.drupal.org/user/786132" + } + ], + "description": "Limits the selection of specific taxonomy terms by users or roles. Prevents users to display nodes and nodes on views pages, for which which they do not have access by taxonomy term restriction.", + "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.0.0-alpha5", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/redirect", + "reference": "8.x-1.0-alpha5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.0-alpha5.zip", + "reference": "8.x-1.0-alpha5", + "shasum": "927aa4c8d8b40b0cd2442bee86f2f386d25e53ca" + }, + "require": { + "drupal/core": "~8" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha5", + "datestamp": "1492182542" + } + }, + "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": "35ebae445bb260e961e47c4c58efe7c50c228999" + }, + "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": "1476978839" + }, + "patches_applied": { + "Fix missing field review list": "https://www.drupal.org/files/issues/security_review-dangerous-tags-list-2744805-2.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "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" + } + }, + { + "name": "drupal/simple_sitemap", + "version": "2.9.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/simple_sitemap", + "reference": "8.x-2.9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.9.zip", + "reference": "8.x-2.9", + "shasum": "73bc5b375a7563ee217688f752318fe044b1e9de" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.9", + "datestamp": "1490775483" + } + }, + "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": "Omar Aguirre", - "email": "omersguchigu@gmail.com" + "name": "gausarts", + "homepage": "https://www.drupal.org/user/159062" } ], - "description": "Drupal Console English Language", - "homepage": "http://drupalconsole.com/", + "description": "Slick carousel, the last carousel you'll ever need.", + "homepage": "https://drupal.org/project/slick", "keywords": [ - "console", - "development", - "drupal", - "symfony" + "Drupal", + "carousel", + "slideshow" ], - "time": "2017-02-09T16:02:27+00:00" + "support": { + "source": "http://cgit.drupalcode.org/slick", + "issues": "https://drupal.org/project/issues/slick" + } }, { - "name": "drupal/console-extend-plugin", - "version": "0.4.0", + "name": "drupal/slick_media", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", - "reference": "df2396782960335d18a8e5eb6ab630a37ca5f493" + "url": "https://git.drupal.org/project/slick_media", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/df2396782960335d18a8e5eb6ab630a37ca5f493", - "reference": "df2396782960335d18a8e5eb6ab630a37ca5f493", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "b85a9899c53ca2f59f7cdbba044e2f58ae71e092" }, "require": { - "composer-plugin-api": "^1.0", - "symfony/finder": ">=2.7 <3.0", - "symfony/yaml": ">=2.7 <3.0" + "drupal/core": "~8.0", + "drupal/media_entity_image": "*", + "drupal/slick": "*", + "drupal/video_embed_media": "*" }, - "type": "composer-plugin", + "type": "drupal-module", "extra": { - "class": "Drupal\\Console\\Composer\\Plugin\\Extender" - }, - "autoload": { - "psr-4": { - "Drupal\\Console\\Composer\\Plugin\\": "src" + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1495747983" } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com" + "name": "gausarts", + "homepage": "https://www.drupal.org/user/159062" } ], - "description": "Drupal Console Extend Plugin", - "time": "2017-02-14T08:38:49+00:00" + "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/core", - "version": "8.2.6", + "name": "drupal/superfish", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/drupal-composer/drupal-core.git", - "reference": "6cd5d296125a4584d470d75d8e5218ff17c39c22" + "url": "https://git.drupal.org/project/superfish", + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal-composer/drupal-core/zipball/6cd5d296125a4584d470d75d8e5218ff17c39c22", - "reference": "6cd5d296125a4584d470d75d8e5218ff17c39c22", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "f5e9e547d1d38588a963b22105dec1deb1e55010" }, "require": { - "asm89/stack-cors": "~1.0", - "composer/semver": "~1.0", - "doctrine/annotations": "1.2.*", - "doctrine/common": "2.5.*", - "easyrdf/easyrdf": "0.9.*", - "egulias/email-validator": "1.2.*", - "guzzlehttp/guzzle": "^6.2.1", - "masterminds/html5": "~2.1", - "paragonie/random_compat": "^1|^2", - "php": ">=5.5.9", - "stack/builder": "1.0.*", - "symfony-cmf/routing": "~1.4", - "symfony/class-loader": "~2.8", - "symfony/console": "~2.8", - "symfony/dependency-injection": "~2.8", - "symfony/event-dispatcher": "~2.8", - "symfony/http-foundation": "~2.8", - "symfony/http-kernel": "~2.8", - "symfony/polyfill-iconv": "~1.0", - "symfony/process": "~2.8", - "symfony/psr-http-message-bridge": "v0.2", - "symfony/routing": "~2.8", - "symfony/serializer": "~2.8", - "symfony/translation": "~2.8", - "symfony/validator": "~2.8", - "symfony/yaml": "~2.8", - "twig/twig": "^1.23.1", - "zendframework/zend-diactoros": "~1.1", - "zendframework/zend-feed": "~2.4" - }, - "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-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_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/link": "self.version", - "drupal/locale": "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/outside_in": "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/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" - }, - "require-dev": { - "behat/mink": "~1.7", - "behat/mink-goutte-driver": "~1.2", - "jcalderonzumba/gastonjs": "~1.0.2", - "jcalderonzumba/mink-phantomjs-driver": "~0.3.1", - "mikey179/vfsstream": "~1.2", - "phpunit/phpunit": "~4.8", - "symfony/css-selector": "~2.8" + "drupal/core": "~8.0", + "mehrpadin/superfish": "~2.0" }, - "type": "drupal-core", - "autoload": { - "psr-4": { - "Drupal\\Core\\": "lib/Drupal/Core", - "Drupal\\Component\\": "lib/Drupal/Component", - "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver" + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" }, - "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" - ] + "drupal": { + "version": "8.x-1.1", + "datestamp": "1496335443" + } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], - "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2017-02-01T17:03:36+00:00" + "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/ctools", - "version": "3.0.0-alpha27", + "name": "drupal/toc_formatter", + "version": "1.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/ctools", - "reference": "8.x-3.0-alpha27" + "url": "https://git.drupal.org/project/toc_formatter", + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha27.zip", - "reference": "8.x-3.0-alpha27", - "shasum": "3e069c46902dd05c2a4e0caf7b185942e9b53238" + "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" @@ -1631,11 +5529,11 @@ "type": "drupal-module", "extra": { "branch-alias": { - "dev-3.x": "3.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-3.0-alpha27", - "datestamp": "1471723439" + "version": "8.x-1.1", + "datestamp": "1398611927" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -1643,72 +5541,37 @@ "GPL-2.0+" ], "authors": [ - { - "name": "EclipseGc", - "homepage": "https://www.drupal.org/user/61203" - }, - { - "name": "damiankloip", - "homepage": "https://www.drupal.org/user/1037976" - }, - { - "name": "dawehner", - "homepage": "https://www.drupal.org/user/99340" - }, - { - "name": "esmerel", - "homepage": "https://www.drupal.org/user/164022" - }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "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": "Robert Castelo", + "homepage": "https://www.drupal.org/user/3555" }, { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" + "name": "neilt17", + "homepage": "https://www.drupal.org/user/324142" } ], - "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.", - "homepage": "https://www.drupal.org/project/ctools", + "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/ctools" + "source": "http://cgit.drupalcode.org/toc_formatter" } }, { - "name": "drupal/entity_reference_revisions", + "name": "drupal/tocify", "version": "1.2.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/entity_reference_revisions", + "url": "https://git.drupal.org/project/tocify", "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.2.zip", + "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip", "reference": "8.x-1.2", - "shasum": "15261a4237cc2a743522a7bd81e9f34e01d12843" + "shasum": "687ea298fa66b6e79addd8af25204917acfd0209" }, "require": { - "drupal/core": "~8.0" - }, - "require-dev": { - "drupal/diff": "*" + "drupal/core": "*" }, "type": "drupal-module", "extra": { @@ -1717,7 +5580,7 @@ }, "drupal": { "version": "8.x-1.2", - "datestamp": "1485790085" + "datestamp": "1493816586" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -1726,40 +5589,44 @@ ], "authors": [ { - "name": "Frans", - "homepage": "https://www.drupal.org/user/514222" + "name": "Hydra", + "homepage": "https://www.drupal.org/user/647364" }, { - "name": "jeroen.b", - "homepage": "https://www.drupal.org/user/1853532" + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" }, { - "name": "miro_dietiker", - "homepage": "https://www.drupal.org/user/227761" + "name": "sanduhrs", + "homepage": "https://www.drupal.org/user/28074" } ], - "description": "Adds a Entity Reference field type with revision support.", - "homepage": "https://www.drupal.org/project/entity_reference_revisions", + "description": "Tocify your content", + "homepage": "https://www.drupal.org/project/tocify", + "keywords": [ + "Drupal" + ], "support": { - "source": "http://cgit.drupalcode.org/entity_reference_revisions" + "source": "http://cgit.drupalcode.org/tocify", + "issues": "http://drupal.org/project/issues/tocify" } }, { - "name": "drupal/eu_cookie_compliance", - "version": "1.0.0-beta7", + "name": "drupal/token", + "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/eu-cookie-compliance", - "reference": "8.x-1.0-beta7" + "url": "https://git.drupal.org/project/token", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.0-beta7.zip", - "reference": "8.x-1.0-beta7", - "shasum": "c8859fbeb5f6b1122c0eb6c5df1c4cd4b2961421" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442" }, "require": { - "drupal/core": "*" + "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { @@ -1767,8 +5634,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-beta7", - "datestamp": "1471263146" + "version": "8.x-1.0", + "datestamp": "1493466843" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -1777,73 +5644,52 @@ ], "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": "Berdir", + "homepage": "https://www.drupal.org/user/214652" }, { - "name": "id.tornado", - "homepage": "https://www.drupal.org/user/2754049" + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" }, { - "name": "killua99", - "homepage": "https://www.drupal.org/user/699418" + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" }, { - "name": "mibfire", - "homepage": "https://www.drupal.org/user/155136" + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" }, { - "name": "naveenvalecha", - "homepage": "https://www.drupal.org/user/2665733" + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" }, { - "name": "svenryen", - "homepage": "https://www.drupal.org/user/667244" + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" } ], - "description": "This module aims at making the website compliant with the new EU cookie regulation", - "homepage": "https://www.drupal.org/project/eu_cookie_compliance", + "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/eu_cookie_compliance" + "source": "http://cgit.drupalcode.org/token" } }, { - "name": "drupal/metatag", - "version": "1.0.0", + "name": "drupal/typogrify", + "version": "1.0.0-alpha1", "source": { "type": "git", - "url": "https://git.drupal.org/project/metatag", - "reference": "8.x-1.0" + "url": "https://git.drupal.org/project/typogrify", + "reference": "8.x-1.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "604e45e89c19f5a8960b6a8ae3d80500d4328e6b" + "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": "*", - "drupal/token": "*" - }, - "require-dev": { - "drupal/metatag_dc": "*", - "drupal/metatag_open_graph": "*" + "drupal/core": "*" }, "type": "drupal-module", "extra": { @@ -1851,8 +5697,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0", - "datestamp": "1485902197" + "version": "8.x-1.0-alpha1", + "datestamp": "1478050442" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -1862,57 +5708,58 @@ "authors": [ { "name": "See contributors", - "homepage": "https://www.drupal.org/node/640498/committers", + "homepage": "https://www.drupal.org/node/149970/committers", "role": "Developer" }, { - "name": "Dave Reid", - "homepage": "https://www.drupal.org/user/53892" + "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": "Manage meta tags for all entities.", - "homepage": "https://www.drupal.org/project/metatag", + "description": "A filter for making typographic refinements.", + "homepage": "http://drupal.org/project/typogrify", "keywords": [ - "php", - "seo" + "Drupal" ], "support": { - "source": "http://cgit.drupalcode.org/metatag", - "issues": "http://drupal.org/project/issues/metatag" + "source": "http://cgit.drupalcode.org/typogrify", + "issues": "http://drupal.org/project/typogrify" } }, { - "name": "drupal/migrate_plus", - "version": "3.0.0-beta1", + "name": "drupal/video", + "version": "1.2.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/migrate_plus", - "reference": "8.x-3.0-beta1" + "url": "https://git.drupal.org/project/video", + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-3.0-beta1.zip", - "reference": "8.x-3.0-beta1", - "shasum": "7bae5c758a432053863b7b19c94fc1b829debf00" + "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d" }, "require": { - "drupal/core": "^8.2" - }, - "require-dev": { - "drupal/migrate_example_advanced_setup": "*", - "drupal/migrate_example_setup": "*" - }, - "suggest": { - "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-3.x": "3.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-3.0-beta1", - "datestamp": "1476307739" + "version": "8.x-1.x", + "datestamp": "1455470039", + "package": "Field types" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -1921,45 +5768,63 @@ ], "authors": [ { - "name": "Mike Ryan", - "homepage": "https://www.drupal.org/u/mikeryan", - "role": "Maintainer" + "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": "Enhancements to core migration support.", - "homepage": "https://www.drupal.org/project/migrate_plus", + "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": "https://cgit.drupalcode.org/migrate_plus", - "issues": "https://www.drupal.org/project/issues/migrate_plus", - "irc": "irc://irc.freenode.org/drupal-migrate" + "source": "http://cgit.drupalcode.org/video" } }, { - "name": "drupal/migrate_tools", - "version": "3.0.0-beta1", + "name": "drupal/video_embed_field", + "version": "1.5.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/migrate_tools", - "reference": "8.x-3.0-beta1" + "url": "https://git.drupal.org/project/video_embed_field", + "reference": "8.x-1.5" }, "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" + "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "f54d470ef7f863604e51e6ae98cd40ef25de5f79" }, "require": { - "drupal/core": "^8.2", - "drupal/migrate_plus": "*" + "drupal/core": "*" + }, + "require-dev": { + "drupal/colorbox": "*", + "drupal/media_entity": "*", + "drupal/media_entity_embeddable_video": "*" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-3.x": "3.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-3.0-beta1", - "datestamp": "1476313439" + "version": "8.x-1.x", + "datestamp": "1493246342", + "package": "Field types" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -1968,42 +5833,40 @@ ], "authors": [ { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" + "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": "Tools to assist in developing and running migrations.", - "homepage": "https://www.drupal.org/project/migrate_tools", + "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/migrate_tools" + "source": "http://cgit.drupalcode.org/video_embed_field" } }, { - "name": "drupal/migrate_upgrade", - "version": "3.0.0-rc1", - "source": { - "type": "git", - "url": "https://git.drupal.org/project/migrate_upgrade", - "reference": "8.x-3.0-rc1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc1.zip", - "reference": "8.x-3.0-rc1", - "shasum": "0141d36fb99b166c5e114b946b140780489620e3" - }, + "name": "drupal/video_embed_media", + "version": "1.5.0", "require": { - "drupal/core": "*", - "drupal/migrate_plus": "*" + "drupal/core": "~8.0", + "drupal/media_entity": "*", + "drupal/video_embed_field": "self.version" }, - "type": "drupal-module", + "type": "metapackage", "extra": { "branch-alias": { - "dev-3.x": "3.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-3.0-rc1", - "datestamp": "1476200639" + "version": "8.x-1.5", + "datestamp": "1493246342" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -2012,61 +5875,40 @@ ], "authors": [ { - "name": "Ryan Weal", - "homepage": "https://www.drupal.org/user/412402" - }, - { - "name": "abhishek-anand", - "homepage": "https://www.drupal.org/user/468982" - }, - { - "name": "ksenzee", - "homepage": "https://www.drupal.org/user/139855" - }, - { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" }, { - "name": "ultimike", - "homepage": "https://www.drupal.org/user/51132" + "name": "jec006", + "homepage": "https://www.drupal.org/user/855980" }, { - "name": "xjm", - "homepage": "https://www.drupal.org/user/65776" + "name": "plopesc", + "homepage": "https://www.drupal.org/user/282415" } ], - "description": "Drush support for direct upgrades from older Drupal versions.", - "homepage": "https://www.drupal.org/project/migrate_upgrade", + "description": "Integrates video_embed_field with the media_entity 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/migrate_upgrade" + "source": "http://cgit.drupalcode.org/video_embed_field" } }, { - "name": "drupal/paragraphs", - "version": "1.1.0", + "name": "drupal/videojs", + "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/paragraphs", - "reference": "8.x-1.1" + "url": "https://git.drupal.org/project/videojs", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.1.zip", - "reference": null, - "shasum": "c678e5704a98c6a0549e415412da081cfeb03a00" + "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", - "drupal/entity_reference_revisions": "*" - }, - "require-dev": { - "drupal/diff": "*", - "drupal/field_group": "*", - "drupal/inline_entity_form": "*", - "drupal/replicate": "*", - "drupal/search_api": "*", - "drupal/search_api_db": "*" + "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { @@ -2074,69 +5916,52 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1487331784" + "version": "8.x-1.0", + "datestamp": "1454344739" + }, + "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+" - ], - "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" - }, + "GPL-2.0+" + ], + "authors": [ { - "name": "jeroen.b", - "homepage": "https://www.drupal.org/user/1853532" + "name": "Jorrit", + "homepage": "https://www.drupal.org/user/161217" }, { - "name": "miro_dietiker", - "homepage": "https://www.drupal.org/user/227761" + "name": "heshanlk", + "homepage": "https://www.drupal.org/user/199102" } ], - "description": "Enables the creation of paragraphs entities.", - "homepage": "https://www.drupal.org/project/paragraphs", + "description": "Video.js is an HTML5 Video Player.", + "homepage": "https://www.drupal.org/project/videojs", "support": { - "source": "http://cgit.drupalcode.org/paragraphs" + "source": "http://cgit.drupalcode.org/videojs" } }, { - "name": "drupal/pathauto", - "version": "1.0.0-rc1", + "name": "drupal/views_bootstrap", + "version": "dev-3.x", "source": { "type": "git", - "url": "https://git.drupal.org/project/pathauto", - "reference": "8.x-1.0-rc1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0-rc1.zip", - "reference": "8.x-1.0-rc1", - "shasum": "2460339ac8739317b3c4e66e9ce7142cc02adac3" + "url": "https://git.drupal.org/project/views_bootstrap", + "reference": "ef95dac8dfeb8f2d61b0e5d40075a0a6e23e53ca" }, "require": { - "drupal/core": "*", - "drupal/ctools": "*", - "drupal/token": "*" + "drupal/core": "*" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-1.0-rc1", - "datestamp": "1485702484" + "version": "8.x-3.x-dev", + "datestamp": "1490369283" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -2145,41 +5970,38 @@ ], "authors": [ { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" + "name": "aburrows", + "homepage": "https://www.drupal.org/user/577844" }, { - "name": "Dave Reid", - "homepage": "https://www.drupal.org/user/53892" + "name": "ericpugh", + "homepage": "https://www.drupal.org/user/130084" }, { - "name": "Freso", - "homepage": "https://www.drupal.org/user/27504" + "name": "ikeigenwijs", + "homepage": "https://www.drupal.org/user/583238" }, { - "name": "greggles", - "homepage": "https://www.drupal.org/user/36762" + "name": "mrded", + "homepage": "https://www.drupal.org/user/556088" } ], - "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.", - "homepage": "https://www.drupal.org/project/pathauto", + "description": "Integrate the Bootstrap framework with Views.", + "homepage": "https://www.drupal.org/project/views_bootstrap", + "keywords": [ + "Drupal" + ], "support": { - "source": "http://cgit.drupalcode.org/pathauto" + "source": "http://cgit.drupalcode.org/views_bootstrap" } }, { - "name": "drupal/simple_sitemap", - "version": "2.8.0", + "name": "drupal/views_responsive_grid", + "version": "dev-1.x", "source": { "type": "git", - "url": "https://git.drupal.org/project/simple_sitemap", - "reference": "8.x-2.8" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.8.zip", - "reference": "8.x-2.8", - "shasum": "f88b904f8e71d849693309b9315f25e7c06a6d77" + "url": "https://git.drupal.org/project/views_responsive_grid", + "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357" }, "require": { "drupal/core": "~8.0" @@ -2187,11 +6009,11 @@ "type": "drupal-module", "extra": { "branch-alias": { - "dev-2.x": "2.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-2.8", - "datestamp": "1482783482" + "version": "8.x-1.x-dev", + "datestamp": "1373985289" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -2200,101 +6022,86 @@ ], "authors": [ { - "name": "Pawel Ginalski (gbyte.co)", - "homepage": "https://www.drupal.org/u/gbyte.co", - "email": "contact@gbyte.co", - "role": "Maintainer" + "name": "iwhitcomb", + "homepage": "https://www.drupal.org/user/771654" }, { - "name": "Sam Becker (Sam152)", - "homepage": "https://www.drupal.org/u/sam152", - "role": "Co-maintainer" + "name": "kyletaylored", + "homepage": "https://www.drupal.org/user/2207088" + }, + { + "name": "markcarver", + "homepage": "https://www.drupal.org/user/501638" } ], - "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.", - "homepage": "https://drupal.org/project/simple_sitemap", + "homepage": "https://www.drupal.org/project/views_responsive_grid", "support": { - "source": "https://cgit.drupalcode.org/simple_sitemap", - "issues": "https://drupal.org/project/issues/simple_sitemap", - "irc": "irc://irc.freenode.org/drupal-contribute" + "source": "http://cgit.drupalcode.org/views_responsive_grid" } }, { - "name": "drupal/token", - "version": "1.0.0-rc1", + "name": "drush/config-extra", + "version": "1.0.1", "source": { "type": "git", - "url": "https://git.drupal.org/project/token", - "reference": "8.x-1.0-rc1" + "url": "https://github.com/drush-ops/config-extra.git", + "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0-rc1.zip", - "reference": "8.x-1.0-rc1", - "shasum": "204b2f18a3d770589d66656aa83121d2156d0a31" + "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54", + "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54", + "shasum": "" }, "require": { - "drupal/core": "~8.0" + "php": ">=5.5.0" }, - "type": "drupal-module", + "require-dev": { + "phpunit/phpunit": ">=3.5" + }, + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-rc1", - "datestamp": "1483290542" + "dev-master": "8.0.x-dev" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-0": { + "Drush": "lib/" + } + }, + "notification-url": "https://packagist.org/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" - }, - { - "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": "Moshe Weitzman", + "email": "weitzman@tejasa.com" }, { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" } ], - "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", - "issues": "https://www.drupal.org/project/issues/token" - } + "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": "8.1.10", + "version": "8.1.12", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "2192496b80aa9cdb0581a2d308623f950f747e94" + "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/2192496b80aa9cdb0581a2d308623f950f747e94", - "reference": "2192496b80aa9cdb0581a2d308623f950f747e94", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/a1d3ab0f1d9ce01556d70015906caaed723f7ba7", + "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7", "shasum": "" }, "require": { @@ -2386,7 +6193,7 @@ ], "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": "2017-02-23T20:46:12+00:00" + "time": "2017-06-05T22:51:34+00:00" }, { "name": "easyrdf/easyrdf", @@ -2502,18 +6309,101 @@ ], "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.9.3", + "source": { + "type": "git", + "url": "https://github.com/ezyang/htmlpurifier.git", + "reference": "95e1bae3182efc0f3422896a3236e991049dac69" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69", + "reference": "95e1bae3182efc0f3422896a3236e991049dac69", + "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": "2017-06-03T02:28:16+00:00" + }, { "name": "gabordemooij/redbean", - "version": "v4.3.3", + "version": "v4.3.4", "source": { "type": "git", "url": "https://github.com/gabordemooij/redbean.git", - "reference": "1c7ec69850e9f7966ff7feb87b01d8f43a9753d3" + "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/1c7ec69850e9f7966ff7feb87b01d8f43a9753d3", - "reference": "1c7ec69850e9f7966ff7feb87b01d8f43a9753d3", + "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/d0944d7f966d7f45a0d973981fe3f64aff0050f0", + "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0", "shasum": "" }, "require": { @@ -2541,20 +6431,100 @@ "keywords": [ "orm" ], - "time": "2016-10-03T21:25:17+00:00" + "time": "2017-03-07T22:26:54+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": "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.2.3", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", - "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", "shasum": "" }, "require": { @@ -2564,9 +6534,12 @@ }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "^4.0", + "phpunit/phpunit": "^4.0 || ^5.0", "psr/log": "^1.0" }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, "type": "library", "extra": { "branch-alias": { @@ -2603,7 +6576,7 @@ "rest", "web service" ], - "time": "2017-02-28T22:50:30+00:00" + "time": "2017-06-22T18:50:49+00:00" }, { "name": "guzzlehttp/promises", @@ -2658,16 +6631,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855" + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855", - "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "shasum": "" }, "require": { @@ -2719,7 +6692,7 @@ "uri", "url" ], - "time": "2017-02-27T10:51:17+00:00" + "time": "2017-03-20T17:10:46+00:00" }, { "name": "ircmaxell/password-compat", @@ -2736,32 +6709,82 @@ "shasum": "" }, "require-dev": { - "phpunit/phpunit": "4.*" + "phpunit/phpunit": "4.*" + }, + "type": "library", + "autoload": { + "files": [ + "lib/password.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Anthony Ferrara", + "email": "ircmaxell@php.net", + "homepage": "http://blog.ircmaxell.com" + } + ], + "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", + "homepage": "https://github.com/ircmaxell/password_compat", + "keywords": [ + "hashing", + "password" + ], + "time": "2014-11-20T16:49:30+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": { - "files": [ - "lib/password.php" + "classmap": [ + "TwitterAPIExchange.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GNU Public License" ], "authors": [ { - "name": "Anthony Ferrara", - "email": "ircmaxell@php.net", - "homepage": "http://blog.ircmaxell.com" + "name": "James Mallison", + "homepage": "https://github.com/j7mbo/twitter-api-php" } ], - "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", - "homepage": "https://github.com/ircmaxell/password_compat", + "description": "Simple PHP Wrapper for Twitter API v1.1 calls", + "homepage": "https://github.com/j7mbo/twitter-api-php", "keywords": [ - "hashing", - "password" + "api", + "php", + "twitter" ], - "time": "2014-11-20T16:49:30+00:00" + "time": "2017-05-08T12:10:56+00:00" }, { "name": "jakub-onderka/php-console-color", @@ -2915,6 +6938,121 @@ ], "time": "2016-09-22T11:01:11+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.7.0", + "source": { + "type": "git", + "url": "https://github.com/michelf/php-markdown.git", + "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220", + "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-lib": "1.4.x-dev" + } + }, + "autoload": { + "psr-0": { + "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": "2016-10-29T18:58:20+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": "v3.0.5", @@ -2968,16 +7106,16 @@ }, { "name": "paragonie/random_compat", - "version": "v2.0.9", + "version": "v2.0.10", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "6968531206671f94377b01dc7888d5d1b858a01b" + "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/6968531206671f94377b01dc7888d5d1b858a01b", - "reference": "6968531206671f94377b01dc7888d5d1b858a01b", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", + "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", "shasum": "" }, "require": { @@ -3012,7 +7150,7 @@ "pseudorandom", "random" ], - "time": "2017-03-03T20:43:42+00:00" + "time": "2017-03-13T16:27:32+00:00" }, { "name": "pear/console_table", @@ -3071,16 +7209,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "2.0.4", + "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" + "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", - "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", + "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", "shasum": "" }, "require": { @@ -3116,7 +7254,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-03T12:10:50+00:00" + "time": "2016-01-25T08:17:30+00:00" }, { "name": "psr/http-message", @@ -3217,16 +7355,16 @@ }, { "name": "psy/psysh", - "version": "v0.8.2", + "version": "v0.8.7", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "97113db4107a4126bef933b60fea6dbc9f615d41" + "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/97113db4107a4126bef933b60fea6dbc9f615d41", - "reference": "97113db4107a4126bef933b60fea6dbc9f615d41", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/be969b9dc89dcaefdb9a3117fa91fa38bca19f50", + "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50", "shasum": "" }, "require": { @@ -3256,7 +7394,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-develop": "0.9.x-dev" + "dev-develop": "0.8.x-dev" } }, "autoload": { @@ -3286,7 +7424,144 @@ "interactive", "shell" ], - "time": "2017-03-01T00:13:29+00:00" + "time": "2017-06-20T12:51:31+00:00" + }, + { + "name": "roave/security-advisories", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/Roave/SecurityAdvisories.git", + "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/626c97bd5b45a08db902a0fb0b13f58f3785b439", + "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439", + "shasum": "" + }, + "conflict": { + "adodb/adodb-php": "<5.20.6", + "amphp/artax": ">=2,<2.0.6|<1.0.6", + "aws/aws-sdk-php": ">=3,<3.2.1", + "bugsnag/bugsnag-laravel": ">=2,<2.0.2", + "cakephp/cakephp": ">=3,<3.0.15|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=1.3,<1.3.18|>=2.7,<2.7.6|>=3.1,<3.1.4", + "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", + "cartalyst/sentry": "<2.1", + "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.28", + "contao/core-bundle": ">=4,<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": ">=8,<8.3.4", + "drupal/drupal": ">=8,<8.3.4", + "firebase/php-jwt": "<2", + "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", + "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", + "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.26", + "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29", + "joomla/session": "<1.3.1", + "laravel/framework": ">=4,<4.0.99|>=4.1,<4.1.29", + "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", + "phpmailer/phpmailer": ">=5,<5.2.24", + "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": "<4.4|>=5,<5.2.16", + "silverstripe/cms": ">=3.1,<3.1.11|>=3,<=3.0.11", + "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", + "silverstripe/framework": ">=3,<3.3", + "silverstripe/userforms": "<3", + "simplesamlphp/saml2": "<1.8.1|>=1.9,<1.9.1|>=1.10,<1.10.3|>=2,<2.3.3", + "simplesamlphp/simplesamlphp": "<1.14.12", + "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", + "socalnick/scn-social-auth": "<1.15.2", + "squizlabs/php_codesniffer": ">=1,<2.8.1", + "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.7", + "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/routing": ">=2,<2.0.19", + "symfony/security": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.3,<2.3.37|>=2.4,<2.6.13|>=2.7,<2.7.9|>=2,<2.0.25|>=2.1,<2.1.13|>=2.2,<2.2.9", + "symfony/security-core": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6|>=2.4,<2.6.13|>=2.7,<2.7.9", + "symfony/security-http": ">=2.4,<2.7.13|>=2.3,<2.3.41|>=2.8,<2.8.6|>=3,<3.0.6", + "symfony/serializer": ">=2,<2.0.11", + "symfony/symfony": ">=2,<2.3.41|>=2.4,<2.7.13|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6", + "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", + "twig/twig": "<1.20", + "typo3/cms": ">=6.2,<6.2.30|>=8,<8.6.1|>=7,<7.6.16", + "typo3/flow": ">=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5|>=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1", + "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.5", + "yiisoft/yii2-bootstrap": "<2.0.4", + "yiisoft/yii2-dev": "<2.0.4", + "yiisoft/yii2-gii": "<2.0.4", + "yiisoft/yii2-jui": "<2.0.4", + "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", + "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", + "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", + "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5", + "zendframework/zend-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", + "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": "2017-07-28T07:54:11+00:00" }, { "name": "stack/builder", @@ -3382,18 +7657,66 @@ "description": "Automatic BASH completion for Symfony Console Component based applications.", "time": "2016-02-24T05:08:54+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.0", + "version": "1.4.1", "source": { "type": "git", - "url": "https://github.com/symfony-cmf/Routing.git", - "reference": "b93704ca098334f56e9b317932f21a4362e620db" + "url": "https://github.com/symfony-cmf/routing.git", + "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/b93704ca098334f56e9b317932f21a4362e620db", - "reference": "b93704ca098334f56e9b317932f21a4362e620db", + "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", + "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", "shasum": "" }, "require": { @@ -3439,20 +7762,20 @@ "database", "routing" ], - "time": "2016-03-31T09:11:39+00:00" + "time": "2017-05-09T08:10:41+00:00" }, { "name": "symfony/class-loader", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", - "reference": "2c8de07a8a4cc4da9c018ab7a81888b80e762f93" + "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/class-loader/zipball/2c8de07a8a4cc4da9c018ab7a81888b80e762f93", - "reference": "2c8de07a8a4cc4da9c018ab7a81888b80e762f93", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/48b96f2fa9bf394cb428aced8efb28709ab54cfc", + "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc", "shasum": "" }, "require": { @@ -3492,20 +7815,20 @@ ], "description": "Symfony ClassLoader Component", "homepage": "https://symfony.com", - "time": "2017-02-18T19:13:35+00:00" + "time": "2017-06-01T20:52:29+00:00" }, { "name": "symfony/config", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "06ce6bb46c24963ec09323da45d0f4f85d3cecd2" + "reference": "0b8541d18507d10204a08384640ff6df3c739ebe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/06ce6bb46c24963ec09323da45d0f4f85d3cecd2", - "reference": "06ce6bb46c24963ec09323da45d0f4f85d3cecd2", + "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe", + "reference": "0b8541d18507d10204a08384640ff6df3c739ebe", "shasum": "" }, "require": { @@ -3548,20 +7871,20 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2017-03-01T18:13:50+00:00" + "time": "2017-04-12T14:07:15+00:00" }, { "name": "symfony/console", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "81508e6fac4476771275a3f4f53c3fee9b956bfa" + "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/81508e6fac4476771275a3f4f53c3fee9b956bfa", - "reference": "81508e6fac4476771275a3f4f53c3fee9b956bfa", + "url": "https://api.github.com/repos/symfony/console/zipball/3ef6ef64abecd566d551d9e7f6393ac6e93b2462", + "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462", "shasum": "" }, "require": { @@ -3609,20 +7932,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-03-04T11:00:12+00:00" + "time": "2017-06-02T14:36:56+00:00" }, { "name": "symfony/css-selector", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "742bd688bd778dde8991ba696cb372570610afcd" + "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/742bd688bd778dde8991ba696cb372570610afcd", - "reference": "742bd688bd778dde8991ba696cb372570610afcd", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/ba3204654efa779691fac9e948a96b4a7067e4ab", + "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab", "shasum": "" }, "require": { @@ -3662,20 +7985,20 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2017-02-21T08:33:48+00:00" + "time": "2017-05-01T14:31:55+00:00" }, { "name": "symfony/debug", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "e90099a2958d4833a02d05b504cc06e1c234abcc" + "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/e90099a2958d4833a02d05b504cc06e1c234abcc", - "reference": "e90099a2958d4833a02d05b504cc06e1c234abcc", + "url": "https://api.github.com/repos/symfony/debug/zipball/8470d7701177a88edeb0cec59b44d50ef4477e9b", + "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b", "shasum": "" }, "require": { @@ -3719,20 +8042,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2017-02-18T19:13:35+00:00" + "time": "2017-06-01T20:52:29+00:00" }, { "name": "symfony/dependency-injection", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "efdbeefa454a41154fd99a6f0489f0e9cb46c497" + "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/efdbeefa454a41154fd99a6f0489f0e9cb46c497", - "reference": "efdbeefa454a41154fd99a6f0489f0e9cb46c497", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075", + "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075", "shasum": "" }, "require": { @@ -3782,20 +8105,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2017-02-28T12:31:05+00:00" + "time": "2017-06-02T14:36:56+00:00" }, { "name": "symfony/dom-crawler", - "version": "v3.2.4", + "version": "v3.2.9", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "b814b41373fc4e535aff8c765abe39545216f391" + "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b814b41373fc4e535aff8c765abe39545216f391", - "reference": "b814b41373fc4e535aff8c765abe39545216f391", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3d0e66d86f5eeaffa44edc884ce09322be8f4716", + "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716", "shasum": "" }, "require": { @@ -3838,20 +8161,20 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2017-01-21T17:14:11+00:00" + "time": "2017-05-25T22:59:05+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0" + "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bb4ec47e8e109c1c1172145732d0aa468d967cd0", - "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d", + "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d", "shasum": "" }, "require": { @@ -3898,20 +8221,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2017-02-21T08:33:48+00:00" + "time": "2017-06-02T07:47:27+00:00" }, { "name": "symfony/expression-language", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "3d63ca2b4ccf670726f10764a9db4553b97fe136" + "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/3d63ca2b4ccf670726f10764a9db4553b97fe136", - "reference": "3d63ca2b4ccf670726f10764a9db4553b97fe136", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/2b8394d92f012fe3410e55e28c24fd90c9864a01", + "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01", "shasum": "" }, "require": { @@ -3947,20 +8270,20 @@ ], "description": "Symfony ExpressionLanguage Component", "homepage": "https://symfony.com", - "time": "2017-02-24T13:57:05+00:00" + "time": "2017-06-01T20:52:29+00:00" }, { "name": "symfony/filesystem", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "e542d4765092d22552b1bf01ddccfb01d98ee325" + "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/e542d4765092d22552b1bf01ddccfb01d98ee325", - "reference": "e542d4765092d22552b1bf01ddccfb01d98ee325", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/19c11158da8d110cc5289c063bf2ec4cc1ce9e7c", + "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c", "shasum": "" }, "require": { @@ -3996,20 +8319,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2017-02-18T17:06:33+00:00" + "time": "2017-05-28T14:07:33+00:00" }, { "name": "symfony/finder", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "5fc4b5cab38b9d28be318fcffd8066988e7d9451" + "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/5fc4b5cab38b9d28be318fcffd8066988e7d9451", - "reference": "5fc4b5cab38b9d28be318fcffd8066988e7d9451", + "url": "https://api.github.com/repos/symfony/finder/zipball/4f4e84811004e065a3bb5ceeb1d9aa592630f9ad", + "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad", "shasum": "" }, "require": { @@ -4045,20 +8368,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2017-02-21T08:33:48+00:00" + "time": "2017-06-01T20:52:29+00:00" }, { "name": "symfony/http-foundation", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "88af747e7af17d8d7d439ad4639dc3e23ddd3edd" + "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/88af747e7af17d8d7d439ad4639dc3e23ddd3edd", - "reference": "88af747e7af17d8d7d439ad4639dc3e23ddd3edd", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/de8d8e83b9ec898e14ef8db84cee5919753b2ae5", + "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5", "shasum": "" }, "require": { @@ -4100,20 +8423,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2017-03-04T12:20:59+00:00" + "time": "2017-06-01T20:52:29+00:00" }, { "name": "symfony/http-kernel", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "18d7a01ac14ffa5a652a635c402b9777f858fc1a" + "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/18d7a01ac14ffa5a652a635c402b9777f858fc1a", - "reference": "18d7a01ac14ffa5a652a635c402b9777f858fc1a", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4", + "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4", "shasum": "" }, "require": { @@ -4124,7 +8447,8 @@ "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6" }, "conflict": { - "symfony/config": "<2.7" + "symfony/config": "<2.7", + "twig/twig": "<1.34|<2.4,>=2" }, "require-dev": { "symfony/browser-kit": "~2.3|~3.0.0", @@ -4182,20 +8506,20 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2017-03-06T03:54:35+00:00" + "time": "2017-06-07T20:12:31+00:00" }, { "name": "symfony/polyfill-apcu", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-apcu.git", - "reference": "5d4474f447403c3348e37b70acc2b95475b7befa" + "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa", - "reference": "5d4474f447403c3348e37b70acc2b95475b7befa", + "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/2e7965b8cdfbba50d0092d3f6dca97dddec409e2", + "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2", "shasum": "" }, "require": { @@ -4204,7 +8528,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -4235,20 +8559,20 @@ "portable", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2017-06-09T08:25:21+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97" + "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cba36f3616d9866b3e52662e88da5c090fac1e97", - "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ae1347fa81423b67dbc232c8c111facb367ff8b9", + "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9", "shasum": "" }, "require": { @@ -4260,7 +8584,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -4294,20 +8618,20 @@ "portable", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2017-06-09T08:25:21+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" + "reference": "f29dca382a6485c3cbe6379f0c61230167681937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", - "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937", + "reference": "f29dca382a6485c3cbe6379f0c61230167681937", "shasum": "" }, "require": { @@ -4319,7 +8643,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -4353,20 +8677,20 @@ "portable", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2017-06-09T14:24:12+00:00" }, { "name": "symfony/polyfill-php54", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php54.git", - "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0" + "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0", - "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0", + "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789", + "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789", "shasum": "" }, "require": { @@ -4375,7 +8699,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -4411,20 +8735,20 @@ "portable", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2017-06-09T08:25:21+00:00" }, { "name": "symfony/polyfill-php55", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php55.git", - "reference": "03e3f0350bca2220e3623a0e340eef194405fc67" + "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67", - "reference": "03e3f0350bca2220e3623a0e340eef194405fc67", + "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d", + "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d", "shasum": "" }, "require": { @@ -4434,7 +8758,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -4467,20 +8791,20 @@ "portable", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2017-06-09T08:25:21+00:00" }, { "name": "symfony/process", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "41336b20b52f5fd5b42a227e394e673c8071118f" + "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/41336b20b52f5fd5b42a227e394e673c8071118f", - "reference": "41336b20b52f5fd5b42a227e394e673c8071118f", + "url": "https://api.github.com/repos/symfony/process/zipball/d54232f5682fda2f8bbebff7c81b864646867ab9", + "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9", "shasum": "" }, "require": { @@ -4516,20 +8840,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2017-03-04T12:20:59+00:00" + "time": "2017-05-08T01:19:21+00:00" }, { "name": "symfony/psr-http-message-bridge", - "version": "v0.2", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "dc7e308e1dc2898a46776e2221a643cb08315453" + "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/dc7e308e1dc2898a46776e2221a643cb08315453", - "reference": "dc7e308e1dc2898a46776e2221a643cb08315453", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de", + "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de", "shasum": "" }, "require": { @@ -4541,9 +8865,15 @@ "symfony/phpunit-bridge": "~2.7|~3.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\\": "" @@ -4570,20 +8900,20 @@ "http-message", "psr-7" ], - "time": "2015-05-29T17:57:12+00:00" + "time": "2016-09-14T18:37:20+00:00" }, { "name": "symfony/routing", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "d145cd396f702c497cb24b21785ddac90a23fe71" + "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/d145cd396f702c497cb24b21785ddac90a23fe71", - "reference": "d145cd396f702c497cb24b21785ddac90a23fe71", + "url": "https://api.github.com/repos/symfony/routing/zipball/d428588038f13a0e5771a2a8ccbc9de46bba9a19", + "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19", "shasum": "" }, "require": { @@ -4645,20 +8975,20 @@ "uri", "url" ], - "time": "2017-03-02T15:56:34+00:00" + "time": "2017-06-01T20:52:29+00:00" }, { "name": "symfony/serializer", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "df3d919f00177f599c8970e86112c7582b08a582" + "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/df3d919f00177f599c8970e86112c7582b08a582", - "reference": "df3d919f00177f599c8970e86112c7582b08a582", + "url": "https://api.github.com/repos/symfony/serializer/zipball/c6ccf71a899711efa21b0a98150b2c0af08f3cb2", + "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2", "shasum": "" }, "require": { @@ -4709,20 +9039,20 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2017-03-05T17:40:13+00:00" + "time": "2017-06-01T20:52:29+00:00" }, { "name": "symfony/translation", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "b538355bc99db2ec7cc35284ec76d92ae7d1d256" + "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/b538355bc99db2ec7cc35284ec76d92ae7d1d256", - "reference": "b538355bc99db2ec7cc35284ec76d92ae7d1d256", + "url": "https://api.github.com/repos/symfony/translation/zipball/14db4cc1172a722aaa3b558bfa8eff593b43cd46", + "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46", "shasum": "" }, "require": { @@ -4773,20 +9103,20 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2017-03-04T12:20:59+00:00" + "time": "2017-06-01T20:52:29+00:00" }, { "name": "symfony/validator", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63" + "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63", - "reference": "8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63", + "url": "https://api.github.com/repos/symfony/validator/zipball/9f323f762ad21bfb9df7c1afacbdd8addf0f8c50", + "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50", "shasum": "" }, "require": { @@ -4846,20 +9176,20 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2017-02-28T02:24:56+00:00" + "time": "2017-06-02T14:36:56+00:00" }, { "name": "symfony/var-dumper", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "c51daca85371e30ce0e3dea99c7b08e2cb5dbf46" + "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c51daca85371e30ce0e3dea99c7b08e2cb5dbf46", - "reference": "c51daca85371e30ce0e3dea99c7b08e2cb5dbf46", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8108f6200e8a1cf999df2691431a2d71e6db1152", + "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152", "shasum": "" }, "require": { @@ -4870,9 +9200,11 @@ "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "require-dev": { - "twig/twig": "~1.20|~2.0" + "ext-iconv": "*", + "twig/twig": "~1.34|~2.4" }, "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-symfony_debug": "" }, "type": "library", @@ -4912,20 +9244,20 @@ "debug", "dump" ], - "time": "2017-02-20T13:37:30+00:00" + "time": "2017-06-02T08:28:06+00:00" }, { "name": "symfony/yaml", - "version": "v2.8.18", + "version": "v2.8.22", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d" + "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d", - "reference": "2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d", + "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5", + "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5", "shasum": "" }, "require": { @@ -4961,7 +9293,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2017-03-01T18:13:50+00:00" + "time": "2017-06-01T20:52:29+00:00" }, { "name": "twbs/bootstrap-sass", @@ -5018,35 +9350,38 @@ }, { "name": "twig/twig", - "version": "v1.32.0", + "version": "v1.34.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "9935b662e24d6e634da88901ab534cc12e8c728f" + "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f", - "reference": "9935b662e24d6e634da88901ab534cc12e8c728f", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/451c6f4197e113e24c1c85bc3fc8c2d77adeff2e", + "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e", "shasum": "" }, "require": { - "php": ">=5.2.7" + "php": ">=5.3.3" }, "require-dev": { "psr/container": "^1.0", "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~3.2" + "symfony/phpunit-bridge": "~3.3@dev" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.32-dev" + "dev-master": "1.34-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" + }, + "psr-4": { + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -5076,20 +9411,20 @@ "keywords": [ "templating" ], - "time": "2017-02-27T00:07:03+00:00" + "time": "2017-06-07T18:45:17+00:00" }, { "name": "webflo/drupal-finder", - "version": "0.2.1", + "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/webflo/drupal-finder.git", - "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348" + "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/4bd98f7e7b1d30e284e55f51d5d0c8712f676348", - "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348", + "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/6ef150707aad1755d91f9b0d2108bcc16661e76b", + "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b", "shasum": "" }, "require-dev": { @@ -5113,7 +9448,7 @@ } ], "description": "Helper class to locate a Drupal installation from a given path.", - "time": "2016-11-28T18:50:45+00:00" + "time": "2017-05-04T08:54:02+00:00" }, { "name": "webmozart/assert", @@ -5213,16 +9548,16 @@ }, { "name": "zendframework/zend-diactoros", - "version": "1.3.10", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-diactoros.git", - "reference": "83e8d98b9915de76c659ce27d683c02a0f99fa90" + "reference": "b03f285a333f51e58c95cce54109a4a9ed691436" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/83e8d98b9915de76c659ce27d683c02a0f99fa90", - "reference": "83e8d98b9915de76c659ce27d683c02a0f99fa90", + "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436", + "reference": "b03f285a333f51e58c95cce54109a4a9ed691436", "shasum": "" }, "require": { @@ -5230,17 +9565,19 @@ "psr/http-message": "~1.0" }, "provide": { - "psr/http-message-implementation": "~1.0.0" + "psr/http-message-implementation": "1.0" }, "require-dev": { + "ext-dom": "*", + "ext-libxml": "*", "phpunit/phpunit": "^4.6 || ^5.5", "zendframework/zend-coding-standard": "~1.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev", - "dev-develop": "1.4-dev" + "dev-master": "1.4-dev", + "dev-develop": "1.5-dev" } }, "autoload": { @@ -5259,7 +9596,7 @@ "psr", "psr-7" ], - "time": "2017-01-23T04:53:24+00:00" + "time": "2017-04-06T16:18:34+00:00" }, { "name": "zendframework/zend-escaper", @@ -5307,32 +9644,32 @@ }, { "name": "zendframework/zend-feed", - "version": "2.7.0", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-feed.git", - "reference": "12b328d382aa5200f1de53d4147033b885776b67" + "reference": "94579e805dd108683209fe14b3b5d4276de3de6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/12b328d382aa5200f1de53d4147033b885776b67", - "reference": "12b328d382aa5200f1de53d4147033b885776b67", + "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/94579e805dd108683209fe14b3b5d4276de3de6e", + "reference": "94579e805dd108683209fe14b3b5d4276de3de6e", "shasum": "" }, "require": { - "php": "^5.5 || ^7.0", + "php": "^5.6 || ^7.0", "zendframework/zend-escaper": "^2.5", - "zendframework/zend-stdlib": "^2.7 || ^3.0" + "zendframework/zend-stdlib": "^2.7 || ^3.1" }, "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", + "phpunit/phpunit": "^6.0.8 || ^5.7.15", "psr/http-message": "^1.0", - "zendframework/zend-cache": "^2.5", - "zendframework/zend-db": "^2.5", - "zendframework/zend-http": "^2.5", + "zendframework/zend-cache": "^2.6", + "zendframework/zend-coding-standard": "~1.0.0", + "zendframework/zend-db": "^2.7", + "zendframework/zend-http": "^2.5.4", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", - "zendframework/zend-validator": "^2.5" + "zendframework/zend-validator": "^2.6" }, "suggest": { "psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator", @@ -5345,8 +9682,8 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.7-dev", - "dev-develop": "2.8-dev" + "dev-master": "2.8-dev", + "dev-develop": "2.9-dev" } }, "autoload": { @@ -5364,7 +9701,7 @@ "feed", "zf2" ], - "time": "2016-02-11T18:54:29+00:00" + "time": "2017-04-01T15:03:14+00:00" }, { "name": "zendframework/zend-stdlib", @@ -5413,6 +9750,65 @@ } ], "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", @@ -5636,6 +10032,50 @@ ], "time": "2015-06-14T21:17:01+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.1", @@ -6159,16 +10599,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.8.35", + "version": "4.8.36", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87" + "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87", - "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", + "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", "shasum": "" }, "require": { @@ -6227,7 +10667,7 @@ "testing", "xunit" ], - "time": "2017-02-06T05:18:07+00:00" + "time": "2017-06-21T08:07:12+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -6351,23 +10791,23 @@ }, { "name": "sebastian/diff", - "version": "1.4.1", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", - "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^5.3.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { @@ -6399,7 +10839,7 @@ "keywords": [ "diff" ], - "time": "2015-12-08T07:14:41+00:00" + "time": "2017-05-22T07:24:03+00:00" }, { "name": "sebastian/environment", @@ -6659,16 +11099,16 @@ }, { "name": "symfony/browser-kit", - "version": "v3.2.4", + "version": "v3.3.2", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "394a2475a3a89089353fde5714a7f402fbb83880" + "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/394a2475a3a89089353fde5714a7f402fbb83880", - "reference": "394a2475a3a89089353fde5714a7f402fbb83880", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1", + "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1", "shasum": "" }, "require": { @@ -6685,7 +11125,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-master": "3.3-dev" } }, "autoload": { @@ -6712,7 +11152,7 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2017-01-31T21:49:23+00:00" + "time": "2017-04-12T14:14:56+00:00" } ], "aliases": [], @@ -6721,7 +11161,34 @@ "drupal/token": 5, "drupal/ctools": 15, "drupal/pathauto": 5, - "drupal/eu_cookie_compliance": 10 + "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,