X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fcomposer%2Finstalled.json;fp=vendor%2Fcomposer%2Finstalled.json;h=eb244a78a47cc035d4459be7977ef5109b0cc0a6;hp=1d8aa4480207f9703380808d28842b2e25679e54;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 1d8aa4480..eb244a78a 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1,126 +1,166 @@ [ { - "name": "zendframework/zend-stdlib", - "version": "3.1.0", - "version_normalized": "3.1.0.0", + "name": "ajgl/breakpoint-twig-extension", + "version": "0.3.0", + "version_normalized": "0.3.0.0", "source": { "type": "git", - "url": "https://github.com/zendframework/zend-stdlib.git", - "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78" + "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git", + "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78", - "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78", + "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155", + "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": ">=5.4.0", + "twig/twig": "^1.14" }, "require-dev": { - "athletic/athletic": "~0.1", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "^2.6.2" + "symfony/framework-bundle": "^2.3", + "symfony/twig-bundle": "^2.3" }, - "time": "2016-09-13T14:38:50+00:00", + "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" + }, + "time": "2016-03-31T18:09:32+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev", - "dev-develop": "3.2-dev" + "dev-master": "0.4.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Zend\\Stdlib\\": "src/" + "Ajgl\\Twig\\Extension\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "homepage": "https://github.com/zendframework/zend-stdlib", + "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": [ - "stdlib", - "zf2" + "Xdebug", + "breakpoint", + "twig" ] }, { - "name": "zendframework/zend-escaper", - "version": "2.5.2", - "version_normalized": "2.5.2.0", + "name": "alchemy/zippy", + "version": "0.4.3", + "version_normalized": "0.4.3.0", "source": { "type": "git", - "url": "https://github.com/zendframework/zend-escaper.git", - "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e" + "url": "https://github.com/alchemy-fr/Zippy.git", + "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e", - "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e", + "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea", + "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea", "shasum": "" }, "require": { - "php": ">=5.5" + "doctrine/collections": "~1.0", + "ext-mbstring": "*", + "php": ">=5.5", + "symfony/filesystem": "^2.0.5|^3.0", + "symfony/process": "^2.1|^3.0" }, "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0" + "ext-zip": "*", + "guzzle/guzzle": "~3.0", + "guzzlehttp/guzzle": "^6.0", + "phpunit/phpunit": "^4.0|^5.0", + "symfony/finder": "^2.0.5|^3.0" }, - "time": "2016-06-30T19:48:38+00:00", + "suggest": { + "ext-zip": "To use the ZipExtensionAdapter", + "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3", + "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6" + }, + "time": "2016-11-03T16:10:31+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" + "dev-master": "0.4.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Zend\\Escaper\\": "src/" + "Alchemy\\Zippy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "homepage": "https://github.com/zendframework/zend-escaper", + "authors": [ + { + "name": "Alchemy", + "email": "dev.team@alchemy.fr", + "homepage": "http://www.alchemy.fr/" + } + ], + "description": "Zippy, the archive manager companion", "keywords": [ - "escaper", - "zf2" + "bzip", + "compression", + "tar", + "zip" ] }, { - "name": "psr/http-message", - "version": "1.0.1", - "version_normalized": "1.0.1.0", + "name": "asm89/stack-cors", + "version": "1.2.0", + "version_normalized": "1.2.0.0", "source": { "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "url": "https://github.com/asm89/stack-cors.git", + "reference": "c163e2b614550aedcf71165db2473d936abbced6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6", + "reference": "c163e2b614550aedcf71165db2473d936abbced6", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.5.9", + "symfony/http-foundation": "~2.7|~3.0|~4.0", + "symfony/http-kernel": "~2.7|~3.0|~4.0" }, - "time": "2016-08-06T14:39:51+00:00", + "require-dev": { + "phpunit/phpunit": "^5.0 || ^4.8.10", + "squizlabs/php_codesniffer": "^2.3" + }, + "time": "2017-12-20T14:37:45+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Psr\\Http\\Message\\": "src/" + "Asm89\\Stack\\": "src/Asm89/Stack/" } }, "notification-url": "https://packagist.org/downloads/", @@ -129,46 +169,73 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Alexander", + "email": "iam.asm89@gmail.com" } ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", + "description": "Cross-origin resource sharing library and stack middleware", + "homepage": "https://github.com/asm89/stack-cors", "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" + "cors", + "stack" ] }, { - "name": "ircmaxell/password-compat", - "version": "v1.0.4", - "version_normalized": "1.0.4.0", + "name": "behat/behat", + "version": "v3.4.1", + "version_normalized": "3.4.1.0", "source": { "type": "git", - "url": "https://github.com/ircmaxell/password_compat.git", - "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" + "url": "https://github.com/Behat/Behat.git", + "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", - "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", + "url": "https://api.github.com/repos/Behat/Behat/zipball/cb51d4b0b11ea6d3897f3589a871a63a33632692", + "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692", "shasum": "" }, + "require": { + "behat/gherkin": "^4.5.1", + "behat/transliterator": "^1.2", + "container-interop/container-interop": "^1.2", + "ext-mbstring": "*", + "php": ">=5.3.3", + "psr/container": "^1.0", + "symfony/class-loader": "~2.1||~3.0", + "symfony/config": "~2.3||~3.0", + "symfony/console": "~2.5||~3.0", + "symfony/dependency-injection": "~2.1||~3.0", + "symfony/event-dispatcher": "~2.1||~3.0", + "symfony/translation": "~2.3||~3.0", + "symfony/yaml": "~2.1||~3.0" + }, "require-dev": { - "phpunit/phpunit": "4.*" + "herrera-io/box": "~1.6.1", + "phpunit/phpunit": "~4.5", + "symfony/process": "~2.5|~3.0" + }, + "suggest": { + "behat/mink-extension": "for integration with Mink testing framework", + "behat/symfony2-extension": "for integration with Symfony2 web framework", + "behat/yii-extension": "for integration with Yii web framework" }, - "time": "2014-11-20T16:49:30+00:00", + "time": "2017-09-18T11:10:28+00:00", + "bin": [ + "bin/behat" + ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2.x-dev" + } + }, "installation-source": "dist", "autoload": { - "files": [ - "lib/password.php" - ] + "psr-0": { + "Behat\\Behat": "src/", + "Behat\\Testwork": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -176,47 +243,65 @@ ], "authors": [ { - "name": "Anthony Ferrara", - "email": "ircmaxell@php.net", - "homepage": "http://blog.ircmaxell.com" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.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", + "description": "Scenario-oriented BDD framework for PHP 5.3", + "homepage": "http://behat.org/", "keywords": [ - "hashing", - "password" + "Agile", + "BDD", + "ScenarioBDD", + "Scrum", + "StoryBDD", + "User story", + "business", + "development", + "documentation", + "examples", + "symfony", + "testing" ] }, { - "name": "psr/log", - "version": "1.0.2", - "version_normalized": "1.0.2.0", + "name": "behat/gherkin", + "version": "v4.5.1", + "version_normalized": "4.5.1.0", "source": { "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + "url": "https://github.com/Behat/Gherkin.git", + "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a", + "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.3.1" }, - "time": "2016-10-10T12:19:37+00:00", + "require-dev": { + "phpunit/phpunit": "~4.5|~5", + "symfony/phpunit-bridge": "~2.7|~3", + "symfony/yaml": "~2.3|~3" + }, + "suggest": { + "symfony/yaml": "If you want to parse features, represented in YAML files" + }, + "time": "2017-08-30T11:04:43+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.4-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "psr-0": { + "Behat\\Gherkin": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -225,52 +310,61 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" } ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", + "description": "Gherkin DSL parser for PHP 5.3", + "homepage": "http://behat.org/", "keywords": [ - "log", - "psr", - "psr-3" - ] - }, - { - "name": "stack/builder", - "version": "v1.0.4", - "version_normalized": "1.0.4.0", + "BDD", + "Behat", + "Cucumber", + "DSL", + "gherkin", + "parser" + ] + }, + { + "name": "behat/mink", + "version": "v1.7.1", + "version_normalized": "1.7.1.0", "source": { "type": "git", - "url": "https://github.com/stackphp/builder.git", - "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425" + "url": "https://github.com/minkphp/Mink.git", + "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stackphp/builder/zipball/59fcc9b448a8ce5e338a04c4e2e4aca893e83425", - "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9", + "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9", "shasum": "" }, "require": { - "php": ">=5.3.0", - "symfony/http-foundation": "~2.1|~3.0", - "symfony/http-kernel": "~2.1|~3.0" + "php": ">=5.3.1", + "symfony/css-selector": "~2.1|~3.0" }, "require-dev": { - "silex/silex": "~1.0" + "symfony/phpunit-bridge": "~2.7|~3.0" + }, + "suggest": { + "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", + "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", + "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", + "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" }, - "time": "2016-06-02T06:58:42+00:00", + "time": "2016-03-05T08:26:18+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.7.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Stack": "src" + "psr-4": { + "Behat\\Mink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -279,50 +373,55 @@ ], "authors": [ { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" } ], - "description": "Builder for stack middlewares based on HttpKernelInterface.", + "description": "Browser controller/emulator abstraction for PHP", + "homepage": "http://mink.behat.org/", "keywords": [ - "stack" + "browser", + "testing", + "web" ] }, { - "name": "masterminds/html5", - "version": "2.2.2", - "version_normalized": "2.2.2.0", + "name": "behat/mink-browserkit-driver", + "version": "v1.3.2", + "version_normalized": "1.3.2.0", "source": { "type": "git", - "url": "https://github.com/Masterminds/html5-php.git", - "reference": "7866e93dcf0245de22378414e0c2c7350abc45af" + "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", + "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/7866e93dcf0245de22378414e0c2c7350abc45af", - "reference": "7866e93dcf0245de22378414e0c2c7350abc45af", + "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb", + "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb", "shasum": "" }, "require": { - "ext-libxml": "*", - "php": ">=5.3.0" + "behat/mink": "^1.7.1@dev", + "php": ">=5.3.6", + "symfony/browser-kit": "~2.3|~3.0", + "symfony/dom-crawler": "~2.3|~3.0" }, "require-dev": { - "phpunit/phpunit": "4.*", - "sami/sami": "~2.0", - "satooshi/php-coveralls": "1.0.*" + "silex/silex": "~1.2", + "symfony/phpunit-bridge": "~2.7|~3.0" }, - "time": "2016-09-22T11:01:11+00:00", - "type": "library", + "time": "2016-03-05T08:59:47+00:00", + "type": "mink-driver", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "1.3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Masterminds\\": "src" + "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -331,66 +430,57 @@ ], "authors": [ { - "name": "Matt Butcher", - "email": "technosophos@gmail.com" - }, - { - "name": "Asmir Mustafic", - "email": "goetas@gmail.com" - }, - { - "name": "Matt Farina", - "email": "matt@mattfarina.com" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" } ], - "description": "An HTML5 parser and serializer.", - "homepage": "http://masterminds.github.io/html5-php", + "description": "Symfony2 BrowserKit driver for Mink framework", + "homepage": "http://mink.behat.org/", "keywords": [ - "HTML5", - "dom", - "html", - "parser", - "querypath", - "serializer", - "xml" + "Mink", + "Symfony2", + "browser", + "testing" ] }, { - "name": "guzzlehttp/promises", - "version": "v1.3.1", - "version_normalized": "1.3.1.0", + "name": "behat/mink-extension", + "version": "v2.2", + "version_normalized": "2.2.0.0", "source": { "type": "git", - "url": "https://github.com/guzzle/promises.git", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + "url": "https://github.com/Behat/MinkExtension.git", + "reference": "5b4bda64ff456104564317e212c823e45cad9d59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59", + "reference": "5b4bda64ff456104564317e212c823e45cad9d59", "shasum": "" }, "require": { - "php": ">=5.5.0" + "behat/behat": "~3.0,>=3.0.5", + "behat/mink": "~1.5", + "php": ">=5.3.2", + "symfony/config": "~2.2|~3.0" }, "require-dev": { - "phpunit/phpunit": "^4.0" + "behat/mink-goutte-driver": "~1.1", + "phpspec/phpspec": "~2.0" }, - "time": "2016-12-20T10:07:11+00:00", - "type": "library", + "time": "2016-02-15T07:55:18+00:00", + "type": "behat-extension", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "2.1.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] + "psr-0": { + "Behat\\MinkExtension": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -398,45 +488,58 @@ ], "authors": [ { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "name": "Christophe Coevoet", + "email": "stof@notk.org" + }, + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com" } ], - "description": "Guzzle promises library", + "description": "Mink extension for Behat", + "homepage": "http://extensions.behat.org/mink", "keywords": [ - "promise" + "browser", + "gui", + "test", + "web" ] }, { - "name": "doctrine/lexer", - "version": "v1.0.1", - "version_normalized": "1.0.1.0", + "name": "behat/mink-goutte-driver", + "version": "v1.2.1", + "version_normalized": "1.2.1.0", "source": { "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" + "url": "https://github.com/minkphp/MinkGoutteDriver.git", + "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", + "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", + "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", "shasum": "" }, "require": { - "php": ">=5.3.2" + "behat/mink": "~1.6@dev", + "behat/mink-browserkit-driver": "~1.2@dev", + "fabpot/goutte": "~1.0.4|~2.0|~3.1", + "php": ">=5.3.1" }, - "time": "2014-09-09T13:34:57+00:00", - "type": "library", + "require-dev": { + "symfony/phpunit-bridge": "~2.7|~3.0" + }, + "time": "2016-03-05T09:04:22+00:00", + "type": "mink-driver", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Doctrine\\Common\\Lexer\\": "lib/" + "psr-4": { + "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -445,58 +548,54 @@ ], "authors": [ { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" } ], - "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "http://www.doctrine-project.org", + "description": "Goutte driver for Mink framework", + "homepage": "http://mink.behat.org/", "keywords": [ - "lexer", - "parser" + "browser", + "goutte", + "headless", + "testing" ] }, { - "name": "egulias/email-validator", - "version": "1.2.14", - "version_normalized": "1.2.14.0", + "name": "behat/mink-selenium2-driver", + "version": "v1.3.1", + "version_normalized": "1.3.1.0", "source": { "type": "git", - "url": "https://github.com/egulias/EmailValidator.git", - "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9" + "url": "https://github.com/minkphp/MinkSelenium2Driver.git", + "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9", - "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9", + "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288", + "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288", "shasum": "" }, "require": { - "doctrine/lexer": "^1.0.1", - "php": ">= 5.3.3" + "behat/mink": "~1.7@dev", + "instaclick/php-webdriver": "~1.1", + "php": ">=5.3.1" }, "require-dev": { - "phpunit/phpunit": "^4.8.24" + "symfony/phpunit-bridge": "~2.7" }, - "time": "2017-02-03T22:48:59+00:00", - "type": "library", + "time": "2016-03-05T09:10:18+00:00", + "type": "mink-driver", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.3.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Egulias\\": "src/" + "psr-4": { + "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -505,189 +604,169 @@ ], "authors": [ { - "name": "Eduardo Gulias Davis" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Pete Otaqui", + "email": "pete@otaqui.com", + "homepage": "https://github.com/pete-otaqui" } ], - "description": "A library for validating emails", - "homepage": "https://github.com/egulias/EmailValidator", + "description": "Selenium2 (WebDriver) driver for Mink framework", + "homepage": "http://mink.behat.org/", "keywords": [ - "email", - "emailvalidation", - "emailvalidator", - "validation", - "validator" + "ajax", + "browser", + "javascript", + "selenium", + "testing", + "webdriver" ] }, { - "name": "easyrdf/easyrdf", - "version": "0.9.1", - "version_normalized": "0.9.1.0", + "name": "behat/transliterator", + "version": "v1.2.0", + "version_normalized": "1.2.0.0", "source": { "type": "git", - "url": "https://github.com/njh/easyrdf.git", - "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" + "url": "https://github.com/Behat/Transliterator.git", + "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", - "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", + "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", + "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", "shasum": "" }, "require": { - "ext-mbstring": "*", - "ext-pcre": "*", - "php": ">=5.2.8" + "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "~3.5", - "sami/sami": "~1.4", - "squizlabs/php_codesniffer": "~1.4.3" - }, - "suggest": { - "ml/json-ld": "~1.0" + "chuyskywalker/rolling-curl": "^3.1", + "php-yaoi/php-yaoi": "^1.0" }, - "time": "2015-02-27T09:45:49+00:00", + "time": "2017-04-04T11:38:05+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, "installation-source": "dist", "autoload": { "psr-0": { - "EasyRdf_": "lib/" + "Behat\\Transliterator": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nicholas Humfrey", - "email": "njh@aelius.com", - "homepage": "http://www.aelius.com/njh/", - "role": "Developer" - }, - { - "name": "Alexey Zakhlestin", - "email": "indeyets@gmail.com", - "role": "Developer" - } + "Artistic-1.0" ], - "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", - "homepage": "http://www.easyrdf.org/", + "description": "String transliterator", "keywords": [ - "Linked Data", - "RDF", - "Semantic Web", - "Turtle", - "rdfa", - "sparql" + "i18n", + "slug", + "transliterator" ] }, { - "name": "doctrine/inflector", - "version": "v1.1.0", - "version_normalized": "1.1.0.0", + "name": "caxy/php-htmldiff", + "version": "v0.1.5", + "version_normalized": "0.1.5.0", "source": { "type": "git", - "url": "https://github.com/doctrine/inflector.git", - "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" + "url": "https://github.com/caxy/php-htmldiff.git", + "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", - "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", + "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/d7540c9938c860f2cb7083f72ba24c45f51d57bc", + "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc", "shasum": "" }, "require": { - "php": ">=5.3.2" + "ezyang/htmlpurifier": "^4.7", + "php": ">=5.3.3", + "sunra/php-simple-html-dom-parser": "^1.5" }, "require-dev": { - "phpunit/phpunit": "4.*" + "doctrine/cache": "~1.0", + "phpunit/phpunit": "~5.0" + }, + "suggest": { + "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider" }, - "time": "2015-11-06T14:35:42+00:00", + "time": "2017-06-12T17:35:44+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "0.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { - "Doctrine\\Common\\Inflector\\": "lib/" + "Caxy\\HtmlDiff": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0" ], "authors": [ { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "name": "Josh Schroeder", + "email": "jschroeder@caxy.com", + "homepage": "http://www.caxy.com" } ], - "description": "Common String Manipulations with regard to casing and singular/plural rules.", - "homepage": "http://www.doctrine-project.org", + "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.", + "homepage": "https://github.com/caxy/php-htmldiff", "keywords": [ - "inflection", - "pluralize", - "singularize", - "string" + "diff", + "html" ] }, { - "name": "doctrine/cache", - "version": "v1.6.1", - "version_normalized": "1.6.1.0", + "name": "cebe/markdown", + "version": "1.0.2", + "version_normalized": "1.0.2.0", "source": { "type": "git", - "url": "https://github.com/doctrine/cache.git", - "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" + "url": "https://github.com/cebe/markdown.git", + "reference": "f681fee8303310415b746f3758eeda0a7ad08bda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", - "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", + "url": "https://api.github.com/repos/cebe/markdown/zipball/f681fee8303310415b746f3758eeda0a7ad08bda", + "reference": "f681fee8303310415b746f3758eeda0a7ad08bda", "shasum": "" }, "require": { - "php": "~5.5|~7.0" - }, - "conflict": { - "doctrine/common": ">2.2,<2.4" + "lib-pcre": "*", + "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "~4.8|~5.0", - "predis/predis": "~1.0", - "satooshi/php-coveralls": "~0.6" + "cebe/indent": "*", + "facebook/xhprof": "*@dev", + "phpunit/phpunit": "3.7.*" }, - "time": "2016-10-29T11:16:17+00:00", + "time": "2015-03-06T05:21:16+00:00", + "bin": [ + "bin/markdown" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" + "cebe\\markdown\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -696,67 +775,60 @@ ], "authors": [ { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "name": "Carsten Brandt", + "email": "mail@cebe.cc", + "homepage": "http://cebe.cc/", + "role": "Creator" } ], - "description": "Caching library offering an object-oriented API for many cache backends", - "homepage": "http://www.doctrine-project.org", + "description": "A super fast, highly extensible markdown parser for PHP", + "homepage": "https://github.com/cebe/markdown#readme", "keywords": [ - "cache", - "caching" + "extensible", + "fast", + "gfm", + "markdown", + "markdown-extra" ] }, { - "name": "doctrine/annotations", - "version": "v1.2.7", - "version_normalized": "1.2.7.0", + "name": "composer/installers", + "version": "v1.3.0", + "version_normalized": "1.3.0.0", "source": { "type": "git", - "url": "https://github.com/doctrine/annotations.git", - "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" + "url": "https://github.com/composer/installers.git", + "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", - "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", + "url": "https://api.github.com/repos/composer/installers/zipball/79ad876c7498c0bbfe7eed065b8651c93bfd6045", + "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045", "shasum": "" }, "require": { - "doctrine/lexer": "1.*", - "php": ">=5.3.2" + "composer-plugin-api": "^1.0" + }, + "replace": { + "roundcube/plugin-installer": "*", + "shama/baton": "*" }, "require-dev": { - "doctrine/cache": "1.*", - "phpunit/phpunit": "4.*" + "composer/composer": "1.0.*@dev", + "phpunit/phpunit": "4.1.*" }, - "time": "2015-08-31T12:32:49+00:00", - "type": "library", + "time": "2017-04-24T06:37:16+00:00", + "type": "composer-plugin", "extra": { + "class": "Composer\\Installers\\Plugin", "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Doctrine\\Common\\Annotations\\": "lib/" + "psr-4": { + "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", @@ -765,40 +837,82 @@ ], "authors": [ { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "name": "Kyle Robinson Young", + "email": "kyle@dontkry.com", + "homepage": "https://github.com/shama" } ], - "description": "Docblock Annotations Parser", - "homepage": "http://www.doctrine-project.org", + "description": "A multi-framework Composer library installer", + "homepage": "https://composer.github.io/installers/", "keywords": [ - "annotations", - "docblock", - "parser" - ] - }, - { - "name": "composer/semver", - "version": "1.4.2", - "version_normalized": "1.4.2.0", - "source": { - "type": "git", + "Craft", + "Dolibarr", + "Eliasis", + "Hurad", + "ImageCMS", + "Kanboard", + "MODX Evo", + "Mautic", + "Maya", + "OXID", + "Plentymarkets", + "Porto", + "RadPHP", + "SMF", + "Thelia", + "WolfCMS", + "agl", + "aimeos", + "annotatecms", + "attogram", + "bitrix", + "cakephp", + "chef", + "cockpit", + "codeigniter", + "concrete5", + "croogo", + "dokuwiki", + "drupal", + "elgg", + "expressionengine", + "fuelphp", + "grav", + "installer", + "itop", + "joomla", + "kohana", + "laravel", + "lavalite", + "lithium", + "magento", + "mako", + "mediawiki", + "modulework", + "moodle", + "phpbb", + "piwik", + "ppi", + "puppet", + "reindex", + "roundcube", + "shopware", + "silverstripe", + "sydes", + "symfony", + "typo3", + "wordpress", + "yawik", + "zend", + "zikula" + ] + }, + { + "name": "composer/semver", + "version": "1.4.2", + "version_normalized": "1.4.2.0", + "source": { + "type": "git", "url": "https://github.com/composer/semver.git", "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" }, @@ -858,82 +972,96 @@ ] }, { - "name": "jakub-onderka/php-console-color", - "version": "0.1", - "version_normalized": "0.1.0.0", + "name": "consolidation/annotated-command", + "version": "2.8.3", + "version_normalized": "2.8.3.0", "source": { "type": "git", - "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", - "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" + "url": "https://github.com/consolidation/annotated-command.git", + "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", - "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8f8f5da2ca06fbd3a85f7d551c49f844b7c59437", + "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437", "shasum": "" }, "require": { - "php": ">=5.3.2" + "consolidation/output-formatters": "^3.1.12", + "php": ">=5.4.0", + "psr/log": "^1", + "symfony/console": "^2.8|^3|^4", + "symfony/event-dispatcher": "^2.5|^3|^4", + "symfony/finder": "^2.5|^3|^4" }, "require-dev": { - "jakub-onderka/php-code-style": "1.0", - "jakub-onderka/php-parallel-lint": "0.*", - "jakub-onderka/php-var-dump-check": "0.*", - "phpunit/phpunit": "3.7.*", - "squizlabs/php_codesniffer": "1.*" + "greg-1-anderson/composer-test-scenarios": "^1", + "phpunit/phpunit": "^4.8", + "satooshi/php-coveralls": "^1.0.2 | dev-master", + "squizlabs/php_codesniffer": "^2.7" }, - "time": "2014-04-08T15:00:19+00:00", + "time": "2018-02-23T16:32:04+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, "installation-source": "dist", "autoload": { - "psr-0": { - "JakubOnderka\\PhpConsoleColor": "src/" + "psr-4": { + "Consolidation\\AnnotatedCommand\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-2-Clause" + "MIT" ], "authors": [ { - "name": "Jakub Onderka", - "email": "jakub.onderka@gmail.com", - "homepage": "http://www.acci.cz" + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" } - ] + ], + "description": "Initialize Symfony Console commands from annotated command class methods." }, { - "name": "jakub-onderka/php-console-highlighter", - "version": "v0.3.2", - "version_normalized": "0.3.2.0", + "name": "consolidation/output-formatters", + "version": "3.1.13", + "version_normalized": "3.1.13.0", "source": { "type": "git", - "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", - "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" + "url": "https://github.com/consolidation/output-formatters.git", + "reference": "3188461e965b32148c8fb85261833b2b72d34b8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", - "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/3188461e965b32148c8fb85261833b2b72d34b8c", + "reference": "3188461e965b32148c8fb85261833b2b72d34b8c", "shasum": "" }, "require": { - "jakub-onderka/php-console-color": "~0.1", - "php": ">=5.3.0" + "php": ">=5.4.0", + "symfony/console": "^2.8|^3|^4", + "symfony/finder": "^2.5|^3|^4" }, "require-dev": { - "jakub-onderka/php-code-style": "~1.0", - "jakub-onderka/php-parallel-lint": "~0.5", - "jakub-onderka/php-var-dump-check": "~0.1", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~1.5" + "phpunit/phpunit": "^4.8", + "satooshi/php-coveralls": "^1.0.2 | dev-master", + "squizlabs/php_codesniffer": "^2.7", + "victorjonsson/markdowndocs": "^1.3" }, - "time": "2015-04-20T18:58:01+00:00", + "time": "2017-11-29T15:25:38+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, "installation-source": "dist", "autoload": { - "psr-0": { - "JakubOnderka\\PhpConsoleHighlighter": "src/" + "psr-4": { + "Consolidation\\OutputFormatters\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -942,113 +1070,118 @@ ], "authors": [ { - "name": "Jakub Onderka", - "email": "acci@acci.cz", - "homepage": "http://www.acci.cz/" + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" } - ] + ], + "description": "Format text by applying transformations provided by plug-in formatters." }, { - "name": "dnoegel/php-xdg-base-dir", - "version": "0.1", - "version_normalized": "0.1.0.0", + "name": "container-interop/container-interop", + "version": "1.2.0", + "version_normalized": "1.2.0.0", "source": { "type": "git", - "url": "https://github.com/dnoegel/php-xdg-base-dir.git", - "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" + "url": "https://github.com/container-interop/container-interop.git", + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", - "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", + "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", "shasum": "" }, "require": { - "php": ">=5.3.2" - }, - "require-dev": { - "phpunit/phpunit": "@stable" + "psr/container": "^1.0" }, - "time": "2014-10-24T07:27:01+00:00", - "type": "project", + "time": "2017-02-14T19:40:03+00:00", + "type": "library", "installation-source": "dist", "autoload": { "psr-4": { - "XdgBaseDir\\": "src/" + "Interop\\Container\\": "src/Interop/Container/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "implementation of xdg base directory specification for php" + "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", + "homepage": "https://github.com/container-interop/container-interop" }, { - "name": "stecman/symfony-console-completion", - "version": "0.7.0", - "version_normalized": "0.7.0.0", + "name": "cweagans/composer-patches", + "version": "1.6.1", + "version_normalized": "1.6.1.0", "source": { "type": "git", - "url": "https://github.com/stecman/symfony-console-completion.git", - "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb" + "url": "https://github.com/cweagans/composer-patches.git", + "reference": "b3036f23b73570ab5d869e345277786c8eb248a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb", - "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb", + "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/b3036f23b73570ab5d869e345277786c8eb248a9", + "reference": "b3036f23b73570ab5d869e345277786c8eb248a9", "shasum": "" }, "require": { - "php": ">=5.3.2", - "symfony/console": "~2.3 || ~3.0" + "composer-plugin-api": "^1.0", + "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "composer/composer": "~1.0", + "phpunit/phpunit": "~4.6" }, - "time": "2016-02-24T05:08:54+00:00", - "type": "library", + "time": "2017-03-19T18:18:52+00:00", + "type": "composer-plugin", "extra": { - "branch-alias": { - "dev-master": "0.6.x-dev" - } + "class": "cweagans\\Composer\\Patches" }, "installation-source": "dist", "autoload": { "psr-4": { - "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/" + "cweagans\\Composer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-2-Clause" ], "authors": [ { - "name": "Stephen Holdaway", - "email": "stephen@stecman.co.nz" + "name": "Cameron Eagans", + "email": "me@cweagans.net" } ], - "description": "Automatic BASH completion for Symfony Console Component based applications." + "description": "Provides a way to patch Composer packages." }, { - "name": "dflydev/placeholder-resolver", + "name": "dflydev/dot-access-configuration", "version": "v1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", - "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git", - "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356" + "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git", + "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356", - "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/ae6e7138b1d9063d343322cca63994ee1ac5161d", + "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d", "shasum": "" }, "require": { + "dflydev/dot-access-data": "1.*", + "dflydev/placeholder-resolver": "1.*", "php": ">=5.3.2" }, - "time": "2012-10-28T21:08:28+00:00", + "require-dev": { + "symfony/yaml": "~2.1" + }, + "suggest": { + "symfony/yaml": "Required for using the YAML Configuration Builders" + }, + "time": "2016-12-12T17:43:40+00:00", "type": "library", "extra": { "branch-alias": { @@ -1058,7 +1191,7 @@ "installation-source": "dist", "autoload": { "psr-0": { - "Dflydev\\PlaceholderResolver": "src" + "Dflydev\\DotAccessConfiguration": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1077,11 +1210,11 @@ "homepage": "http://beausimensen.com" } ], - "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.", - "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver", + "description": "Given a deep data structure representing a configuration, access configuration by dot notation.", + "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration", "keywords": [ - "placeholder", - "resolver" + "config", + "configuration" ] }, { @@ -1146,32 +1279,24 @@ ] }, { - "name": "dflydev/dot-access-configuration", - "version": "v1.0.1", - "version_normalized": "1.0.1.0", + "name": "dflydev/placeholder-resolver", + "version": "v1.0.2", + "version_normalized": "1.0.2.0", "source": { "type": "git", - "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git", - "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9" + "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git", + "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/9b65c83159c9003e00284ea1144ad96b69d9c8b9", - "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9", + "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356", + "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356", "shasum": "" }, "require": { - "dflydev/dot-access-data": "1.*", - "dflydev/placeholder-resolver": "1.*", "php": ">=5.3.2" }, - "require-dev": { - "symfony/yaml": "~2.1" - }, - "suggest": { - "symfony/yaml": "Required for using the YAML Configuration Builders" - }, - "time": "2014-11-14T03:26:12+00:00", + "time": "2012-10-28T21:08:28+00:00", "type": "library", "extra": { "branch-alias": { @@ -1181,7 +1306,7 @@ "installation-source": "dist", "autoload": { "psr-0": { - "Dflydev\\DotAccessConfiguration": "src" + "Dflydev\\PlaceholderResolver": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1200,112 +1325,82 @@ "homepage": "http://beausimensen.com" } ], - "description": "Given a deep data structure representing a configuration, access configuration by dot notation.", - "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration", + "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.", + "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver", "keywords": [ - "config", - "configuration" + "placeholder", + "resolver" ] }, { - "name": "alchemy/zippy", - "version": "0.4.3", - "version_normalized": "0.4.3.0", + "name": "dnoegel/php-xdg-base-dir", + "version": "0.1", + "version_normalized": "0.1.0.0", "source": { "type": "git", - "url": "https://github.com/alchemy-fr/Zippy.git", - "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea" + "url": "https://github.com/dnoegel/php-xdg-base-dir.git", + "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea", - "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea", + "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", + "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", "shasum": "" }, "require": { - "doctrine/collections": "~1.0", - "ext-mbstring": "*", - "php": ">=5.5", - "symfony/filesystem": "^2.0.5|^3.0", - "symfony/process": "^2.1|^3.0" + "php": ">=5.3.2" }, "require-dev": { - "ext-zip": "*", - "guzzle/guzzle": "~3.0", - "guzzlehttp/guzzle": "^6.0", - "phpunit/phpunit": "^4.0|^5.0", - "symfony/finder": "^2.0.5|^3.0" - }, - "suggest": { - "ext-zip": "To use the ZipExtensionAdapter", - "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3", - "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6" - }, - "time": "2016-11-03T16:10:31+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.4.x-dev" - } + "phpunit/phpunit": "@stable" }, + "time": "2014-10-24T07:27:01+00:00", + "type": "project", "installation-source": "dist", "autoload": { "psr-4": { - "Alchemy\\Zippy\\": "src/" + "XdgBaseDir\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "authors": [ - { - "name": "Alchemy", - "email": "dev.team@alchemy.fr", - "homepage": "http://www.alchemy.fr/" - } - ], - "description": "Zippy, the archive manager companion", - "keywords": [ - "bzip", - "compression", - "tar", - "zip" - ] + "description": "implementation of xdg base directory specification for php" }, { - "name": "fabpot/goutte", - "version": "v3.2.1", - "version_normalized": "3.2.1.0", + "name": "doctrine/annotations", + "version": "v1.4.0", + "version_normalized": "1.4.0.0", "source": { "type": "git", - "url": "https://github.com/FriendsOfPHP/Goutte.git", - "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638" + "url": "https://github.com/doctrine/annotations.git", + "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638", - "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", + "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^6.0", - "php": ">=5.5.0", - "symfony/browser-kit": "~2.1|~3.0", - "symfony/css-selector": "~2.1|~3.0", - "symfony/dom-crawler": "~2.1|~3.0" + "doctrine/lexer": "1.*", + "php": "^5.6 || ^7.0" }, - "time": "2017-01-03T13:21:43+00:00", - "type": "application", + "require-dev": { + "doctrine/cache": "1.*", + "phpunit/phpunit": "^5.7" + }, + "time": "2017-02-24T16:22:25+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-master": "1.4.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Goutte\\": "Goutte" + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", @@ -1314,55 +1409,71 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" } ], - "description": "A simple PHP Web Scraper", - "homepage": "https://github.com/FriendsOfPHP/Goutte", + "description": "Docblock Annotations Parser", + "homepage": "http://www.doctrine-project.org", "keywords": [ - "scraper" + "annotations", + "docblock", + "parser" ] }, { - "name": "behat/mink", - "version": "v1.7.1", - "version_normalized": "1.7.1.0", + "name": "doctrine/cache", + "version": "v1.6.2", + "version_normalized": "1.6.2.0", "source": { "type": "git", - "url": "https://github.com/minkphp/Mink.git", - "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9" + "url": "https://github.com/doctrine/cache.git", + "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9", - "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9", + "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b", + "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b", "shasum": "" }, "require": { - "php": ">=5.3.1", - "symfony/css-selector": "~2.1|~3.0" + "php": "~5.5|~7.0" }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7|~3.0" + "conflict": { + "doctrine/common": ">2.2,<2.4" }, - "suggest": { - "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", - "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", - "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", - "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" + "require-dev": { + "phpunit/phpunit": "~4.8|~5.0", + "predis/predis": "~1.0", + "satooshi/php-coveralls": "~0.6" }, - "time": "2016-03-05T08:26:18+00:00", + "time": "2017-07-22T12:49:21+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.6.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Behat\\Mink\\": "src/" + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", @@ -1371,46 +1482,57 @@ ], "authors": [ { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" } ], - "description": "Browser controller/emulator abstraction for PHP", - "homepage": "http://mink.behat.org/", + "description": "Caching library offering an object-oriented API for many cache backends", + "homepage": "http://www.doctrine-project.org", "keywords": [ - "browser", - "testing", - "web" + "cache", + "caching" ] }, { - "name": "behat/mink-browserkit-driver", - "version": "v1.3.2", - "version_normalized": "1.3.2.0", + "name": "doctrine/collections", + "version": "v1.4.0", + "version_normalized": "1.4.0.0", "source": { "type": "git", - "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", - "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb" + "url": "https://github.com/doctrine/collections.git", + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb", - "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb", + "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", + "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", "shasum": "" }, "require": { - "behat/mink": "^1.7.1@dev", - "php": ">=5.3.6", - "symfony/browser-kit": "~2.3|~3.0", - "symfony/dom-crawler": "~2.3|~3.0" + "php": "^5.6 || ^7.0" }, "require-dev": { - "silex/silex": "~1.2", - "symfony/phpunit-bridge": "~2.7|~3.0" + "doctrine/coding-standard": "~0.1@dev", + "phpunit/phpunit": "^5.7" }, - "time": "2016-03-05T08:59:47+00:00", - "type": "mink-driver", + "time": "2017-01-03T10:49:41+00:00", + "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" @@ -1418,8 +1540,8 @@ }, "installation-source": "dist", "autoload": { - "psr-4": { - "Behat\\Mink\\Driver\\": "src/" + "psr-0": { + "Doctrine\\Common\\Collections\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1428,55 +1550,71 @@ ], "authors": [ { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" } ], - "description": "Symfony2 BrowserKit driver for Mink framework", - "homepage": "http://mink.behat.org/", + "description": "Collections Abstraction library", + "homepage": "http://www.doctrine-project.org", "keywords": [ - "Mink", - "Symfony2", - "browser", - "testing" + "array", + "collections", + "iterator" ] }, { - "name": "behat/mink-goutte-driver", - "version": "v1.2.1", - "version_normalized": "1.2.1.0", + "name": "doctrine/common", + "version": "v2.7.3", + "version_normalized": "2.7.3.0", "source": { "type": "git", - "url": "https://github.com/minkphp/MinkGoutteDriver.git", - "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca" + "url": "https://github.com/doctrine/common.git", + "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", - "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", + "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9", + "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9", "shasum": "" }, "require": { - "behat/mink": "~1.6@dev", - "behat/mink-browserkit-driver": "~1.2@dev", - "fabpot/goutte": "~1.0.4|~2.0|~3.1", - "php": ">=5.3.1" + "doctrine/annotations": "1.*", + "doctrine/cache": "1.*", + "doctrine/collections": "1.*", + "doctrine/inflector": "1.*", + "doctrine/lexer": "1.*", + "php": "~5.6|~7.0" }, "require-dev": { - "symfony/phpunit-bridge": "~2.7|~3.0" + "phpunit/phpunit": "^5.4.6" }, - "time": "2016-03-05T09:04:22+00:00", - "type": "mink-driver", + "time": "2017-07-22T08:35:12+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "2.7.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Behat\\Mink\\Driver\\": "src/" + "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", @@ -1485,56 +1623,68 @@ ], "authors": [ { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" } ], - "description": "Goutte driver for Mink framework", - "homepage": "http://mink.behat.org/", + "description": "Common Library for Doctrine projects", + "homepage": "http://www.doctrine-project.org", "keywords": [ - "browser", - "goutte", - "headless", - "testing" + "annotations", + "collections", + "eventmanager", + "persistence", + "spl" ] }, { - "name": "jcalderonzumba/gastonjs", - "version": "v1.0.3", - "version_normalized": "1.0.3.0", + "name": "doctrine/inflector", + "version": "v1.2.0", + "version_normalized": "1.2.0.0", "source": { "type": "git", - "url": "https://github.com/jcalderonzumba/gastonjs.git", - "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a" + "url": "https://github.com/doctrine/inflector.git", + "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a", - "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", + "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "~5.0|~6.0", - "php": ">=5.4" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.6", - "silex/silex": "~1.2", - "symfony/phpunit-bridge": "~2.7", - "symfony/process": "~2.1" + "phpunit/phpunit": "^6.2" }, - "time": "2016-05-04T16:27:07+00:00", - "type": "phantomjs-api", + "time": "2017-07-22T12:18:28+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "1.2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Zumba\\GastonJS\\": "src" + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } }, "notification-url": "https://packagist.org/downloads/", @@ -1543,57 +1693,71 @@ ], "authors": [ { - "name": "Juan Francisco Calderón Zumba", - "email": "juanfcz@gmail.com", - "homepage": "http://github.com/jcalderonzumba" + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" } ], - "description": "PhantomJS API based server for webpage automation", - "homepage": "https://github.com/jcalderonzumba/gastonjs", + "description": "Common String Manipulations with regard to casing and singular/plural rules.", + "homepage": "http://www.doctrine-project.org", "keywords": [ - "api", - "automation", - "browser", - "headless", - "phantomjs" + "inflection", + "pluralize", + "singularize", + "string" ] }, { - "name": "jcalderonzumba/mink-phantomjs-driver", - "version": "v0.3.3", - "version_normalized": "0.3.3.0", + "name": "doctrine/instantiator", + "version": "1.0.5", + "version_normalized": "1.0.5.0", "source": { "type": "git", - "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git", - "reference": "008f43670e94acd39273d15add1e7348eb23848d" + "url": "https://github.com/doctrine/instantiator.git", + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d", - "reference": "008f43670e94acd39273d15add1e7348eb23848d", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", "shasum": "" }, "require": { - "behat/mink": "~1.7", - "jcalderonzumba/gastonjs": "~1.0", - "php": ">=5.4", - "twig/twig": "~1.20|~2.0" + "php": ">=5.3,<8.0-DEV" }, "require-dev": { - "mink/driver-testsuite": "dev-master", - "phpunit/phpunit": "~4.6" + "athletic/athletic": "~0.1.8", + "ext-pdo": "*", + "ext-phar": "*", + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "~2.0" }, - "time": "2016-12-01T10:57:30+00:00", - "type": "mink-driver", + "time": "2015-06-14T21:17:01+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-master": "0.4.x-dev" + "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Zumba\\Mink\\Driver\\": "src" + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1602,1166 +1766,1313 @@ ], "authors": [ { - "name": "Juan Francisco Calderón Zumba", - "email": "juanfcz@gmail.com", - "homepage": "http://github.com/jcalderonzumba" + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.com/" } ], - "description": "PhantomJS driver for Mink framework", - "homepage": "http://mink.behat.org/", + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://github.com/doctrine/instantiator", "keywords": [ - "ajax", - "browser", - "headless", - "javascript", - "phantomjs", - "testing" + "constructor", + "instantiate" ] }, { - "name": "mikey179/vfsStream", - "version": "v1.6.4", - "version_normalized": "1.6.4.0", + "name": "doctrine/lexer", + "version": "v1.0.1", + "version_normalized": "1.0.1.0", "source": { "type": "git", - "url": "https://github.com/mikey179/vfsStream.git", - "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592" + "url": "https://github.com/doctrine/lexer.git", + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592", - "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", "shasum": "" }, "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.5" + "php": ">=5.3.2" }, - "time": "2016-07-18T14:02:57+00:00", + "time": "2014-09-09T13:34:57+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { - "org\\bovigo\\vfs\\": "src/main/php" + "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Frank Kleine", - "homepage": "http://frankkleine.de/", - "role": "Developer" + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" } ], - "description": "Virtual file system to mock the real file system in unit tests.", - "homepage": "http://vfs.bovigo.org/" + "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "lexer", + "parser" + ] }, { - "name": "sebastian/version", - "version": "1.0.6", - "version_normalized": "1.0.6.0", + "name": "drupal-composer/drupal-scaffold", + "version": "2.3.0", + "version_normalized": "2.3.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" + "url": "https://github.com/drupal-composer/drupal-scaffold.git", + "reference": "1374e1031b98beb502abea3854f361304965c628" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", - "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", + "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/1374e1031b98beb502abea3854f361304965c628", + "reference": "1374e1031b98beb502abea3854f361304965c628", "shasum": "" }, - "time": "2015-06-21T13:59:46+00:00", - "type": "library", + "require": { + "composer-plugin-api": "^1.0.0", + "php": ">=5.4.5" + }, + "require-dev": { + "composer/composer": "dev-master", + "phpunit/phpunit": "^4.4.0" + }, + "time": "2017-05-05T21:26:28+00:00", + "type": "composer-plugin", + "extra": { + "class": "DrupalComposer\\DrupalScaffold\\Plugin", + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, "installation-source": "dist", "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "DrupalComposer\\DrupalScaffold\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version" + "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core" }, { - "name": "sebastian/global-state", - "version": "1.1.1", - "version_normalized": "1.1.1.0", + "name": "drupal/admin_toolbar", + "version": "1.19.0", + "version_normalized": "1.19.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" + "url": "https://git.drupal.org/project/admin_toolbar", + "reference": "8.x-1.19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.19.zip", + "reference": "8.x-1.19", + "shasum": "87de41eab3c5cd49d4e1b5b764cb3b9d5ad683a0" }, "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.2" - }, - "suggest": { - "ext-uopz": "*" + "drupal/core": "*" }, - "time": "2015-10-12T03:26:01+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.19", + "datestamp": "1491487683" } }, "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Mohamed Anis Taktak", + "homepage": "https://www.drupal.org/u/matio89" + }, + { + "name": "eme", + "homepage": "https://www.drupal.org/user/542492" + }, + { + "name": "fethi.krout", + "homepage": "https://www.drupal.org/user/3206765" + }, + { + "name": "matio89", + "homepage": "https://www.drupal.org/user/2320090" + }, + { + "name": "romainj", + "homepage": "https://www.drupal.org/user/370706" } ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ] + "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.", + "homepage": "http://drupal.org/project/admin_toolbar", + "support": { + "source": "http://cgit.drupalcode.org/admin_toolbar", + "issues": "https://www.drupal.org/project/issues/admin_toolbar" + } }, { - "name": "sebastian/exporter", - "version": "1.2.2", - "version_normalized": "1.2.2.0", + "name": "drupal/advagg", + "version": "2.4.0", + "version_normalized": "2.4.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" + "url": "https://git.drupal.org/project/advagg", + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", - "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b" }, "require": { - "php": ">=5.3.3", - "sebastian/recursion-context": "~1.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "~4.4" + "drupal/core": "~8.0" }, - "time": "2016-06-17T09:04:28+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.4", + "datestamp": "1493949188" } }, "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" + "name": "Mike Carper (mikeytown2)", + "homepage": "https://www.drupal.org/u/mikeytown2", + "role": "Creator, Maintainer" }, { - "name": "Volker Dusch", - "email": "github@wallbash.com" + "name": "Nick Wilde (nickwilde)", + "homepage": "https://www.drupal.org/u/nickwilde", + "email": "design@briarmoon.ca", + "role": "Drupal 8 Port/maintainer" }, { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" + "name": "doublejosh", + "homepage": "https://www.drupal.org/user/199720" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "iamcarrico", + "homepage": "https://www.drupal.org/user/1300542" }, { - "name": "Adam Harvey", - "email": "aharvey@php.net" + "name": "markcarver", + "homepage": "https://www.drupal.org/user/501638" + }, + { + "name": "mikeytown2", + "homepage": "https://www.drupal.org/user/282446" + }, + { + "name": "rupl", + "homepage": "https://www.drupal.org/user/411999" } ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "http://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ] + "description": "Improved aggregation of CSS/JS files to speed up page load times.", + "homepage": "https://drupal.org/project/advagg", + "support": { + "source": "https://cgit.drupalcode.org/advagg", + "issues": "https://drupal.org/project/issues/advagg", + "irc": "irc://irc.freenode.org/drupal-contribute" + } }, { - "name": "sebastian/environment", - "version": "1.3.8", - "version_normalized": "1.3.8.0", + "name": "drupal/advanced_help", + "version": "dev-1.x", + "version_normalized": "dev-1.x", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", - "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", - "shasum": "" + "url": "https://git.drupal.org/project/advanced_help", + "reference": "ed80f440c8bb0c3c5b1868f3429f296e52c841a6" }, "require": { - "php": "^5.3.3 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.0" + "drupal/core": "~8.0", + "michelf/php-markdown": "^1.7" }, - "time": "2016-08-18T05:49:44+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.x-dev", + "datestamp": "1490703369" } }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", + "installation-source": "source", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "David Valdez (gnuget)", + "homepage": "https://www.drupal.org/u/gnuget", + "role": "Maintainer" + }, + { + "name": "dmitrig01", + "homepage": "https://www.drupal.org/user/47566" + }, + { + "name": "fgm", + "homepage": "https://www.drupal.org/user/27985" + }, + { + "name": "gisle", + "homepage": "https://www.drupal.org/user/409554" + }, + { + "name": "gnuget", + "homepage": "https://www.drupal.org/user/992990" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "redndahead", + "homepage": "https://www.drupal.org/user/160320" } ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ] + "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": "sebastian/comparator", - "version": "1.2.4", - "version_normalized": "1.2.4.0", + "name": "drupal/better_formats", + "version": "dev-1.x", + "version_normalized": "dev-1.x", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", - "shasum": "" + "url": "https://git.drupal.org/project/better_formats", + "reference": "9b3b5fa792c1dfe0d1121021a230086f3599b7e4" }, "require": { - "php": ">=5.3.3", - "sebastian/diff": "~1.2", - "sebastian/exporter": "~1.2 || ~2.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.4" + "drupal/core": "~8.0" }, - "time": "2017-01-29T09:50:25+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.x-dev", + "datestamp": "1474656839" } }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", + "installation-source": "source", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" + "name": "Devin Carlson", + "homepage": "https://www.drupal.org/user/290182" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "dragonwize", + "homepage": "https://www.drupal.org/user/137882" } ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "http://www.github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ] + "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": "doctrine/instantiator", - "version": "1.0.5", - "version_normalized": "1.0.5.0", + "name": "drupal/blazy", + "version": "1.0.0-rc2", + "version_normalized": "1.0.0.0-RC2", "source": { "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" + "url": "https://git.drupal.org/project/blazy", + "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "242f3022b039c6fd3b98f6ce1955d295119b4b5a" }, "require": { - "php": ">=5.3,<8.0-DEV" - }, - "require-dev": { - "athletic/athletic": "~0.1.8", - "ext-pdo": "*", - "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" + "drupal/core": "*" }, - "time": "2015-06-14T21:17:01+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc2", + "datestamp": "1495745283" } }, "installation-source": "dist", - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" + "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": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", + "description": "Provides basic bLazy integration for lazy loading and multi-serving images.", + "homepage": "https://drupal.org/project/blazy", "keywords": [ - "constructor", - "instantiate" - ] + "Drupal", + "bLazy", + "lazyload" + ], + "support": { + "source": "http://cgit.drupalcode.org/blazy", + "issues": "https://drupal.org/project/issues/blazy" + } }, { - "name": "phpunit/php-text-template", - "version": "1.2.1", - "version_normalized": "1.2.1.0", + "name": "drupal/block_class", + "version": "1.0.0-alpha1", + "version_normalized": "1.0.0.0-alpha1", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" + "url": "https://git.drupal.org/project/block_class", + "reference": "8.x-1.0-alpha1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0-alpha1.zip", + "reference": "8.x-1.0-alpha1", + "shasum": "194cd52210ea2e0e5dbbd34fad4528d500424430" }, "require": { - "php": ">=5.3.3" + "drupal/core": "*" }, - "time": "2015-06-21T13:50:34+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha1", + "datestamp": "1475623439" + } }, - "notification-url": "https://packagist.org/downloads/", + "installation-source": "dist", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "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": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ] + "description": "Allows assigning classes to Blocks", + "homepage": "https://www.drupal.org/project/block_class", + "support": { + "source": "http://cgit.drupalcode.org/block_class" + } }, { - "name": "phpunit/phpunit-mock-objects", - "version": "2.3.8", - "version_normalized": "2.3.8.0", + "name": "drupal/bootstrap", + "version": "3.5.0", + "version_normalized": "3.5.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" + "url": "https://git.drupal.org/project/bootstrap", + "reference": "8.x-3.5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", - "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.5.zip", + "reference": "8.x-3.5", + "shasum": "569f8a243ad6a2e04a86123a0b2a594783a09860" }, "require": { - "doctrine/instantiator": "^1.0.2", - "php": ">=5.3.3", - "phpunit/php-text-template": "~1.2", - "sebastian/exporter": "~1.2" - }, - "require-dev": { - "phpunit/phpunit": "~4.4" - }, - "suggest": { - "ext-soap": "*" + "drupal/core": "~8.0" }, - "time": "2015-10-02T06:51:40+00:00", - "type": "library", + "type": "drupal-theme", "extra": { "branch-alias": { - "dev-master": "2.3.x-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.5", + "datestamp": "1495040301" + } }, - "notification-url": "https://packagist.org/downloads/", + "installation-source": "dist", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "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" } ], - "description": "Mock Object library for PHPUnit", - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", - "keywords": [ - "mock", - "xunit" - ] + "homepage": "https://www.drupal.org/project/bootstrap", + "support": { + "source": "http://cgit.drupalcode.org/bootstrap" + } }, { - "name": "phpunit/php-timer", - "version": "1.0.9", - "version_normalized": "1.0.9.0", + "name": "drupal/bootstrap_layouts", + "version": "4.1.0", + "version_normalized": "4.1.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" + "url": "https://git.drupal.org/project/bootstrap_layouts", + "reference": "8.x-4.1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.1.zip", + "reference": "8.x-4.1", + "shasum": "3f1e7598e9a476e4d396ddc1e49cd2851e948a2c" }, "require": { - "php": "^5.3.3 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "drupal/core": "~8.0", + "drupal/layout_plugin": "*" }, - "time": "2017-02-26T11:10:40+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.1", + "datestamp": "1481413087" } }, "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "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": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ] + "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": "phpunit/php-file-iterator", - "version": "1.4.2", - "version_normalized": "1.4.2.0", + "name": "drupal/ckeditor_templates", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" + "url": "https://git.drupal.org/project/ckeditor_templates", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff" }, "require": { - "php": ">=5.3.3" + "drupal/core": "*" }, - "time": "2016-10-03T07:40:28+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1490206982" } }, "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "name": "lucaslg", + "homepage": "https://www.drupal.org/user/3128975" } ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ] + "description": "Integrates the CKEdito templates plugin", + "homepage": "https://www.drupal.org/project/ckeditor_templates", + "support": { + "source": "http://cgit.drupalcode.org/ckeditor_templates" + } }, { - "name": "phpunit/php-token-stream", - "version": "1.4.11", - "version_normalized": "1.4.11.0", + "name": "drupal/ckeditor_widgets", + "version": "dev-1.x", + "version_normalized": "dev-1.x", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", - "shasum": "" + "url": "https://git.drupal.org/project/ckeditor_widgets", + "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f" }, "require": { - "ext-tokenizer": "*", - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.2" + "drupal/core": "*" }, - "time": "2017-02-27T10:12:30+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.x-dev", + "datestamp": "1472798939" } }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", + "installation-source": "source", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "jlyon", + "homepage": "https://www.drupal.org/user/256444" } ], - "description": "Wrapper around PHP's tokenizer extension.", - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", - "keywords": [ - "tokenizer" - ] + "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": "phpunit/php-code-coverage", - "version": "2.2.4", - "version_normalized": "2.2.4.0", + "name": "drupal/console", + "version": "1.6.1", + "version_normalized": "1.6.1.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" + "url": "https://github.com/hechoendrupal/drupal-console.git", + "reference": "85a6948f80eb7584dcfeeecd49f9ade5c7fb1a15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", - "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/85a6948f80eb7584dcfeeecd49f9ade5c7fb1a15", + "reference": "85a6948f80eb7584dcfeeecd49f9ade5c7fb1a15", "shasum": "" }, "require": { - "php": ">=5.3.3", - "phpunit/php-file-iterator": "~1.3", - "phpunit/php-text-template": "~1.2", - "phpunit/php-token-stream": "~1.3", - "sebastian/environment": "^1.3.2", - "sebastian/version": "~1.0" - }, - "require-dev": { - "ext-xdebug": ">=2.1.4", - "phpunit/phpunit": "~4" + "alchemy/zippy": "0.4.3", + "composer/installers": "~1.0", + "doctrine/annotations": "^1.2", + "doctrine/collections": "^1.3", + "drupal/console-core": "1.6.1", + "drupal/console-extend-plugin": "~0", + "guzzlehttp/guzzle": "~6.1", + "php": "^5.5.9 || ^7.0", + "psy/psysh": "0.6.* || ~0.8", + "symfony/css-selector": "~2.8|~3.0", + "symfony/dom-crawler": "~2.8|~3.0", + "symfony/http-foundation": "~2.8|~3.0" }, "suggest": { - "ext-dom": "*", - "ext-xdebug": ">=2.2.1", - "ext-xmlwriter": "*" + "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!", + "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically." }, - "time": "2015-10-06T15:47:00+00:00", + "time": "2018-02-21T16:06:59+00:00", + "bin": [ + "bin/drupal" + ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2.x-dev" - } - }, "installation-source": "dist", "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Drupal\\Console\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "name": "David Flores", + "email": "dmousex@gmail.com", + "homepage": "http://dmouse.net" + }, + { + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com", + "homepage": "http://jmolivas.com" + }, + { + "name": "Eduardo Garcia", + "email": "enzo@enzolutions.com", + "homepage": "http://enzolutions.com/" + }, + { + "name": "Omar Aguirre", + "email": "omersguchigu@gmail.com" + }, + { + "name": "Drupal Console Contributors", + "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors" + } + ], + "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.", + "homepage": "http://drupalconsole.com/", "keywords": [ - "coverage", - "testing", - "xunit" + "console", + "development", + "drupal", + "symfony" ] }, { - "name": "drupal/migrate_upgrade", - "version": "3.0.0-rc1", - "version_normalized": "3.0.0.0-RC1", + "name": "drupal/console-core", + "version": "1.6.1", + "version_normalized": "1.6.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/migrate_upgrade", - "reference": "8.x-3.0-rc1" + "url": "https://github.com/hechoendrupal/drupal-console-core.git", + "reference": "e05f954412da7c2a496fd1c92f4cfe63debe43ed" }, "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" + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/e05f954412da7c2a496fd1c92f4cfe63debe43ed", + "reference": "e05f954412da7c2a496fd1c92f4cfe63debe43ed", + "shasum": "" }, "require": { - "drupal/core": "*", - "drupal/migrate_plus": "*" + "dflydev/dot-access-configuration": "^1.0", + "drupal/console-en": "1.6.1", + "php": "^5.5.9 || ^7.0", + "stecman/symfony-console-completion": "~0.7", + "symfony/config": "~2.8|~3.0", + "symfony/console": "~2.8|~3.0", + "symfony/debug": "~2.8|~3.0", + "symfony/dependency-injection": "~2.8|~3.0", + "symfony/event-dispatcher": "~2.8|~3.0", + "symfony/filesystem": "~2.8|~3.0", + "symfony/finder": "~2.8|~3.0", + "symfony/process": "~2.8|~3.0", + "symfony/translation": "~2.8|~3.0", + "symfony/yaml": "~2.8|~3.0", + "twig/twig": "^1.23.1", + "webflo/drupal-finder": "^1.0", + "webmozart/path-util": "^2.3" }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-3.x": "3.x-dev" - }, - "drupal": { - "version": "8.x-3.0-rc1", - "datestamp": "1476200639" + "time": "2018-02-21T15:36:59+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Drupal\\Console\\Core\\": "src" } }, - "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Ryan Weal", - "homepage": "https://www.drupal.org/user/412402" - }, - { - "name": "abhishek-anand", - "homepage": "https://www.drupal.org/user/468982" + "name": "David Flores", + "email": "dmousex@gmail.com", + "homepage": "http://dmouse.net" }, { - "name": "ksenzee", - "homepage": "https://www.drupal.org/user/139855" + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com", + "homepage": "http://jmolivas.com" }, { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" + "name": "Drupal Console Contributors", + "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" }, { - "name": "ultimike", - "homepage": "https://www.drupal.org/user/51132" + "name": "Eduardo Garcia", + "email": "enzo@enzolutions.com", + "homepage": "http://enzolutions.com/" }, { - "name": "xjm", - "homepage": "https://www.drupal.org/user/65776" + "name": "Omar Aguirre", + "email": "omersguchigu@gmail.com" } ], - "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" - } + "description": "Drupal Console Core", + "homepage": "http://drupalconsole.com/", + "keywords": [ + "console", + "development", + "drupal", + "symfony" + ] }, { - "name": "drupal/migrate_tools", - "version": "3.0.0-beta1", - "version_normalized": "3.0.0.0-beta1", + "name": "drupal/console-en", + "version": "1.6.1", + "version_normalized": "1.6.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/migrate_tools", - "reference": "8.x-3.0-beta1" + "url": "https://github.com/hechoendrupal/drupal-console-en.git", + "reference": "712e60bfcc740467f26b76b34310f48bcb5c31e5" }, "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" - } + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/712e60bfcc740467f26b76b34310f48bcb5c31e5", + "reference": "712e60bfcc740467f26b76b34310f48bcb5c31e5", + "shasum": "" }, + "time": "2018-02-21T03:58:44+00:00", + "type": "drupal-console-language", "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" + "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": "Tools to assist in developing and running migrations.", - "homepage": "https://www.drupal.org/project/migrate_tools", - "support": { - "source": "http://cgit.drupalcode.org/migrate_tools" - } + "description": "Drupal Console English Language", + "homepage": "http://drupalconsole.com/", + "keywords": [ + "console", + "development", + "drupal", + "symfony" + ] }, { - "name": "drupal/eu_cookie_compliance", - "version": "1.0.0-beta7", - "version_normalized": "1.0.0.0-beta7", + "name": "drupal/console-extend-plugin", + "version": "0.9.2", + "version_normalized": "0.9.2.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/eu-cookie-compliance", - "reference": "8.x-1.0-beta7" + "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", + "reference": "f3bac233fd305359c33e96621443b3bd065555cc" }, "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://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc", + "reference": "f3bac233fd305359c33e96621443b3bd065555cc", + "shasum": "" }, "require": { - "drupal/core": "*" + "composer-plugin-api": "^1.0", + "symfony/finder": "~2.7|~3.0", + "symfony/yaml": "~2.7|~3.0" }, - "type": "drupal-module", + "time": "2017-07-28T17:11:54+00:00", + "type": "composer-plugin", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-beta7", - "datestamp": "1471263146" - } + "class": "Drupal\\Console\\Composer\\Plugin\\Extender" }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Drupal\\Console\\Composer\\Plugin\\": "src" + } + }, + "notification-url": "https://packagist.org/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" + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com" } ], - "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" - } + "description": "Drupal Console Extend Plugin" }, { - "name": "nikic/php-parser", - "version": "v3.0.5", - "version_normalized": "3.0.5.0", + "name": "drupal/core", + "version": "8.4.5", + "version_normalized": "8.4.5.0", "source": { "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d" + "url": "https://github.com/drupal/core.git", + "reference": "44a857df6f7ffd063cffed9a41767cdc50dd7474" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b9e2f71b722f7c53918ab0c25f7646c2013f17d", - "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d", + "url": "https://api.github.com/repos/drupal/core/zipball/44a857df6f7ffd063cffed9a41767cdc50dd7474", + "reference": "44a857df6f7ffd063cffed9a41767cdc50dd7474", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "php": ">=5.5" + "asm89/stack-cors": "^1.1", + "composer/semver": "^1.0", + "doctrine/annotations": "^1.2", + "doctrine/common": "^2.5", + "easyrdf/easyrdf": "^0.9", + "egulias/email-validator": "^1.2", + "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": "~3.2.8", + "symfony/console": "~3.2.8", + "symfony/dependency-injection": "~3.2.8", + "symfony/event-dispatcher": "~3.2.8", + "symfony/http-foundation": "~3.2.8", + "symfony/http-kernel": "~3.2.8", + "symfony/polyfill-iconv": "^1.0", + "symfony/process": "~3.2.8", + "symfony/psr-http-message-bridge": "^1.0", + "symfony/routing": "~3.2.8", + "symfony/serializer": "~3.2.8", + "symfony/translation": "~3.2.8", + "symfony/validator": "~3.2.8", + "symfony/yaml": "~3.2.8", + "twig/twig": "^1.23.1", + "zendframework/zend-diactoros": "^1.1", + "zendframework/zend-feed": "^2.4" }, - "require-dev": { - "phpunit/phpunit": "~4.0|~5.0" + "conflict": { + "drush/drush": "<8.1.10" }, - "time": "2017-03-05T18:23:57+00:00", - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } + "replace": { + "drupal/action": "self.version", + "drupal/aggregator": "self.version", + "drupal/automated_cron": "self.version", + "drupal/ban": "self.version", + "drupal/bartik": "self.version", + "drupal/basic_auth": "self.version", + "drupal/big_pipe": "self.version", + "drupal/block": "self.version", + "drupal/block_content": "self.version", + "drupal/block_place": "self.version", + "drupal/book": "self.version", + "drupal/breakpoint": "self.version", + "drupal/ckeditor": "self.version", + "drupal/classy": "self.version", + "drupal/color": "self.version", + "drupal/comment": "self.version", + "drupal/config": "self.version", + "drupal/config_translation": "self.version", + "drupal/contact": "self.version", + "drupal/content_moderation": "self.version", + "drupal/content_translation": "self.version", + "drupal/contextual": "self.version", + "drupal/core-annotation": "self.version", + "drupal/core-assertion": "self.version", + "drupal/core-bridge": "self.version", + "drupal/core-class-finder": "self.version", + "drupal/core-datetime": "self.version", + "drupal/core-dependency-injection": "self.version", + "drupal/core-diff": "self.version", + "drupal/core-discovery": "self.version", + "drupal/core-event-dispatcher": "self.version", + "drupal/core-file-cache": "self.version", + "drupal/core-filesystem": "self.version", + "drupal/core-gettext": "self.version", + "drupal/core-graph": "self.version", + "drupal/core-http-foundation": "self.version", + "drupal/core-php-storage": "self.version", + "drupal/core-plugin": "self.version", + "drupal/core-proxy-builder": "self.version", + "drupal/core-render": "self.version", + "drupal/core-serialization": "self.version", + "drupal/core-transliteration": "self.version", + "drupal/core-utility": "self.version", + "drupal/core-uuid": "self.version", + "drupal/datetime": "self.version", + "drupal/datetime_range": "self.version", + "drupal/dblog": "self.version", + "drupal/dynamic_page_cache": "self.version", + "drupal/editor": "self.version", + "drupal/entity_reference": "self.version", + "drupal/field": "self.version", + "drupal/field_layout": "self.version", + "drupal/field_ui": "self.version", + "drupal/file": "self.version", + "drupal/filter": "self.version", + "drupal/forum": "self.version", + "drupal/hal": "self.version", + "drupal/help": "self.version", + "drupal/history": "self.version", + "drupal/image": "self.version", + "drupal/inline_form_errors": "self.version", + "drupal/language": "self.version", + "drupal/layout_discovery": "self.version", + "drupal/link": "self.version", + "drupal/locale": "self.version", + "drupal/media": "self.version", + "drupal/menu_link_content": "self.version", + "drupal/menu_ui": "self.version", + "drupal/migrate": "self.version", + "drupal/migrate_drupal": "self.version", + "drupal/migrate_drupal_ui": "self.version", + "drupal/minimal": "self.version", + "drupal/node": "self.version", + "drupal/options": "self.version", + "drupal/page_cache": "self.version", + "drupal/path": "self.version", + "drupal/quickedit": "self.version", + "drupal/rdf": "self.version", + "drupal/responsive_image": "self.version", + "drupal/rest": "self.version", + "drupal/search": "self.version", + "drupal/serialization": "self.version", + "drupal/settings_tray": "self.version", + "drupal/seven": "self.version", + "drupal/shortcut": "self.version", + "drupal/simpletest": "self.version", + "drupal/standard": "self.version", + "drupal/stark": "self.version", + "drupal/statistics": "self.version", + "drupal/syslog": "self.version", + "drupal/system": "self.version", + "drupal/taxonomy": "self.version", + "drupal/telephone": "self.version", + "drupal/text": "self.version", + "drupal/toolbar": "self.version", + "drupal/tour": "self.version", + "drupal/tracker": "self.version", + "drupal/update": "self.version", + "drupal/user": "self.version", + "drupal/views": "self.version", + "drupal/views_ui": "self.version", + "drupal/workflows": "self.version" }, + "require-dev": { + "behat/mink": "1.7.x-dev", + "behat/mink-goutte-driver": "^1.2", + "drupal/coder": "^8.2.12", + "jcalderonzumba/gastonjs": "^1.0.2", + "jcalderonzumba/mink-phantomjs-driver": "^0.3.1", + "mikey179/vfsstream": "^1.2", + "phpspec/prophecy": "^1.4", + "phpunit/phpunit": ">=4.8.35 <5", + "symfony/css-selector": "~3.2.8", + "symfony/phpunit-bridge": "~3.2.8" + }, + "time": "2018-02-20T21:35:13+00:00", + "type": "drupal-core", "installation-source": "dist", "autoload": { "psr-4": { - "PhpParser\\": "lib/PhpParser" - } + "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": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } + "GPL-2.0+" ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ] + "description": "Drupal is an open source content management platform powering millions of websites and applications." }, { - "name": "sebastian/recursion-context", - "version": "1.0.5", - "version_normalized": "1.0.5.0", + "name": "drupal/crop", + "version": "1.2.0", + "version_normalized": "1.2.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" + "url": "https://git.drupal.org/project/crop", + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", - "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "0ad542254940c844f8a22c1b386131f06c665b4f" }, "require": { - "php": ">=5.3.3" + "drupal/core": "*" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "drupal/media_entity": "*" }, - "time": "2016-10-03T07:41:43+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1491032884" } }, "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" }, { - "name": "Adam Harvey", - "email": "aharvey@php.net" + "name": "woprrr", + "homepage": "https://www.drupal.org/user/858604" } ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context" + "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": "phpspec/prophecy", - "version": "v1.7.0", - "version_normalized": "1.7.0.0", + "name": "drupal/ctools", + "version": "3.0.0", + "version_normalized": "3.0.0.0", "source": { "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" + "url": "https://git.drupal.org/project/ctools", + "reference": "8.x-3.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073", - "reference": "93d39f1f7f9326d746203c7c056f300f7f126073", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8" }, "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", - "sebastian/comparator": "^1.1|^2.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0" - }, - "require-dev": { - "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8 || ^5.6.5" + "drupal/core": "~8.0" }, - "time": "2017-03-02T20:05:34+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0", + "datestamp": "1493401742" } }, "installation-source": "dist", - "autoload": { - "psr-0": { - "Prophecy\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" + "name": "Kris Vanderwater (EclipseGc)", + "homepage": "https://www.drupal.org/u/eclipsegc", + "role": "Maintainer" }, { - "name": "Marcello Duarte", - "email": "marcello.duarte@gmail.com" - } - ], - "description": "Highly opinionated mocking framework for PHP 5.3+", - "homepage": "https://github.com/phpspec/prophecy", - "keywords": [ - "Double", - "Dummy", - "fake", - "mock", - "spy", - "stub" - ] - }, - { - "name": "twbs/bootstrap-sass", - "version": "v3.3.7", - "version_normalized": "3.3.7.0", - "source": { - "type": "git", - "url": "https://github.com/twbs/bootstrap-sass.git", - "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47", - "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47", - "shasum": "" - }, - "time": "2016-07-25T19:58:53+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.3.x-dev" - } - }, - "installation-source": "dist", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ + "name": "Jakob Perry (japerry)", + "homepage": "https://www.drupal.org/u/japerry", + "role": "Maintainer" + }, { - "name": "Mark Otto" + "name": "Tim Plunkett (tim.plunkett)", + "homepage": "https://www.drupal.org/u/timplunkett", + "role": "Maintainer" }, { - "name": "Thomas McDonald" + "name": "James Gilliland (neclimdul)", + "homepage": "https://www.drupal.org/u/neclimdul", + "role": "Maintainer" }, { - "name": "Tristan Harward" + "name": "Daniel Wehner (dawehner)", + "homepage": "https://www.drupal.org/u/dawehner", + "role": "Maintainer" }, { - "name": "Peter Gumeson" + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" }, { - "name": "Gleb Mazovetskiy" + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" }, { - "name": "Jacob Thornton" + "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": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", - "homepage": "http://github.com/twbs/bootstrap-sass", - "keywords": [ - "bootstrap", - "css", - "sass" - ] + "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/paragraphs", - "version": "1.1.0", - "version_normalized": "1.1.0.0", + "name": "drupal/devel", + "version": "1.0.0-rc2", + "version_normalized": "1.0.0.0-RC2", "source": { "type": "git", - "url": "https://git.drupal.org/project/paragraphs", - "reference": "8.x-1.1" + "url": "https://git.drupal.org/project/devel", + "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "c678e5704a98c6a0549e415412da081cfeb03a00" + "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", - "drupal/entity_reference_revisions": "*" + "drupal/core": "~8.0" }, - "require-dev": { - "drupal/diff": "*", - "drupal/field_group": "*", - "drupal/inline_entity_form": "*", - "drupal/replicate": "*", - "drupal/search_api": "*", - "drupal/search_api_db": "*" + "suggest": { + "symfony/var-dumper": "Pretty print complex values better with var-dumper available" }, "type": "drupal-module", "extra": { @@ -2769,8 +3080,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1487331784" + "version": "8.x-1.0-rc2", + "datestamp": "1492989244" } }, "installation-source": "dist", @@ -2780,43 +3091,66 @@ ], "authors": [ { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" + "name": "Moshe Weitzman", + "homepage": "https://github.com/weitzman", + "email": "weitzman@tejasa.com", + "role": "Maintainer" }, { - "name": "Frans", - "homepage": "https://www.drupal.org/user/514222" + "name": "Hans Salvisberg", + "homepage": "https://www.drupal.org/u/salvis", + "email": "drupal@salvisberg.com", + "role": "Maintainer" }, { - "name": "Primsi", - "homepage": "https://www.drupal.org/user/282629" + "name": "Luca Lusso", + "homepage": "https://www.drupal.org/u/lussoluca", + "role": "Maintainer" }, { - "name": "jeroen.b", - "homepage": "https://www.drupal.org/user/1853532" + "name": "Marco (willzyx)", + "homepage": "https://www.drupal.org/u/willzyx", + "role": "Maintainer" }, { - "name": "miro_dietiker", - "homepage": "https://www.drupal.org/user/227761" + "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": "Enables the creation of paragraphs entities.", - "homepage": "https://www.drupal.org/project/paragraphs", + "description": "Various blocks, pages, and functions for developers.", + "homepage": "http://drupal.org/project/devel", "support": { - "source": "http://cgit.drupalcode.org/paragraphs" + "source": "http://cgit.drupalcode.org/devel", + "issues": "http://drupal.org/project/devel", + "irc": "irc://irc.freenode.org/drupal-contribute" } }, { - "name": "drupal/livereload", - "version": "dev-1.x", - "version_normalized": "dev-1.x", + "name": "drupal/diff", + "version": "1.0.0-rc1", + "version_normalized": "1.0.0.0-RC1", "source": { "type": "git", - "url": "https://git.drupal.org/project/livereload", - "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b" + "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" + "drupal/core": "~8.0", + "mkalkbrenner/php-htmldiff-advanced": "~0.0.8" }, "type": "drupal-module", "extra": { @@ -2824,48 +3158,82 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1474009739" + "version": "8.x-1.0-rc1", + "datestamp": "1484566683" } }, - "installation-source": "source", + "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "Hydra", - "homepage": "https://www.drupal.org/user/647364" + "name": "Miro Dietiker (miro_dietiker)", + "homepage": "https://www.drupal.org/u/miro_dietiker", + "role": "Maintainer" }, { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" + "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": "Enables and enhances use of LiveReload during development.", - "homepage": "https://www.drupal.org/project/livereload", + "description": "Compares two entity revisions", + "homepage": "https://www.drupal.org/project/diff", "support": { - "source": "http://cgit.drupalcode.org/livereload" + "source": "http://cgit.drupalcode.org/diff", + "issues": "https://www.drupal.org/project/issues/diff" } }, { - "name": "drupal/front", - "version": "1.0.0-alpha2", - "version_normalized": "1.0.0.0-alpha2", + "name": "drupal/draggableviews", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/front", - "reference": "8.x-1.0-alpha2" + "url": "https://git.drupal.org/project/draggableviews", + "reference": "8.x-1.0" }, "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" + "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "007082c2621b45bd8cf73fe5fdd4d292ee88a458" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "*" }, "type": "drupal-module", "extra": { @@ -2873,9 +3241,13 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha2", - "datestamp": "1487686982" - } + "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" + } }, "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", @@ -2884,245 +3256,321 @@ ], "authors": [ { - "name": "Dublin Drupaller", - "homepage": "https://www.drupal.org/user/8625" + "name": "dixon_", + "homepage": "https://www.drupal.org/user/239911" }, { - "name": "Simon Georges", - "homepage": "https://www.drupal.org/user/172312" + "name": "ginc", + "homepage": "https://www.drupal.org/user/332249" }, { - "name": "asenenko", - "homepage": "https://www.drupal.org/user/2641733" + "name": "iStryker", + "homepage": "https://www.drupal.org/user/303676" }, { - "name": "estoyausente", - "homepage": "https://www.drupal.org/user/1232954" + "name": "podarok", + "homepage": "https://www.drupal.org/user/116002" }, { - "name": "timhilliard", - "homepage": "https://www.drupal.org/user/195493" + "name": "sevi", + "homepage": "https://www.drupal.org/user/199290" + }, + { + "name": "ygerasimov", + "homepage": "https://www.drupal.org/user/257311" } ], - "homepage": "https://www.drupal.org/project/front", + "description": "Complete rewrite of D7 draggableviews", + "homepage": "https://www.drupal.org/project/draggableviews", "support": { - "source": "http://cgit.drupalcode.org/front" + "source": "http://cgit.drupalcode.org/draggableviews" } }, { - "name": "drupal/filefield_sources", - "version": "dev-1.x", - "version_normalized": "dev-1.x", + "name": "drupal/dropzonejs", + "version": "1.0.0-alpha7", + "version_normalized": "1.0.0.0-alpha7", "source": { "type": "git", - "url": "https://git.drupal.org/project/filefield_sources", - "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08" + "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.x-dev", - "datestamp": "1464990539" + "version": "8.x-1.0-alpha7", + "datestamp": "1495200183" } }, - "installation-source": "source", + "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "profak", - "homepage": "https://www.drupal.org/user/782534" + "name": "Janez Urevc", + "homepage": "https://drupal.org/u/slashrsm", + "role": "Maintainer" }, { - "name": "quicksketch", - "homepage": "https://www.drupal.org/user/35821" + "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": "Extends File fields to allow referencing of existing files, remote files, and server files.", - "homepage": "https://www.drupal.org/project/filefield_sources", + "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": "http://cgit.drupalcode.org/filefield_sources" + "source": "https://www.drupal.org/project/dropzonejs", + "issues": "https://www.drupal.org/project/issues/dropzonejs", + "irc": "irc://irc.freenode.org/drupal-contribute" } }, { - "name": "drupal/environment_indicator", - "version": "3.0.0", - "version_normalized": "3.0.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" - }, + "name": "drupal/dropzonejs_eb_widget", + "version": "1.0.0-alpha7", + "version_normalized": "1.0.0.0-alpha7", "require": { - "drupal/core": "*" + "drupal/core": "*", + "drupal/dropzonejs": "self.version", + "drupal/entity_browser": "*" }, - "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", - "datestamp": "1487828585" + "version": "8.x-1.0-alpha7", + "datestamp": "1495200183" } }, - "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "e0ipso", - "homepage": "https://www.drupal.org/user/550110" + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" }, { - "name": "mrfelton", - "homepage": "https://www.drupal.org/user/305669" + "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": "Adds a color indicator for the different environments.", - "homepage": "https://www.drupal.org/project/environment_indicator", + "description": "DropzoneJS Entity browser widget", + "homepage": "https://www.drupal.org/project/dropzonejs", "support": { - "source": "http://cgit.drupalcode.org/environment_indicator" + "source": "http://cgit.drupalcode.org/dropzonejs" } }, { - "name": "drupal/pathologic", - "version": "dev-1.x", - "version_normalized": "dev-1.x", + "name": "drupal/drupal-driver", + "version": "v1.2.1", + "version_normalized": "1.2.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/pathologic", - "reference": "4f9f3fdcf1e0b224c4d8650e383a769f40abf9bf" + "url": "https://github.com/jhedstrom/DrupalDriver.git", + "reference": "125d39918c97f7a08e3110d456a0a1db864dae46" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jhedstrom/DrupalDriver/zipball/125d39918c97f7a08e3110d456a0a1db864dae46", + "reference": "125d39918c97f7a08e3110d456a0a1db864dae46", + "shasum": "" }, "require": { - "drupal/core": "*" + "symfony/dependency-injection": "~2.6|~3.0", + "symfony/process": "~2.5|~3.0" }, - "type": "drupal-module", + "require-dev": { + "drupal/coder": "~8.2.0", + "drush-ops/behat-drush-endpoint": "*", + "mockery/mockery": "0.9.4", + "phpspec/phpspec": "~2.0", + "phpunit/phpunit": "~4.0" + }, + "time": "2016-06-20T16:29:51+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1494720785" + "dev-master": "1.2.x-dev" } }, - "installation-source": "source", - "notification-url": "https://packages.drupal.org/8/downloads", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Drupal\\Component": "src/", + "Drupal\\Driver": "src/", + "Drupal\\Tests\\Driver": "tests/" + } + }, + "notification-url": "https://packagist.org/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" + "name": "Jonathan Hedstrom", + "email": "jhedstrom@gmail.com" } ], - "description": "Helps avoid broken links and incorrect paths in content.", - "homepage": "https://www.drupal.org/project/pathologic", - "support": { - "source": "http://cgit.drupalcode.org/pathologic" - } + "description": "A collection of reusable Drupal drivers", + "homepage": "http://github.com/jhedstrom/DrupalDriver", + "keywords": [ + "drupal", + "test", + "web" + ] }, { - "name": "drupal/typogrify", - "version": "1.0.0-alpha1", - "version_normalized": "1.0.0.0-alpha1", + "name": "drupal/drupal-extension", + "version": "v3.3.1", + "version_normalized": "3.3.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/typogrify", - "reference": "8.x-1.0-alpha1" + "url": "https://github.com/jhedstrom/drupalextension.git", + "reference": "2a858760208856391f7e5e4d269fba2c1df110a4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip", - "reference": "8.x-1.0-alpha1", - "shasum": "de87791555204b3af5692d939f8c199bd7164495" + "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/2a858760208856391f7e5e4d269fba2c1df110a4", + "reference": "2a858760208856391f7e5e4d269fba2c1df110a4", + "shasum": "" }, "require": { - "drupal/core": "*" - }, - "type": "drupal-module", + "behat/behat": "~3.2", + "behat/mink": "~1.5", + "behat/mink-extension": "~2.0", + "behat/mink-goutte-driver": "~1.0", + "behat/mink-selenium2-driver": "~1.1", + "drupal/drupal-driver": "~1.2", + "symfony/dependency-injection": "~2.7|~3.0", + "symfony/event-dispatcher": "~2.7|~3.0" + }, + "require-dev": { + "behat/mink-zombie-driver": "^1.2", + "phpspec/phpspec": "~2.0", + "phpunit/phpunit": "3.7.*" + }, + "time": "2017-09-13T19:54:23+00:00", + "type": "behat-extension", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-alpha1", - "datestamp": "1478050442" + "dev-master": "3.2.x-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-0": { + "Drupal\\Drupal": "src/", + "Drupal\\Exception": "src/", + "Drupal\\DrupalExtension": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "See contributors", - "homepage": "https://www.drupal.org/node/149970/committers", - "role": "Developer" - }, - { - "name": "migmedia", - "homepage": "https://www.drupal.org/user/1310354" - }, - { - "name": "mikl", - "homepage": "https://www.drupal.org/user/58679" - }, - { - "name": "sreynen", - "homepage": "https://www.drupal.org/user/109890" + "name": "Jonathan Hedstrom", + "email": "jhedstrom@gmail.com" } ], - "description": "A filter for making typographic refinements.", - "homepage": "http://drupal.org/project/typogrify", + "description": "Drupal extension for Behat", + "homepage": "http://drupal.org/project/drupalextension", "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/typogrify", - "issues": "http://drupal.org/project/typogrify" - } + "drupal", + "test", + "web" + ] }, { - "name": "drupal/entityqueue", - "version": "1.0.0-alpha6", - "version_normalized": "1.0.0.0-alpha6", + "name": "drupal/drupalmoduleupgrader", + "version": "dev-1.x", + "version_normalized": "dev-1.x", "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" + "url": "https://git.drupal.org/project/drupalmoduleupgrader", + "reference": "8bf2d9c140d4a315f267ff511fc69ea1595b62b8" }, "require": { - "drupal/core": "~8.0" + "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": { @@ -3130,100 +3578,161 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha6", - "datestamp": "1481985783" + "version": "8.x-1.2+9-dev", + "datestamp": "1490452983" + } + }, + "installation-source": "source", + "autoload": { + "psr-4": { + "Drupal\\drupalmoduleupgrader\\": "src/" } }, - "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "amateescu", - "homepage": "https://www.drupal.org/user/729614" + "name": "Gábor Hojtsy", + "homepage": "https://www.drupal.org/user/4166" }, { - "name": "jojonaloha", - "homepage": "https://www.drupal.org/user/1579186" + "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": "Allows users to collect entities in arbitrarily ordered lists.", - "homepage": "https://www.drupal.org/project/entityqueue", + "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": "http://cgit.drupalcode.org/entityqueue" + "source": "https://drupal.org/project/drupalmoduleupgrader", + "issues": "https://drupal.org/project/issues/drupalmoduleupgrader" } }, { - "name": "michelf/php-markdown", - "version": "1.7.0", - "version_normalized": "1.7.0.0", + "name": "drupal/embed", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://github.com/michelf/php-markdown.git", - "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220" + "url": "https://git.drupal.org/project/embed", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220", - "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a" }, "require": { - "php": ">=5.3.0" + "drupal/core": "~8.0" }, - "time": "2016-10-29T18:58:20+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-lib": "1.4.x-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1490755685" } }, "installation-source": "dist", - "autoload": { - "psr-0": { - "Michelf": "" - } - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Michel Fortin", - "email": "michel.fortin@michelf.ca", - "homepage": "https://michelf.ca/", - "role": "Developer" + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" }, { - "name": "John Gruber", - "homepage": "https://daringfireball.net/" + "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": "PHP Markdown", - "homepage": "https://michelf.ca/projects/php-markdown/", - "keywords": [ - "markdown" - ] + "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/advanced_help", - "version": "dev-1.x", - "version_normalized": "dev-1.x", + "name": "drupal/entity", + "version": "1.0.0-alpha4", + "version_normalized": "1.0.0.0-alpha4", "source": { "type": "git", - "url": "https://git.drupal.org/project/advanced_help", - "reference": "ed80f440c8bb0c3c5b1868f3429f296e52c841a6" + "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.0", - "michelf/php-markdown": "^1.7" + "drupal/core": "~8.1" }, "type": "drupal-module", "extra": { @@ -3231,292 +3740,324 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1490703369" + "version": "8.x-1.0-alpha4", + "datestamp": "1481194983" } }, - "installation-source": "source", + "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "David Valdez (gnuget)", - "homepage": "https://www.drupal.org/u/gnuget", - "role": "Maintainer" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" }, { - "name": "dmitrig01", - "homepage": "https://www.drupal.org/user/47566" - }, - { - "name": "fgm", - "homepage": "https://www.drupal.org/user/27985" - }, - { - "name": "gisle", - "homepage": "https://www.drupal.org/user/409554" + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" }, { - "name": "gnuget", - "homepage": "https://www.drupal.org/user/992990" + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" }, { - "name": "merlinofchaos", - "homepage": "https://www.drupal.org/user/26979" + "name": "dixon_", + "homepage": "https://www.drupal.org/user/239911" }, { - "name": "redndahead", - "homepage": "https://www.drupal.org/user/160320" + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" } ], - "description": "Provide extended help and documentation.", - "homepage": "https://www.drupal.org/project/advanced_help", + "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.", + "homepage": "http://drupal.org/project/entity", "support": { - "source": "https://cgit.drupalcode.org/advanced_help", - "issues": "https://www.drupal.org/project/issues/advanced_help", - "irc": "irc://irc.freenode.org/drupal-contribute" + "source": "http://cgit.drupalcode.org/entity" } }, { - "name": "drupal/better_formats", - "version": "dev-1.x", - "version_normalized": "dev-1.x", + "name": "drupal/entity_browser", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/better_formats", - "reference": "9b3b5fa792c1dfe0d1121021a230086f3599b7e4" + "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-1.x": "1.x-dev", + "dev-8.x-1.x": "8.1.x-dev" }, "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1474656839" + "version": "8.x-1.0", + "datestamp": "1492678144" } }, - "installation-source": "source", + "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "Devin Carlson", - "homepage": "https://www.drupal.org/user/290182" + "name": "Janez Urevc", + "homepage": "https://github.com/slashrsm", + "role": "Maintainer" }, { - "name": "dragonwize", - "homepage": "https://www.drupal.org/user/137882" + "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": "Enhances the core input format system by managing input format defaults and settings.", - "homepage": "https://www.drupal.org/project/better_formats", + "description": "Entity browsing and selecting component.", + "homepage": "http://drupal.org/project/entity_browser", "support": { - "source": "http://cgit.drupalcode.org/better_formats" + "source": "http://cgit.drupalcode.org/entity_browser", + "issues": "http://drupal.org/project/issues/entity_browser", + "irc": "irc://irc.freenode.org/drupal-contribute" } }, { - "name": "drupal/block_class", - "version": "1.0.0-alpha1", - "version_normalized": "1.0.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" - }, + "name": "drupal/entity_browser_entity_form", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "require": { - "drupal/core": "*" + "drupal/core": "~8.0", + "drupal/entity_browser": "self.version", + "drupal/inline_entity_form": "*" }, - "type": "drupal-module", + "type": "metapackage", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha1", - "datestamp": "1475623439" + "version": "8.x-1.0", + "datestamp": "1492678144" } }, - "installation-source": "dist", "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": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" }, { - "name": "berenddeboer", - "homepage": "https://www.drupal.org/user/143552" + "name": "Devin Carlson", + "homepage": "https://www.drupal.org/user/290182" }, { - "name": "elliotttf", - "homepage": "https://www.drupal.org/user/61601" + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" }, { - "name": "mirzu", - "homepage": "https://www.drupal.org/user/7710" + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" }, { - "name": "patrickcoffeyo", - "homepage": "https://www.drupal.org/user/2837945" + "name": "marcingy", + "homepage": "https://www.drupal.org/user/77320" }, { - "name": "pcoffey", - "homepage": "https://www.drupal.org/user/1595818" + "name": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" }, { - "name": "tsmith512", - "homepage": "https://www.drupal.org/user/2031446" + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" } ], - "description": "Allows assigning classes to Blocks", - "homepage": "https://www.drupal.org/project/block_class", + "description": "Entity browser inline entity form integration.", + "homepage": "https://www.drupal.org/project/entity_browser", "support": { - "source": "http://cgit.drupalcode.org/block_class" + "source": "http://cgit.drupalcode.org/entity_browser" } }, { - "name": "drupal/libraries", - "version": "dev-3.x", - "version_normalized": "dev-3.x", + "name": "drupal/entity_embed", + "version": "1.0.0-beta2", + "version_normalized": "1.0.0.0-beta2", "source": { "type": "git", - "url": "https://git.drupal.org/project/libraries", - "reference": "061ead081c92a6209b09eaf23b4e3103f360946e" + "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": "~8.0" + "drupal/core": "*", + "drupal/embed": "*" + }, + "require-dev": { + "drupal/entity_browser": "*" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-3.x": "3.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-3.x-dev", - "datestamp": "1487978583" + "version": "8.x-1.0-beta2", + "datestamp": "1476698339" } }, - "installation-source": "source", + "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "Pol", - "homepage": "https://www.drupal.org/user/47194" + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" }, { - "name": "rjacobs", - "homepage": "https://www.drupal.org/user/422459" + "name": "Devin Carlson", + "homepage": "https://www.drupal.org/user/290182" }, { - "name": "sun", - "homepage": "https://www.drupal.org/user/54136" + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" }, { - "name": "tstoeckler", - "homepage": "https://www.drupal.org/user/107158" + "name": "cs_shadow", + "homepage": "https://www.drupal.org/user/2828287" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" } ], - "description": "Allows version-dependent and shared usage of external libraries in Drupal.", - "homepage": "http://drupal.org/project/libraries", + "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/libraries", - "issues": "http://drupal.org/project/issues/libraries", - "irc": "irc://irc.freenode.org/drupal-contribute" + "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/linkchecker", - "version": "dev-1.x", - "version_normalized": "dev-1.x", + "name": "drupal/entity_reference_revisions", + "version": "1.3.0", + "version_normalized": "1.3.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/linkchecker", - "reference": "51377136199d15d6e0ca36339f68934c4eb19204" + "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.x-dev", - "datestamp": "1472288039" + "version": "8.x-1.3", + "datestamp": "1495814284" } }, - "installation-source": "source", + "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "hass", - "homepage": "https://www.drupal.org/u/hass" + "name": "Frans", + "homepage": "https://www.drupal.org/user/514222" }, { - "name": "See other contributors", - "homepage": "https://www.drupal.org/node/243795/committers" + "name": "jeroen.b", + "homepage": "https://www.drupal.org/user/1853532" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" } ], - "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.", - "homepage": "https://www.drupal.org/project/linkchecker", + "description": "Adds a Entity Reference field type with revision support.", + "homepage": "https://www.drupal.org/project/entity_reference_revisions", "support": { - "source": "http://git.drupal.org/project/linkchecker.git", - "issues": "https://www.drupal.org/project/issues/linkchecker" + "source": "http://cgit.drupalcode.org/entity_reference_revisions" } }, { - "name": "drupal/video", - "version": "1.2.0", - "version_normalized": "1.2.0.0", + "name": "drupal/entityqueue", + "version": "1.0.0-alpha6", + "version_normalized": "1.0.0.0-alpha6", "source": { "type": "git", - "url": "https://git.drupal.org/project/video", - "reference": "8.x-1.2" + "url": "https://git.drupal.org/project/entityqueue", + "reference": "8.x-1.0-alpha6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d" + "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": "*" + "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { @@ -3524,9 +4065,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.x", - "datestamp": "1455470039", - "package": "Field types" + "version": "8.x-1.0-alpha6", + "datestamp": "1481985783" } }, "installation-source": "dist", @@ -3536,111 +4076,90 @@ ], "authors": [ { - "name": "Jorrit", - "homepage": "https://www.drupal.org/user/161217" - }, - { - "name": "abhishek-anand", - "homepage": "https://www.drupal.org/user/468982" - }, - { - "name": "brycefisherfleig", - "homepage": "https://www.drupal.org/user/1300764" + "name": "amateescu", + "homepage": "https://www.drupal.org/user/729614" }, { - "name": "chaitanya17", - "homepage": "https://www.drupal.org/user/1998300" + "name": "jojonaloha", + "homepage": "https://www.drupal.org/user/1579186" }, { - "name": "heshanlk", - "homepage": "https://www.drupal.org/user/199102" + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" } ], - "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", + "description": "Allows users to collect entities in arbitrarily ordered lists.", + "homepage": "https://www.drupal.org/project/entityqueue", "support": { - "source": "http://cgit.drupalcode.org/video" + "source": "http://cgit.drupalcode.org/entityqueue" } }, { - "name": "ajgl/breakpoint-twig-extension", - "version": "0.3.0", - "version_normalized": "0.3.0.0", + "name": "drupal/environment_indicator", + "version": "3.0.0", + "version_normalized": "3.0.0.0", "source": { "type": "git", - "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git", - "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155" + "url": "https://git.drupal.org/project/environment_indicator", + "reference": "8.x-3.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155", - "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "eb435b390f07e228eb55638630c6b5b9fb3e104e" }, "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" + "drupal/core": "*" }, - "time": "2016-03-31T18:09:32+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "0.4.x-dev" + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0", + "datestamp": "1487828585" } }, "installation-source": "dist", - "autoload": { - "psr-4": { - "Ajgl\\Twig\\Extension\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Antonio J. García Lagar", - "email": "aj@garcialagar.es", - "homepage": "http://aj.garcialagar.es", - "role": "developer" + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "mrfelton", + "homepage": "https://www.drupal.org/user/305669" } ], - "description": "Twig extension to set breakpoints", - "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension", - "keywords": [ - "Xdebug", - "breakpoint", - "twig" - ] + "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/twig_xdebug", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "drupal/eu_cookie_compliance", + "version": "1.0.0-beta7", + "version_normalized": "1.0.0.0-beta7", "source": { "type": "git", - "url": "https://git.drupal.org/project/twig_xdebug", - "reference": "8.x-1.0" + "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/twig_xdebug-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037" + "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": { - "ajgl/breakpoint-twig-extension": "0.3", - "drupal/core": "~8.0" + "drupal/core": "*" }, "type": "drupal-module", "extra": { @@ -3648,8 +4167,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0", - "datestamp": "1464928439" + "version": "8.x-1.0-beta7", + "datestamp": "1471263146" } }, "installation-source": "dist", @@ -3659,247 +4178,93 @@ ], "authors": [ { - "name": "charginghawk", - "homepage": "https://www.drupal.org/user/2626341" + "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": "Enables Xdebug breakpoints in Twig.", - "homepage": "https://www.drupal.org/project/twig_xdebug", + "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/twig_xdebug" + "source": "http://cgit.drupalcode.org/eu_cookie_compliance" } }, { - "name": "cebe/markdown", - "version": "1.0.2", - "version_normalized": "1.0.2.0", + "name": "drupal/filefield_sources", + "version": "dev-1.x", + "version_normalized": "dev-1.x", "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": "" + "url": "https://git.drupal.org/project/filefield_sources", + "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08" }, "require": { - "lib-pcre": "*", - "php": ">=5.4.0" - }, - "require-dev": { - "cebe/indent": "*", - "facebook/xhprof": "*@dev", - "phpunit/phpunit": "3.7.*" + "drupal/core": "*" }, - "time": "2015-03-06T05:21:16+00:00", - "bin": [ - "bin/markdown" - ], - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "cebe\\markdown\\": "" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.x-dev", + "datestamp": "1464990539" } }, - "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" - ] - }, - { - "name": "guzzlehttp/psr7", - "version": "1.4.2", - "version_normalized": "1.4.2.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", - "shasum": "" - }, - "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "time": "2017-03-20T17:10:46+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Schultze", - "homepage": "https://github.com/Tobion" - } - ], - "description": "PSR-7 message implementation that also provides common utility methods", - "keywords": [ - "http", - "message", - "request", - "response", - "stream", - "uri", - "url" - ] - }, - { - "name": "paragonie/random_compat", - "version": "v2.0.10", - "version_normalized": "2.0.10.0", - "source": { - "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", - "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", - "shasum": "" - }, - "require": { - "php": ">=5.2.0" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." - }, - "time": "2017-03-13T16:27:32+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "files": [ - "lib/random.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - } - ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "pseudorandom", - "random" - ] - }, - { - "name": "drupal/simple_sitemap", - "version": "2.9.0", - "version_normalized": "2.9.0.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" - } - }, - "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "installation-source": "source", + "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": "profak", + "homepage": "https://www.drupal.org/user/782534" }, { - "name": "Sam Becker (Sam152)", - "homepage": "https://www.drupal.org/u/sam152", - "role": "Co-maintainer" + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" } ], - "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.", - "homepage": "https://drupal.org/project/simple_sitemap", + "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": "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/filefield_sources" } }, { @@ -3964,13 +4329,19 @@ } }, { - "name": "drupal/php", - "version": "dev-1.x", - "version_normalized": "dev-1.x", + "name": "drupal/front", + "version": "1.0.0-alpha2", + "version_normalized": "1.0.0.0-alpha2", "source": { "type": "git", - "url": "https://git.drupal.org/project/php", - "reference": "304022be52874ef2d7916ea3acafd312766da9cc" + "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" @@ -3981,132 +4352,120 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-beta2+1-dev", - "datestamp": "1461875939" + "version": "8.x-1.0-alpha2", + "datestamp": "1487686982" } }, - "installation-source": "source", + "installation-source": "dist", "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": "Dublin Drupaller", + "homepage": "https://www.drupal.org/user/8625" }, { - "name": "hass", - "homepage": "https://www.drupal.org/user/85918" + "name": "Simon Georges", + "homepage": "https://www.drupal.org/user/172312" }, { - "name": "msonnabaum", - "homepage": "https://www.drupal.org/user/75278" + "name": "asenenko", + "homepage": "https://www.drupal.org/user/2641733" }, { - "name": "quicksketch", - "homepage": "https://www.drupal.org/user/35821" + "name": "estoyausente", + "homepage": "https://www.drupal.org/user/1232954" }, { - "name": "webchick", - "homepage": "https://www.drupal.org/user/24967" + "name": "timhilliard", + "homepage": "https://www.drupal.org/user/195493" } ], - "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", + "homepage": "https://www.drupal.org/project/front", "support": { - "source": "http://git.drupal.org/project/php.git", - "issues": "https://www.drupal.org/project/issues/php" + "source": "http://cgit.drupalcode.org/front" } }, { - "name": "cweagans/composer-patches", - "version": "1.6.1", - "version_normalized": "1.6.1.0", + "name": "drupal/hacked", + "version": "2.0.0-beta1", + "version_normalized": "2.0.0.0-beta1", "source": { "type": "git", - "url": "https://github.com/cweagans/composer-patches.git", - "reference": "b3036f23b73570ab5d869e345277786c8eb248a9" + "url": "https://git.drupal.org/project/hacked", + "reference": "8.x-2.0-beta1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/b3036f23b73570ab5d869e345277786c8eb248a9", - "reference": "b3036f23b73570ab5d869e345277786c8eb248a9", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta1.zip", + "reference": "8.x-2.0-beta1", + "shasum": "97b091470b83b3bdfe9a13673c5c676b3ce0414a" }, "require": { - "composer-plugin-api": "^1.0", - "php": ">=5.3.0" - }, - "require-dev": { - "composer/composer": "~1.0", - "phpunit/phpunit": "~4.6" + "drupal/core": "*" }, - "time": "2017-03-19T18:18:52+00:00", - "type": "composer-plugin", + "type": "drupal-module", "extra": { - "class": "cweagans\\Composer\\Patches" - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "cweagans\\Composer\\": "src" + "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://packagist.org/downloads/", + "installation-source": "dist", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-2-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Cameron Eagans", - "email": "me@cweagans.net" + "name": "Deciphered", + "homepage": "https://www.drupal.org/user/103796" + }, + { + "name": "Steven Jones", + "homepage": "https://www.drupal.org/user/99644" } ], - "description": "Provides a way to patch Composer packages." + "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/entity", - "version": "1.0.0-alpha4", - "version_normalized": "1.0.0.0-alpha4", + "name": "drupal/htmlawed", + "version": "3.2.0", + "version_normalized": "3.2.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/entity", - "reference": "8.x-1.0-alpha4" + "url": "https://git.drupal.org/project/htmLawed", + "reference": "8.x-3.2" }, "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" + "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.2.zip", + "reference": "8.x-3.2", + "shasum": "9ced09e67458a0efcd7c4cc7e83f05fb4035ddcc" }, "require": { - "drupal/core": "~8.1" + "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1481194983" + "version": "8.x-3.2", + "datestamp": "1480745884" } }, "installation-source": "dist", @@ -4116,54 +4475,33 @@ ], "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" + "name": "alpha2zee", + "homepage": "https://www.drupal.org/user/201451" } ], - "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.", - "homepage": "http://drupal.org/project/entity", + "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/entity" + "source": "http://cgit.drupalcode.org/htmlawed" } }, { - "name": "drupal/media_entity", - "version": "1.6.0", - "version_normalized": "1.6.0.0", + "name": "drupal/http2_server_push", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/media_entity", - "reference": "8.x-1.6" + "url": "https://git.drupal.org/project/http2_server_push", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "86fd1478f2448c034660faa30ef34c0e8519fecb" + "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.1", - "drupal/entity": "^1.0.0-alpha3" - }, - "require-dev": { - "drupal/entity": "*", - "drupal/inline_entity_form": "*" + "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { @@ -4171,8 +4509,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.6", - "datestamp": "1480363983" + "version": "8.x-1.0", + "datestamp": "1489057084" } }, "installation-source": "dist", @@ -4182,94 +4520,53 @@ ], "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" + "name": "Wim Leers", + "homepage": "https://www.drupal.org/user/99777" } ], - "description": "Provides a lean and simple way to store media on Drupal 8 sites.", - "homepage": "https://www.drupal.org/project/media_entity", - "keywords": [ - "Drupal" - ], + "description": "Pushes CSS & JS files to the client on servers using HTTP/2.", + "homepage": "https://www.drupal.org/project/http2_server_push", "support": { - "source": "https://www.drupal.org/project/media_entity", - "issues": "https://www.drupal.org/project/issues/media_entity" + "source": "http://cgit.drupalcode.org/http2_server_push" } }, { - "name": "drupal/media_entity_image", - "version": "1.2.0", - "version_normalized": "1.2.0.0", + "name": "drupal/image_widget_crop", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/media_entity_image", - "reference": "8.x-1.2" + "url": "https://git.drupal.org/project/image_widget_crop", + "reference": "8.x-2.0" }, "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" + "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": "~8.1", - "drupal/media_entity": "~1.0 || ~8.1.0" + "drupal/core": "*", + "drupal/crop": "1.x" }, "require-dev": { - "drupal/entity_browser": "*" + "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-1.x": "1.x-dev" + "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-1.2", - "datestamp": "1470170939" + "version": "8.x-2.0", + "datestamp": "1492618444" } }, "installation-source": "dist", @@ -4279,49 +4576,53 @@ ], "authors": [ { - "name": "Drupal Media Team", - "homepage": "https://www.drupal.org/user/3260690" + "name": "Alexandre Mallet", + "homepage": "https://github.com/woprrr", + "role": "Maintainer" }, { - "name": "Primsi", - "homepage": "https://www.drupal.org/user/282629" + "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": "Local images integration for Drupal Media entity.", - "homepage": "https://www.drupal.org/project/media_entity_image", + "description": "Provides an interface for using the features of the Crop API.", + "homepage": "https://www.drupal.org/project/image_widget_crop", "keywords": [ + "Crop", "Drupal", - "image", - "media" + "Drupal Media" ], "support": { - "source": "https://www.drupal.org/project/media_entity_image", - "issues": "https://www.drupal.org/project/issues/media_entity_image" + "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/media_entity_twitter", - "version": "1.3.0", - "version_normalized": "1.3.0.0", + "name": "drupal/imagemagick", + "version": "1.0.0-alpha6", + "version_normalized": "1.0.0.0-alpha6", "source": { "type": "git", - "url": "https://git.drupal.org/project/media_entity_twitter", - "reference": "8.x-1.3" + "url": "https://git.drupal.org/project/imagemagick", + "reference": "8.x-1.0-alpha6" }, "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" + "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.0", - "drupal/media_entity": "*", - "j7mbo/twitter-api-php": "~1.0" + "drupal/core": "^8.1.0" }, "type": "drupal-module", "extra": { @@ -4329,8 +4630,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.3", - "datestamp": "1478549339" + "version": "8.x-1.0-alpha6", + "datestamp": "1488787683" } }, "installation-source": "dist", @@ -4340,125 +4641,50 @@ ], "authors": [ { - "name": "Drupal Media Team", - "homepage": "https://www.drupal.org/user/3260690" + "name": "chx", + "homepage": "https://www.drupal.org/user/9446" }, { - "name": "Primsi", - "homepage": "https://www.drupal.org/user/282629" + "name": "claudiu.cristea", + "homepage": "https://www.drupal.org/user/56348" }, { - "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/media_entity_slideshow", - "version": "1.2.0", - "version_normalized": "1.2.0.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" + "name": "dman", + "homepage": "https://www.drupal.org/user/33240" }, - "drupal": { - "version": "8.x-1.2", - "datestamp": "1470687839" - } - }, - "installation-source": "dist", - "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": "dopry", + "homepage": "https://www.drupal.org/user/22202" }, { - "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_document", - "version": "1.1.0", - "version_normalized": "1.1.0.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" + "name": "drewish", + "homepage": "https://www.drupal.org/user/34869" }, - "drupal": { - "version": "8.x-1.1", - "datestamp": "1470211995" - } - }, - "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ { - "name": "NerOcrO", - "homepage": "https://www.drupal.org/user/1728164", - "role": "Maintainer" + "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": "Local documents integration for Drupal Media entity.", - "homepage": "https://www.drupal.org/project/media_entity_document", - "keywords": [ - "Drupal", - "document", - "media" - ], + "description": "Provides ImageMagick integration.", + "homepage": "https://www.drupal.org/project/imagemagick", "support": { - "source": "https://www.drupal.org/project/media_entity_document", - "issues": "https://www.drupal.org/project/issues/media_entity_document" + "source": "http://cgit.drupalcode.org/imagemagick" } }, { @@ -4526,19 +4752,19 @@ } }, { - "name": "drupal/embed", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "drupal/layout_plugin", + "version": "1.0.0-alpha23", + "version_normalized": "1.0.0.0-alpha23", "source": { "type": "git", - "url": "https://git.drupal.org/project/embed", - "reference": "8.x-1.0" + "url": "https://git.drupal.org/project/layout_plugin", + "reference": "8.x-1.0-alpha23" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a" + "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" @@ -4549,8 +4775,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0", - "datestamp": "1490755685" + "version": "8.x-1.0-alpha23", + "datestamp": "1476269960" } }, "installation-source": "dist", @@ -4560,55 +4786,45 @@ ], "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": "David Snopek", + "homepage": "https://www.drupal.org/user/172527" }, { - "name": "cs_shadow", - "homepage": "https://www.drupal.org/user/2828287" + "name": "Bram Goffings", + "homepage": "https://www.drupal.org/user/266527" }, { - "name": "slashrsm", - "homepage": "https://www.drupal.org/user/744628" + "name": "Fredrik Lassen", + "homepage": "https://www.drupal.org/user/243377" } ], - "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", + "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/embed", - "issues": "https://www.drupal.org/project/issues/embed", - "irc": "irc://irc.freenode.org/drupal-media" + "source": "http://cgit.drupalcode.org/layout_plugin" } }, { - "name": "drupal/entity_embed", - "version": "1.0.0-beta2", - "version_normalized": "1.0.0.0-beta2", + "name": "drupal/layouter", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/entity_embed", - "reference": "8.x-1.0-beta2" + "url": "https://git.drupal.org/project/layouter", + "reference": "8.x-1.0" }, "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" + "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce" }, "require": { - "drupal/core": "*", - "drupal/embed": "*" - }, - "require-dev": { - "drupal/entity_browser": "*" + "drupal/core": "*" }, "type": "drupal-module", "extra": { @@ -4616,43 +4832,229 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-beta2", - "datestamp": "1476698339" + "version": "8.x-1.0", + "datestamp": "1470121439" } }, "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL 2.0+" ], "authors": [ { - "name": "Dave Reid", - "homepage": "https://www.drupal.org/user/53892" + "name": "adci_contributor", + "homepage": "https://www.drupal.org/user/1830536" }, { - "name": "Devin Carlson", - "homepage": "https://www.drupal.org/user/290182" + "name": "adcillc", + "homepage": "https://www.drupal.org/user/366450" }, { - "name": "Drupal Media Team", - "homepage": "https://www.drupal.org/user/3260690" + "name": "antongp", + "homepage": "https://www.drupal.org/user/1060446" }, { - "name": "cs_shadow", - "homepage": "https://www.drupal.org/user/2828287" + "name": "kinosura", + "homepage": "https://www.drupal.org/user/383326" }, { - "name": "slashrsm", - "homepage": "https://www.drupal.org/user/744628" + "name": "usdv", + "homepage": "https://www.drupal.org/user/2476206" } ], - "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.", - "homepage": "https://www.drupal.org/project/entity_embed", + "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/entity_embed", - "issues": "https://www.drupal.org/project/issues/entity_embed", - "irc": "irc://irc.freenode.org/drupal-media" + "source": "http://cgit.drupalcode.org/layouter" + } + }, + { + "name": "drupal/libraries", + "version": "dev-3.x", + "version_normalized": "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" + } + }, + "installation-source": "source", + "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", + "version_normalized": "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" + } + }, + "installation-source": "source", + "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", + "version_normalized": "4.3.0.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" + } + }, + "installation-source": "dist", + "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", + "version_normalized": "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" + } + }, + "installation-source": "source", + "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" } }, { @@ -4776,233 +5178,177 @@ } }, { - "name": "zendframework/zend-feed", - "version": "2.8.0", - "version_normalized": "2.8.0.0", + "name": "drupal/media_entity", + "version": "1.6.0", + "version_normalized": "1.6.0.0", "source": { "type": "git", - "url": "https://github.com/zendframework/zend-feed.git", - "reference": "94579e805dd108683209fe14b3b5d4276de3de6e" + "url": "https://git.drupal.org/project/media_entity", + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/94579e805dd108683209fe14b3b5d4276de3de6e", - "reference": "94579e805dd108683209fe14b3b5d4276de3de6e", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "86fd1478f2448c034660faa30ef34c0e8519fecb" }, "require": { - "php": "^5.6 || ^7.0", - "zendframework/zend-escaper": "^2.5", - "zendframework/zend-stdlib": "^2.7 || ^3.1" + "drupal/core": "~8.1", + "drupal/entity": "^1.0.0-alpha3" }, "require-dev": { - "phpunit/phpunit": "^6.0.8 || ^5.7.15", - "psr/http-message": "^1.0", - "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.6" - }, - "suggest": { - "psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator", - "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests", - "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub", - "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader", - "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations", - "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent" + "drupal/entity": "*", + "drupal/inline_entity_form": "*" }, - "time": "2017-04-01T15:03:14+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "2.8-dev", - "dev-develop": "2.9-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Zend\\Feed\\": "src/" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.6", + "datestamp": "1480363983" } }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides functionality for consuming RSS and Atom feeds", - "homepage": "https://github.com/zendframework/zend-feed", - "keywords": [ - "feed", - "zf2" - ] - }, - { - "name": "enyo/dropzone", - "version": "v4.3.0", - "version_normalized": "4.3.0.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": "" - }, - "time": "2016-02-14T04:19:41+00:00", - "type": "library", "installation-source": "dist", - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Matias Meno", - "email": "m@tias.me", - "homepage": "http://www.matiasmeno.com" + "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": "Handles drag and drop of files for you.", - "homepage": "http://www.dropzonejs.com", + "description": "Provides a lean and simple way to store media on Drupal 8 sites.", + "homepage": "https://www.drupal.org/project/media_entity", "keywords": [ - "drag and drop", - "dragndrop", - "file upload", - "upload" - ] + "Drupal" + ], + "support": { + "source": "https://www.drupal.org/project/media_entity", + "issues": "https://www.drupal.org/project/issues/media_entity" + } }, { - "name": "drush/config-extra", - "version": "1.0.1", - "version_normalized": "1.0.1.0", + "name": "drupal/media_entity_document", + "version": "1.1.0", + "version_normalized": "1.1.0.0", "source": { "type": "git", - "url": "https://github.com/drush-ops/config-extra.git", - "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54" + "url": "https://git.drupal.org/project/media_entity_document", + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54", - "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "88a45820cf0aeb5f8a3ade3338007771191508e4" }, "require": { - "php": ">=5.5.0" - }, - "require-dev": { - "phpunit/phpunit": ">=3.5" + "drupal/core": "~8.1", + "drupal/media_entity": "~1.0 || ~8.1.0" }, - "time": "2015-10-16T21:32:27+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "8.0.x-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1470211995" } }, "installation-source": "dist", - "autoload": { - "psr-0": { - "Drush": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "Moshe Weitzman", - "email": "weitzman@tejasa.com" - }, - { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" + "name": "NerOcrO", + "homepage": "https://www.drupal.org/user/1728164", + "role": "Maintainer" } ], - "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.", + "description": "Local documents integration for Drupal Media entity.", + "homepage": "https://www.drupal.org/project/media_entity_document", "keywords": [ - "Drush" - ] - }, - { - "name": "pear/console_table", - "version": "v1.3.0", - "version_normalized": "1.3.0.0", - "source": { - "type": "git", - "url": "https://github.com/pear/Console_Table.git", - "reference": "64100b9ee81852f4fa17823e55d0b385a544f976" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pear/Console_Table/zipball/64100b9ee81852f4fa17823e55d0b385a544f976", - "reference": "64100b9ee81852f4fa17823e55d0b385a544f976", - "shasum": "" - }, - "require": { - "php": ">=5.2.0" - }, - "suggest": { - "pear/Console_Color2": ">=0.1.2" - }, - "time": "2016-01-21T16:14:31+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "classmap": [ - "Table.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Jan Schneider", - "homepage": "http://pear.php.net/user/yunosh" - }, - { - "name": "Tal Peer", - "homepage": "http://pear.php.net/user/tal" - }, - { - "name": "Xavier Noguer", - "homepage": "http://pear.php.net/user/xnoguer" - }, - { - "name": "Richard Heyes", - "homepage": "http://pear.php.net/user/richard" - } + "Drupal", + "document", + "media" ], - "description": "Library that makes it easy to build console style tables.", - "homepage": "http://pear.php.net/package/Console_Table/", - "keywords": [ - "console" - ] + "support": { + "source": "https://www.drupal.org/project/media_entity_document", + "issues": "https://www.drupal.org/project/issues/media_entity_document" + } }, { - "name": "drupal/http2_server_push", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "drupal/media_entity_image", + "version": "1.2.0", + "version_normalized": "1.2.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/http2_server_push", - "reference": "8.x-1.0" + "url": "https://git.drupal.org/project/media_entity_image", + "reference": "8.x-1.2" }, "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" + "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.0" + "drupal/core": "~8.1", + "drupal/media_entity": "~1.0 || ~8.1.0" + }, + "require-dev": { + "drupal/entity_browser": "*" }, "type": "drupal-module", "extra": { @@ -5010,8 +5356,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0", - "datestamp": "1489057084" + "version": "8.x-1.2", + "datestamp": "1470170939" } }, "installation-source": "dist", @@ -5021,33 +5367,48 @@ ], "authors": [ { - "name": "Wim Leers", - "homepage": "https://www.drupal.org/user/99777" + "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": "Pushes CSS & JS files to the client on servers using HTTP/2.", - "homepage": "https://www.drupal.org/project/http2_server_push", + "description": "Local images integration for Drupal Media entity.", + "homepage": "https://www.drupal.org/project/media_entity_image", + "keywords": [ + "Drupal", + "image", + "media" + ], "support": { - "source": "http://cgit.drupalcode.org/http2_server_push" + "source": "https://www.drupal.org/project/media_entity_image", + "issues": "https://www.drupal.org/project/issues/media_entity_image" } }, { - "name": "drupal/admin_toolbar", - "version": "1.19.0", - "version_normalized": "1.19.0.0", + "name": "drupal/media_entity_instagram", + "version": "1.4.0", + "version_normalized": "1.4.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/admin_toolbar", - "reference": "8.x-1.19" + "url": "https://git.drupal.org/project/media_entity_instagram", + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.19.zip", - "reference": "8.x-1.19", - "shasum": "87de41eab3c5cd49d4e1b5b764cb3b9d5ad683a0" + "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": "*" + "drupal/core": "~8.0", + "drupal/media_entity": "*" }, "type": "drupal-module", "extra": { @@ -5055,8 +5416,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.19", - "datestamp": "1491487683" + "version": "8.x-1.4", + "datestamp": "1495556283" } }, "installation-source": "dist", @@ -5066,52 +5427,49 @@ ], "authors": [ { - "name": "Mohamed Anis Taktak", - "homepage": "https://www.drupal.org/u/matio89" + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" }, { - "name": "eme", - "homepage": "https://www.drupal.org/user/542492" + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" }, { - "name": "fethi.krout", - "homepage": "https://www.drupal.org/user/3206765" + "name": "chr.fritsch", + "homepage": "https://www.drupal.org/user/2103716" }, { - "name": "matio89", - "homepage": "https://www.drupal.org/user/2320090" + "name": "designesse", + "homepage": "https://www.drupal.org/user/854012" }, { - "name": "romainj", - "homepage": "https://www.drupal.org/user/370706" + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" } ], - "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.", - "homepage": "http://drupal.org/project/admin_toolbar", + "description": "Media entity Instagram provider.", + "homepage": "https://www.drupal.org/project/media_entity_instagram", "support": { - "source": "http://cgit.drupalcode.org/admin_toolbar", - "issues": "https://www.drupal.org/project/issues/admin_toolbar" + "source": "http://cgit.drupalcode.org/media_entity_instagram" } }, { - "name": "drupal/crop", + "name": "drupal/media_entity_slideshow", "version": "1.2.0", "version_normalized": "1.2.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/crop", + "url": "https://git.drupal.org/project/media_entity_slideshow", "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.2.zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-1.2.zip", "reference": "8.x-1.2", - "shasum": "0ad542254940c844f8a22c1b386131f06c665b4f" + "shasum": "c9d49eb6be7de0ea8e500554b89842842287cd1f" }, "require": { - "drupal/core": "*" - }, - "require-dev": { + "drupal/core": "~8.0", "drupal/media_entity": "*" }, "type": "drupal-module", @@ -5121,7 +5479,7 @@ }, "drupal": { "version": "8.x-1.2", - "datestamp": "1491032884" + "datestamp": "1470687839" } }, "installation-source": "dist", @@ -5137,435 +5495,388 @@ { "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", + "description": "Media entity slideshow provider.", + "homepage": "https://www.drupal.org/project/media_entity_slideshow", "support": { - "source": "http://cgit.drupalcode.org/crop", - "issues": "https://www.drupal.org/project/issues/crop" + "source": "http://cgit.drupalcode.org/media_entity_slideshow" } }, { - "name": "zendframework/zend-diactoros", - "version": "1.4.0", - "version_normalized": "1.4.0.0", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-diactoros.git", - "reference": "b03f285a333f51e58c95cce54109a4a9ed691436" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436", - "reference": "b03f285a333f51e58c95cce54109a4a9ed691436", - "shasum": "" - }, - "require": { - "php": "^5.4 || ^7.0", - "psr/http-message": "~1.0" - }, - "provide": { - "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" - }, - "time": "2017-04-06T16:18:34+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev", - "dev-develop": "1.5-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Zend\\Diactoros\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "description": "PSR HTTP Message implementations", - "homepage": "https://github.com/zendframework/zend-diactoros", - "keywords": [ - "http", - "psr", - "psr-7" - ] - }, - { - "name": "symfony/psr-http-message-bridge", - "version": "v1.0.0", - "version_normalized": "1.0.0.0", + "name": "drupal/media_entity_twitter", + "version": "1.3.0", + "version_normalized": "1.3.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de" + "url": "https://git.drupal.org/project/media_entity_twitter", + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de", - "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "280406ba63e2c00befa9bb1434ad2d4d3113b239" }, "require": { - "php": ">=5.3.3", - "psr/http-message": "~1.0", - "symfony/http-foundation": "~2.3|~3.0" - }, - "require-dev": { - "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" + "drupal/core": "~8.0", + "drupal/media_entity": "*", + "j7mbo/twitter-api-php": "~1.0" }, - "time": "2016-09-14T18:37:20+00:00", - "type": "symfony-bridge", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.3", + "datestamp": "1478549339" } }, "installation-source": "dist", - "autoload": { - "psr-4": { - "Symfony\\Bridge\\PsrHttpMessage\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" }, { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" } ], - "description": "PSR HTTP message bridge", - "homepage": "http://symfony.com", - "keywords": [ - "http", - "http-message", - "psr-7" - ] + "description": "Media entity Twitter provider.", + "homepage": "https://www.drupal.org/project/media_entity_twitter", + "support": { + "source": "http://cgit.drupalcode.org/media_entity_twitter" + } }, { - "name": "doctrine/common", - "version": "v2.7.2", - "version_normalized": "2.7.2.0", + "name": "drupal/memcache", + "version": "2.0.0-alpha3", + "version_normalized": "2.0.0.0-alpha3", "source": { "type": "git", - "url": "https://github.com/doctrine/common.git", - "reference": "930297026c8009a567ac051fd545bf6124150347" + "url": "https://git.drupal.org/project/memcache", + "reference": "8.x-2.0-alpha3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347", - "reference": "930297026c8009a567ac051fd545bf6124150347", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha3.zip", + "reference": "8.x-2.0-alpha3", + "shasum": "21db65a220e2a71227fa7a88f4033559fec5c9ff" }, "require": { - "doctrine/annotations": "1.*", - "doctrine/cache": "1.*", - "doctrine/collections": "1.*", - "doctrine/inflector": "1.*", - "doctrine/lexer": "1.*", - "php": "~5.6|~7.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.4.6" + "drupal/core": "~8.0" }, - "time": "2017-01-13T14:02:13+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "2.7.x-dev" + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.0-alpha3", + "datestamp": "1492523944" } }, "installation-source": "dist", - "autoload": { - "psr-4": { - "Doctrine\\Common\\": "lib/Doctrine/Common" - } - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Roman Borschel", - "email": "roman@code-factory.org" + "name": "Jeremy", + "homepage": "https://www.drupal.org/user/409" }, { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" + "name": "catch", + "homepage": "https://www.drupal.org/user/35733" }, { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" + "name": "damiankloip", + "homepage": "https://www.drupal.org/user/1037976" }, { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" + "name": "jvandyk", + "homepage": "https://www.drupal.org/user/2375" }, { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "name": "robertDouglass", + "homepage": "https://www.drupal.org/user/5449" } ], - "description": "Common Library for Doctrine projects", - "homepage": "http://www.doctrine-project.org", - "keywords": [ - "annotations", - "collections", - "eventmanager", - "persistence", - "spl" - ] + "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": "asm89/stack-cors", + "name": "drupal/metatag", "version": "1.1.0", "version_normalized": "1.1.0.0", "source": { "type": "git", - "url": "https://github.com/asm89/stack-cors.git", - "reference": "65ccbd455370f043c2e3b93482a3813603d68731" + "url": "https://git.drupal.org/project/metatag", + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/asm89/stack-cors/zipball/65ccbd455370f043c2e3b93482a3813603d68731", - "reference": "65ccbd455370f043c2e3b93482a3813603d68731", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "bb9b608879e2f7d8086a0e6606286086f5009d71" }, "require": { - "php": ">=5.5.9", - "symfony/http-foundation": "~2.7|~3.0", - "symfony/http-kernel": "~2.7|~3.0" + "drupal/core": "*", + "drupal/token": "*" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^4.8.10", - "squizlabs/php_codesniffer": "^2.3" + "drupal/metatag_dc": "*", + "drupal/metatag_open_graph": "*" }, - "time": "2017-04-11T20:03:41+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1496428672" } }, "installation-source": "dist", - "autoload": { - "psr-4": { - "Asm89\\Stack\\": "src/Asm89/Stack/" - } - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Alexander", - "email": "iam.asm89@gmail.com" + "name": "See contributors", + "homepage": "https://www.drupal.org/node/640498/committers", + "role": "Developer" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" } ], - "description": "Cross-origin resource sharing library and stack middleware", - "homepage": "https://github.com/asm89/stack-cors", + "description": "Manage meta tags for all entities.", + "homepage": "https://www.drupal.org/project/metatag", "keywords": [ - "cors", - "stack" - ] + "php", + "seo" + ], + "support": { + "source": "http://cgit.drupalcode.org/metatag", + "issues": "http://drupal.org/project/issues/metatag" + } }, { - "name": "webmozart/assert", - "version": "1.2.0", - "version_normalized": "1.2.0.0", + "name": "drupal/migrate_plus", + "version": "4.0.0-beta1", + "version_normalized": "4.0.0.0-beta1", "source": { "type": "git", - "url": "https://github.com/webmozart/assert.git", - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" + "url": "https://git.drupal.org/project/migrate_plus", + "reference": "8.x-4.0-beta1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta1.zip", + "reference": "8.x-4.0-beta1", + "shasum": "e64bac006e3ef9ae697b0f2c4b3744af0524e208" }, "require": { - "php": "^5.3.3 || ^7.0" + "drupal/core": "^8.3" }, "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*" }, - "time": "2016-11-23T20:04:58+00:00", - "type": "library", + "suggest": { + "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + }, + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.0-beta1", + "datestamp": "1494450185" } }, "installation-source": "dist", - "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" } ], - "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" - ] + "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": "webmozart/path-util", - "version": "2.3.0", - "version_normalized": "2.3.0.0", + "name": "drupal/migrate_tools", + "version": "3.0.0-beta1", + "version_normalized": "3.0.0.0-beta1", "source": { "type": "git", - "url": "https://github.com/webmozart/path-util.git", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" + "url": "https://git.drupal.org/project/migrate_tools", + "reference": "8.x-3.0-beta1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-3.0-beta1.zip", + "reference": "8.x-3.0-beta1", + "shasum": "1511d1da1444743fa2defa54a17e62264e8ab836" }, "require": { - "php": ">=5.3.3", - "webmozart/assert": "~1.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "drupal/core": "^8.2", + "drupal/migrate_plus": "*" }, - "time": "2015-12-17T08:42:14+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0-beta1", + "datestamp": "1476313439" } }, "installation-source": "dist", - "autoload": { - "psr-4": { - "Webmozart\\PathUtil\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" } ], - "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths." + "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": "consolidation/annotated-command", - "version": "2.4.8", - "version_normalized": "2.4.8.0", + "name": "drupal/migrate_upgrade", + "version": "3.0.0-rc1", + "version_normalized": "3.0.0.0-RC1", "source": { "type": "git", - "url": "https://github.com/consolidation/annotated-command.git", - "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e" + "url": "https://git.drupal.org/project/migrate_upgrade", + "reference": "8.x-3.0-rc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/6672ea38212f8bffb71fec7eadc8b3372154b17e", - "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc1.zip", + "reference": "8.x-3.0-rc1", + "shasum": "0141d36fb99b166c5e114b946b140780489620e3" }, "require": { - "consolidation/output-formatters": "^3.1.5", - "php": ">=5.4.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", - "psr/log": "^1", - "symfony/console": "^2.8|~3", - "symfony/event-dispatcher": "^2.5|^3", - "symfony/finder": "^2.5|^3" - }, - "require-dev": { - "phpunit/phpunit": "^4.8", - "satooshi/php-coveralls": "^1.0", - "squizlabs/php_codesniffer": "^2.7" + "drupal/core": "*", + "drupal/migrate_plus": "*" }, - "time": "2017-04-03T22:37:00+00:00", - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0-rc1", + "datestamp": "1476200639" } }, "installation-source": "dist", - "autoload": { - "psr-4": { - "Consolidation\\AnnotatedCommand\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" + "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": "Initialize Symfony Console commands from annotated command class methods." + "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/redirect", - "version": "1.0.0-alpha5", - "version_normalized": "1.0.0.0-alpha5", + "name": "drupal/paragraphs", + "version": "1.1.0", + "version_normalized": "1.1.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/redirect", - "reference": "8.x-1.0-alpha5" + "url": "https://git.drupal.org/project/paragraphs", + "reference": "8.x-1.1" }, "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" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "c678e5704a98c6a0549e415412da081cfeb03a00" }, "require": { - "drupal/core": "~8" + "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": { @@ -5573,8 +5884,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha5", - "datestamp": "1492182542" + "version": "8.x-1.1", + "datestamp": "1487331784" } }, "installation-source": "dist", @@ -5588,119 +5899,212 @@ "homepage": "https://www.drupal.org/user/214652" }, { - "name": "Dave Reid", - "homepage": "https://www.drupal.org/user/53892" + "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": "Allows users to redirect from old URLs to new URLs.", - "homepage": "https://www.drupal.org/project/redirect", + "description": "Enables the creation of paragraphs entities.", + "homepage": "https://www.drupal.org/project/paragraphs", "support": { - "source": "http://cgit.drupalcode.org/redirect" + "source": "http://cgit.drupalcode.org/paragraphs" } }, { - "name": "geedmo/yamm3", - "version": "1.1.0", - "version_normalized": "1.1.0.0", + "name": "drupal/pathauto", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://github.com/geedmo/yamm3.git", - "reference": "5aa11451340187cce1bc195a4437937b19535508" + "url": "https://git.drupal.org/project/pathauto", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508", - "reference": "5aa11451340187cce1bc195a4437937b19535508", - "shasum": "" + "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" + } }, - "time": "2015-04-04T12:59:29+00:00", - "type": "library", "installation-source": "dist", - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "German Morales", - "email": "geedmo.ds@gmail.com", - "homepage": "http://geedmo.com" + "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": "Yet another megamenu for Bootstrap 3.x", - "homepage": "http://geedmo.github.io/yamm3/", - "keywords": [ - "bootstrap", - "megadropdown", - "megamenu" - ] + "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": "grom358/pharborist", - "version": "dev-master", - "version_normalized": "9999999-dev", + "name": "drupal/pathologic", + "version": "dev-1.x", + "version_normalized": "dev-1.x", "source": { "type": "git", - "url": "https://github.com/grom358/pharborist.git", - "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6" + "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" + } + }, + "installation-source": "source", + "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.35.0", + "version_normalized": "1.35.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/permissions_by_term", + "reference": "8.x-1.35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6", - "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.35.zip", + "reference": "8.x-1.35", + "shasum": "4f9a7406a81a2e03f90e278fd6921f8fc962f07b" }, "require": { - "php": ">=5.4", - "phpdocumentor/reflection-docblock": "2.0.*" + "behat/behat": "^3.1", + "behat/mink": "^1.7", + "behat/mink-extension": "^2.2", + "behat/mink-goutte-driver": "^1.2", + "behat/mink-selenium2-driver": "^1.3", + "drupal/core": "*", + "drupal/drupal-driver": "~1.0", + "drupal/drupal-extension": "~3.0", + "guzzlehttp/guzzle": "^6.0@dev" }, - "require-dev": { - "apigen/apigen": "2.8.*", - "phpunit/phpunit": "4.2.*" + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.35", + "datestamp": "1509945000", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } }, - "time": "2015-09-20T22:14:29+00:00", - "type": "library", - "installation-source": "source", + "installation-source": "dist", "autoload": { "psr-4": { - "Pharborist\\": "src/" + "PermissionsByTerm\\": "tests/src/Behat/Context/" } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL" + "GPL-2.0+" ], "authors": [ { - "name": "Cameron Zemek", - "role": "lead" + "name": "Peter Majmesku", + "homepage": "https://www.drupal.org/user/786132", + "email": "p.majmesku@gmail.com" + }, + { + "name": "dakku", + "homepage": "https://www.drupal.org/user/97634" + }, + { + "name": "rackberg", + "homepage": "https://www.drupal.org/user/2806873" } ], - "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.", - "keywords": [ - "standards", - "syntax" - ] + "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.", + "homepage": "https://www.drupal.org/project/permissions_by_term", + "support": { + "source": "http://cgit.drupalcode.org/permissions_by_term" + } }, { - "name": "drupal/drupalmoduleupgrader", + "name": "drupal/php", "version": "dev-1.x", "version_normalized": "dev-1.x", "source": { "type": "git", - "url": "https://git.drupal.org/project/drupalmoduleupgrader", - "reference": "8bf2d9c140d4a315f267ff511fc69ea1595b62b8" + "url": "https://git.drupal.org/project/php", + "reference": "304022be52874ef2d7916ea3acafd312766da9cc" }, "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" + "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { @@ -5708,107 +6112,86 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.2+9-dev", - "datestamp": "1490452983" + "version": "8.x-1.0-beta2+1-dev", + "datestamp": "1461875939" } }, "installation-source": "source", - "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": "hass", + "homepage": "https://www.drupal.org/u/hass" }, { - "name": "dstol", - "homepage": "https://www.drupal.org/user/329570" + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/1633456/committers" }, { - "name": "eshta", - "homepage": "https://www.drupal.org/user/1951462" + "name": "catch", + "homepage": "https://www.drupal.org/user/35733" }, { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" + "name": "dixon_", + "homepage": "https://www.drupal.org/user/239911" }, { - "name": "jcnventura", - "homepage": "https://www.drupal.org/user/122464" + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" }, { - "name": "pfrenssen", - "homepage": "https://www.drupal.org/user/382067" + "name": "hass", + "homepage": "https://www.drupal.org/user/85918" }, { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" + "name": "msonnabaum", + "homepage": "https://www.drupal.org/user/75278" }, { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" }, { "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" - ], + "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": "https://drupal.org/project/drupalmoduleupgrader", - "issues": "https://drupal.org/project/issues/drupalmoduleupgrader" + "source": "http://git.drupal.org/project/php.git", + "issues": "https://www.drupal.org/project/issues/php" } }, { - "name": "drupal/htmlawed", - "version": "3.2.0", - "version_normalized": "3.2.0.0", + "name": "drupal/redirect", + "version": "1.0.0-alpha5", + "version_normalized": "1.0.0.0-alpha5", "source": { "type": "git", - "url": "https://git.drupal.org/project/htmLawed", - "reference": "8.x-3.2" + "url": "https://git.drupal.org/project/redirect", + "reference": "8.x-1.0-alpha5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.2.zip", - "reference": "8.x-3.2", - "shasum": "9ced09e67458a0efcd7c4cc7e83f05fb4035ddcc" + "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.0" + "drupal/core": "~8" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-3.x": "3.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-3.2", - "datestamp": "1480745884" + "version": "8.x-1.0-alpha5", + "datestamp": "1492182542" } }, "installation-source": "dist", @@ -5818,30 +6201,28 @@ ], "authors": [ { - "name": "alpha2zee", - "homepage": "https://www.drupal.org/user/201451" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" } ], - "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", + "description": "Allows users to redirect from old URLs to new URLs.", + "homepage": "https://www.drupal.org/project/redirect", "support": { - "source": "http://cgit.drupalcode.org/htmlawed" + "source": "http://cgit.drupalcode.org/redirect" } }, { - "name": "drupal/ctools", - "version": "3.0.0", - "version_normalized": "3.0.0.0", + "name": "drupal/security_review", + "version": "dev-1.x", + "version_normalized": "dev-1.x", "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" + "url": "https://git.drupal.org/project/security_review", + "reference": "35ebae445bb260e961e47c4c58efe7c50c228999" }, "require": { "drupal/core": "~8.0" @@ -5849,101 +6230,71 @@ "type": "drupal-module", "extra": { "branch-alias": { - "dev-3.x": "3.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-3.0", - "datestamp": "1493401742" + "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" } }, - "installation-source": "dist", + "installation-source": "source", "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": "banviktor", + "homepage": "https://www.drupal.org/user/3176333" }, { - "name": "sdboyer", - "homepage": "https://www.drupal.org/user/146719" + "name": "coltrane", + "homepage": "https://www.drupal.org/user/91990" }, { - "name": "sun", - "homepage": "https://www.drupal.org/user/54136" + "name": "dsnopek", + "homepage": "https://www.drupal.org/user/266527" }, { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" } ], - "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.", - "homepage": "https://www.drupal.org/project/ctools", + "description": "Site security and configuration review module.", + "homepage": "https://www.drupal.org/project/security_review", "support": { - "source": "http://cgit.drupalcode.org/ctools", - "issues": "https://www.drupal.org/project/issues/ctools" + "source": "http://cgit.drupalcode.org/security_review" } }, { - "name": "drupal/devel", - "version": "1.0.0-rc2", - "version_normalized": "1.0.0.0-RC2", + "name": "drupal/simple_sitemap", + "version": "2.9.0", + "version_normalized": "2.9.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/devel", - "reference": "8.x-1.0-rc2" + "url": "https://git.drupal.org/project/simple_sitemap", + "reference": "8.x-2.9" }, "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" + "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" }, - "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" + "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-1.0-rc2", - "datestamp": "1492989244" + "version": "8.x-2.9", + "datestamp": "1490775483" } }, "installation-source": "dist", @@ -5953,64 +6304,42 @@ ], "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", + "name": "Pawel Ginalski (gbyte.co)", + "homepage": "https://www.drupal.org/u/gbyte.co", + "email": "contact@gbyte.co", "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" + "name": "Sam Becker (Sam152)", + "homepage": "https://www.drupal.org/u/sam152", + "role": "Co-maintainer" } ], - "description": "Various blocks, pages, and functions for developers.", - "homepage": "http://drupal.org/project/devel", + "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.", + "homepage": "https://drupal.org/project/simple_sitemap", "support": { - "source": "http://cgit.drupalcode.org/devel", - "issues": "http://drupal.org/project/devel", + "source": "https://cgit.drupalcode.org/simple_sitemap", + "issues": "https://drupal.org/project/issues/simple_sitemap", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { - "name": "drupal/token", + "name": "drupal/slick", "version": "1.0.0", "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/token", + "url": "https://git.drupal.org/project/slick", "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip", + "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip", "reference": "8.x-1.0", - "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442" + "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd" }, "require": { + "drupal/blazy": "~1.0", "drupal/core": "~8.0" }, "type": "drupal-module", @@ -6020,7 +6349,7 @@ }, "drupal": { "version": "8.x-1.0", - "datestamp": "1493466843" + "datestamp": "1495746183" } }, "installation-source": "dist", @@ -6030,56 +6359,47 @@ ], "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": "arshadcn", + "homepage": "https://www.drupal.org/user/571032" }, { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" + "name": "gausarts", + "homepage": "https://www.drupal.org/user/159062" } ], - "description": "Provides a user interface for the Token API and some missing core tokens.", - "homepage": "https://www.drupal.org/project/token", + "description": "Slick carousel, the last carousel you'll ever need.", + "homepage": "https://drupal.org/project/slick", + "keywords": [ + "Drupal", + "carousel", + "slideshow" + ], "support": { - "source": "http://cgit.drupalcode.org/token" + "source": "http://cgit.drupalcode.org/slick", + "issues": "https://drupal.org/project/issues/slick" } }, { - "name": "drupal/pathauto", + "name": "drupal/slick_media", "version": "1.0.0", "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/pathauto", + "url": "https://git.drupal.org/project/slick_media", "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0.zip", + "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0.zip", "reference": "8.x-1.0", - "shasum": "4c82a5689a18421c8c73fcc8be7b333bb21ae02a" + "shasum": "b85a9899c53ca2f59f7cdbba044e2f58ae71e092" }, "require": { - "drupal/core": "*", - "drupal/ctools": "*", - "drupal/token": "*" - }, + "drupal/core": "~8.0", + "drupal/media_entity_image": "*", + "drupal/slick": "*", + "drupal/video_embed_media": "*" + }, "type": "drupal-module", "extra": { "branch-alias": { @@ -6087,7 +6407,7 @@ }, "drupal": { "version": "8.x-1.0", - "datestamp": "1493468044" + "datestamp": "1495747983" } }, "installation-source": "dist", @@ -6097,90 +6417,78 @@ ], "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" + "name": "gausarts", + "homepage": "https://www.drupal.org/user/159062" } ], - "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.", - "homepage": "https://www.drupal.org/project/pathauto", + "description": "Provides Slick carousel integration with Media entity.", + "homepage": "https://www.drupal.org/project/slick_media", "support": { - "source": "http://cgit.drupalcode.org/pathauto" + "source": "http://cgit.drupalcode.org/slick_media" } }, { - "name": "drupal/views_bootstrap", - "version": "dev-3.x", - "version_normalized": "dev-3.x", + "name": "drupal/superfish", + "version": "1.1.0", + "version_normalized": "1.1.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/views_bootstrap", - "reference": "ef95dac8dfeb8f2d61b0e5d40075a0a6e23e53ca" + "url": "https://git.drupal.org/project/superfish", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "f5e9e547d1d38588a963b22105dec1deb1e55010" }, "require": { - "drupal/core": "*" + "drupal/core": "~8.0", + "mehrpadin/superfish": "~2.0" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-3.x": "3.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-3.x-dev", - "datestamp": "1490369283" + "version": "8.x-1.1", + "datestamp": "1496335443" } }, - "installation-source": "source", + "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "aburrows", - "homepage": "https://www.drupal.org/user/577844" - }, - { - "name": "ericpugh", - "homepage": "https://www.drupal.org/user/130084" - }, - { - "name": "ikeigenwijs", - "homepage": "https://www.drupal.org/user/583238" - }, - { - "name": "mrded", - "homepage": "https://www.drupal.org/user/556088" + "name": "mehrpadin", + "homepage": "https://www.drupal.org/u/mehrpadin", + "role": "Maintainer" } ], - "description": "Integrate the Bootstrap framework with Views.", - "homepage": "https://www.drupal.org/project/views_bootstrap", - "keywords": [ - "Drupal" - ], + "description": "Adds jQuery Superfish plugin to menu blocks.", + "homepage": "https://www.drupal.org/project/superfish", "support": { - "source": "http://cgit.drupalcode.org/views_bootstrap" + "source": "https://cgit.drupalcode.org/superfish", + "issues": "https://www.drupal.org/project/superfish" } }, { - "name": "drupal/views_responsive_grid", - "version": "dev-1.x", - "version_normalized": "dev-1.x", + "name": "drupal/toc_formatter", + "version": "1.1.0", + "version_normalized": "1.1.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/views_responsive_grid", - "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357" + "url": "https://git.drupal.org/project/toc_formatter", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e" }, "require": { "drupal/core": "~8.0" @@ -6191,51 +6499,48 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1373985289" + "version": "8.x-1.1", + "datestamp": "1398611927" } }, - "installation-source": "source", + "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "iwhitcomb", - "homepage": "https://www.drupal.org/user/771654" - }, - { - "name": "kyletaylored", - "homepage": "https://www.drupal.org/user/2207088" + "name": "Robert Castelo", + "homepage": "https://www.drupal.org/user/3555" }, { - "name": "markcarver", - "homepage": "https://www.drupal.org/user/501638" + "name": "neilt17", + "homepage": "https://www.drupal.org/user/324142" } ], - "homepage": "https://www.drupal.org/project/views_responsive_grid", + "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/views_responsive_grid" + "source": "http://cgit.drupalcode.org/toc_formatter" } }, { - "name": "drupal/imagemagick", - "version": "1.0.0-alpha6", - "version_normalized": "1.0.0.0-alpha6", + "name": "drupal/tocify", + "version": "1.2.0", + "version_normalized": "1.2.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/imagemagick", - "reference": "8.x-1.0-alpha6" + "url": "https://git.drupal.org/project/tocify", + "reference": "8.x-1.2" }, "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" + "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "687ea298fa66b6e79addd8af25204917acfd0209" }, "require": { - "drupal/core": "^8.1.0" + "drupal/core": "*" }, "type": "drupal-module", "extra": { @@ -6243,8 +6548,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha6", - "datestamp": "1488787683" + "version": "8.x-1.2", + "datestamp": "1493816586" } }, "installation-source": "dist", @@ -6254,78 +6559,54 @@ ], "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": "Hydra", + "homepage": "https://www.drupal.org/user/647364" }, { - "name": "sun", - "homepage": "https://www.drupal.org/user/54136" + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" }, { - "name": "walkah", - "homepage": "https://www.drupal.org/user/1531" + "name": "sanduhrs", + "homepage": "https://www.drupal.org/user/28074" } ], - "description": "Provides ImageMagick integration.", - "homepage": "https://www.drupal.org/project/imagemagick", + "description": "Tocify your content", + "homepage": "https://www.drupal.org/project/tocify", + "keywords": [ + "Drupal" + ], "support": { - "source": "http://cgit.drupalcode.org/imagemagick" + "source": "http://cgit.drupalcode.org/tocify", + "issues": "http://drupal.org/project/issues/tocify" } }, { - "name": "drupal/bootstrap", - "version": "3.5.0", - "version_normalized": "3.5.0.0", + "name": "drupal/token", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/bootstrap", - "reference": "8.x-3.5" + "url": "https://git.drupal.org/project/token", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.5.zip", - "reference": "8.x-3.5", - "shasum": "569f8a243ad6a2e04a86123a0b2a594783a09860" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442" }, "require": { "drupal/core": "~8.0" }, - "type": "drupal-theme", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-3.x": "3.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-3.5", - "datestamp": "1495040301" + "version": "8.x-1.0", + "datestamp": "1493466843" } }, "installation-source": "dist", @@ -6335,134 +6616,99 @@ ], "authors": [ { - "name": "markcarver", - "homepage": "https://www.drupal.org/user/501638" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" }, { - "name": "neardark", - "homepage": "https://www.drupal.org/user/661076" + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" }, { - "name": "sylus", - "homepage": "https://www.drupal.org/user/339714" + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" }, { - "name": "wundo", - "homepage": "https://www.drupal.org/user/25523" + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" } ], - "homepage": "https://www.drupal.org/project/bootstrap", + "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/bootstrap" + "source": "http://cgit.drupalcode.org/token" } }, { - "name": "sunra/php-simple-html-dom-parser", - "version": "v1.5.2", - "version_normalized": "1.5.2.0", + "name": "drupal/twig_xdebug", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://github.com/sunra/php-simple-html-dom-parser.git", - "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6" - }, + "url": "https://git.drupal.org/project/twig_xdebug", + "reference": "8.x-1.0" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6", - "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037" }, "require": { - "ext-mbstring": "*", - "php": ">=5.3.2" + "ajgl/breakpoint-twig-extension": "0.3", + "drupal/core": "~8.0" }, - "time": "2016-11-22T22:57:47+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-0": { - "Sunra\\PhpSimple\\HtmlDomParser": "Src/" + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1464928439" } }, - "notification-url": "https://packagist.org/downloads/", + "installation-source": "dist", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Sunra", - "email": "sunra@yandex.ru", - "homepage": "https://github.com/sunra" - }, - { - "name": "S.C. Chen", - "homepage": "http://sourceforge.net/projects/simplehtmldom/" + "name": "charginghawk", + "homepage": "https://www.drupal.org/user/2626341" } ], - "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" - ] - }, - { - "name": "mkalkbrenner/php-htmldiff-advanced", - "version": "0.0.8", - "version_normalized": "0.0.8.0", - "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" - }, - "time": "2016-07-25T17:07:32+00:00", - "type": "library", - "installation-source": "dist", - "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" - ] + "description": "Enables Xdebug breakpoints in Twig.", + "homepage": "https://www.drupal.org/project/twig_xdebug", + "support": { + "source": "http://cgit.drupalcode.org/twig_xdebug" + } }, { - "name": "drupal/diff", - "version": "1.0.0-rc1", - "version_normalized": "1.0.0.0-RC1", + "name": "drupal/typogrify", + "version": "1.0.0-alpha1", + "version_normalized": "1.0.0.0-alpha1", "source": { "type": "git", - "url": "https://git.drupal.org/project/diff", - "reference": "8.x-1.0-rc1" + "url": "https://git.drupal.org/project/typogrify", + "reference": "8.x-1.0-alpha1" }, "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" + "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": "~8.0", - "mkalkbrenner/php-htmldiff-advanced": "~0.0.8" + "drupal/core": "*" }, "type": "drupal-module", "extra": { @@ -6470,8 +6716,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-rc1", - "datestamp": "1484566683" + "version": "8.x-1.0-alpha1", + "datestamp": "1478050442" } }, "installation-source": "dist", @@ -6481,68 +6727,47 @@ ], "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": "See contributors", + "homepage": "https://www.drupal.org/node/149970/committers", + "role": "Developer" }, { - "name": "realityloop", - "homepage": "https://www.drupal.org/user/139189" + "name": "migmedia", + "homepage": "https://www.drupal.org/user/1310354" }, { - "name": "rötzi", - "homepage": "https://www.drupal.org/user/73064" + "name": "mikl", + "homepage": "https://www.drupal.org/user/58679" }, { - "name": "yhahn", - "homepage": "https://www.drupal.org/user/264833" + "name": "sreynen", + "homepage": "https://www.drupal.org/user/109890" } ], - "description": "Compares two entity revisions", - "homepage": "https://www.drupal.org/project/diff", + "description": "A filter for making typographic refinements.", + "homepage": "http://drupal.org/project/typogrify", + "keywords": [ + "Drupal" + ], "support": { - "source": "http://cgit.drupalcode.org/diff", - "issues": "https://www.drupal.org/project/issues/diff" + "source": "http://cgit.drupalcode.org/typogrify", + "issues": "http://drupal.org/project/typogrify" } }, { - "name": "drupal/hacked", - "version": "2.0.0-beta1", - "version_normalized": "2.0.0.0-beta1", + "name": "drupal/video", + "version": "1.2.0", + "version_normalized": "1.2.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/hacked", - "reference": "8.x-2.0-beta1" + "url": "https://git.drupal.org/project/video", + "reference": "8.x-1.2" }, "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" + "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d" }, "require": { "drupal/core": "*" @@ -6550,14 +6775,12 @@ "type": "drupal-module", "extra": { "branch-alias": { - "dev-2.x": "2.x-dev" + "dev-1.x": "1.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" + "version": "8.x-1.x", + "datestamp": "1455470039", + "package": "Field types" } }, "installation-source": "dist", @@ -6567,46 +6790,64 @@ ], "authors": [ { - "name": "Deciphered", - "homepage": "https://www.drupal.org/user/103796" + "name": "Jorrit", + "homepage": "https://www.drupal.org/user/161217" }, { - "name": "Steven Jones", - "homepage": "https://www.drupal.org/user/99644" + "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": "Shows if drupal or any of its modules have been changed", - "homepage": "https://www.drupal.org/project/hacked", + "description": "Video module allows you to embedded videos from YouTube, Vimeo, Facebook, Vine etc (Drupal 8 only) and upload videos and play using HTML5 video player.", + "homepage": "https://www.drupal.org/project/video", "support": { - "source": "http://cgit.drupalcode.org/hacked" + "source": "http://cgit.drupalcode.org/video" } }, { - "name": "drupal/linkit", - "version": "4.3.0", - "version_normalized": "4.3.0.0", + "name": "drupal/video_embed_field", + "version": "1.5.0", + "version_normalized": "1.5.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/linkit", - "reference": "8.x-4.3" + "url": "https://git.drupal.org/project/video_embed_field", + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip", - "reference": "8.x-4.3", - "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e" + "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.0" + "drupal/core": "*" + }, + "require-dev": { + "drupal/colorbox": "*", + "drupal/media_entity": "*", + "drupal/media_entity_embeddable_video": "*" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-4.x": "4.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-4.3", - "datestamp": "1490205830" + "version": "8.x-1.x", + "datestamp": "1493246342", + "package": "Field types" } }, "installation-source": "dist", @@ -6616,140 +6857,65 @@ ], "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/toc_formatter", - "version": "1.1.0", - "version_normalized": "1.1.0.0", - "source": { - "type": "git", - "url": "https://git.drupal.org/project/toc_formatter", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e" - }, - "require": { - "drupal/core": "~8.0" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" }, - "drupal": { - "version": "8.x-1.1", - "datestamp": "1398611927" - } - }, - "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ { - "name": "Robert Castelo", - "homepage": "https://www.drupal.org/user/3555" + "name": "jec006", + "homepage": "https://www.drupal.org/user/855980" }, { - "name": "neilt17", - "homepage": "https://www.drupal.org/user/324142" + "name": "plopesc", + "homepage": "https://www.drupal.org/user/282415" } ], - "description": "Display formatter that adds a TOC to the top of a text area field.", - "homepage": "https://www.drupal.org/project/toc_formatter", + "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/toc_formatter" + "source": "http://cgit.drupalcode.org/video_embed_field" } }, { - "name": "drupal/advagg", - "version": "2.4.0", - "version_normalized": "2.4.0.0", - "source": { - "type": "git", - "url": "https://git.drupal.org/project/advagg", - "reference": "8.x-2.4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b" - }, + "name": "drupal/video_embed_media", + "version": "1.5.0", + "version_normalized": "1.5.0.0", "require": { - "drupal/core": "~8.0" + "drupal/core": "~8.0", + "drupal/media_entity": "*", + "drupal/video_embed_field": "self.version" }, - "type": "drupal-module", + "type": "metapackage", "extra": { "branch-alias": { - "dev-2.x": "2.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-2.4", - "datestamp": "1493949188" + "version": "8.x-1.5", + "datestamp": "1493246342" } }, - "installation-source": "dist", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "Mike Carper (mikeytown2)", - "homepage": "https://www.drupal.org/u/mikeytown2", - "role": "Creator, Maintainer" - }, - { - "name": "Nick Wilde (nickwilde)", - "homepage": "https://www.drupal.org/u/nickwilde", - "email": "design@briarmoon.ca", - "role": "Drupal 8 Port/maintainer" - }, - { - "name": "doublejosh", - "homepage": "https://www.drupal.org/user/199720" - }, - { - "name": "iamcarrico", - "homepage": "https://www.drupal.org/user/1300542" - }, - { - "name": "markcarver", - "homepage": "https://www.drupal.org/user/501638" + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" }, { - "name": "mikeytown2", - "homepage": "https://www.drupal.org/user/282446" + "name": "jec006", + "homepage": "https://www.drupal.org/user/855980" }, { - "name": "rupl", - "homepage": "https://www.drupal.org/user/411999" + "name": "plopesc", + "homepage": "https://www.drupal.org/user/282415" } ], - "description": "Improved aggregation of CSS/JS files to speed up page load times.", - "homepage": "https://drupal.org/project/advagg", + "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": "https://cgit.drupalcode.org/advagg", - "issues": "https://drupal.org/project/issues/advagg", - "irc": "irc://irc.freenode.org/drupal-contribute" + "source": "http://cgit.drupalcode.org/video_embed_field" } }, { @@ -6805,13 +6971,13 @@ } }, { - "name": "drupal/ckeditor_widgets", - "version": "dev-1.x", - "version_normalized": "dev-1.x", + "name": "drupal/views_bootstrap", + "version": "dev-3.x", + "version_normalized": "dev-3.x", "source": { "type": "git", - "url": "https://git.drupal.org/project/ckeditor_widgets", - "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f" + "url": "https://git.drupal.org/project/views_bootstrap", + "reference": "ef95dac8dfeb8f2d61b0e5d40075a0a6e23e53ca" }, "require": { "drupal/core": "*" @@ -6819,11 +6985,11 @@ "type": "drupal-module", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1472798939" + "version": "8.x-3.x-dev", + "datestamp": "1490369283" } }, "installation-source": "source", @@ -6833,30 +6999,39 @@ ], "authors": [ { - "name": "jlyon", - "homepage": "https://www.drupal.org/user/256444" + "name": "aburrows", + "homepage": "https://www.drupal.org/user/577844" + }, + { + "name": "ericpugh", + "homepage": "https://www.drupal.org/user/130084" + }, + { + "name": "ikeigenwijs", + "homepage": "https://www.drupal.org/user/583238" + }, + { + "name": "mrded", + "homepage": "https://www.drupal.org/user/556088" } ], - "description": "Adds widgets and an Insert Template menu to CKEditor", - "homepage": "https://www.drupal.org/project/ckeditor_widgets", + "description": "Integrate the Bootstrap framework with Views.", + "homepage": "https://www.drupal.org/project/views_bootstrap", + "keywords": [ + "Drupal" + ], "support": { - "source": "http://cgit.drupalcode.org/ckeditor_widgets" + "source": "http://cgit.drupalcode.org/views_bootstrap" } }, { - "name": "drupal/layout_plugin", - "version": "1.0.0-alpha23", - "version_normalized": "1.0.0.0-alpha23", + "name": "drupal/views_responsive_grid", + "version": "dev-1.x", + "version_normalized": "dev-1.x", "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" + "url": "https://git.drupal.org/project/views_responsive_grid", + "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357" }, "require": { "drupal/core": "~8.0" @@ -6867,449 +7042,437 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha23", - "datestamp": "1476269960" + "version": "8.x-1.x-dev", + "datestamp": "1373985289" } }, - "installation-source": "dist", + "installation-source": "source", "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "David Snopek", - "homepage": "https://www.drupal.org/user/172527" + "name": "iwhitcomb", + "homepage": "https://www.drupal.org/user/771654" }, { - "name": "Bram Goffings", - "homepage": "https://www.drupal.org/user/266527" + "name": "kyletaylored", + "homepage": "https://www.drupal.org/user/2207088" }, { - "name": "Fredrik Lassen", - "homepage": "https://www.drupal.org/user/243377" + "name": "markcarver", + "homepage": "https://www.drupal.org/user/501638" } ], - "description": "An API module to hold the Drupal 8 plugin manager for layouts.", - "homepage": "https://www.drupal.org/project/layout_plugin", - "keywords": [ - "layout", - "php" - ], + "homepage": "https://www.drupal.org/project/views_responsive_grid", "support": { - "source": "http://cgit.drupalcode.org/layout_plugin" + "source": "http://cgit.drupalcode.org/views_responsive_grid" } }, { - "name": "drupal/bootstrap_layouts", - "version": "4.1.0", - "version_normalized": "4.1.0.0", + "name": "drush/config-extra", + "version": "1.0.1", + "version_normalized": "1.0.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/bootstrap_layouts", - "reference": "8.x-4.1" + "url": "https://github.com/drush-ops/config-extra.git", + "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.1.zip", - "reference": "8.x-4.1", - "shasum": "3f1e7598e9a476e4d396ddc1e49cd2851e948a2c" + "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54", + "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54", + "shasum": "" }, "require": { - "drupal/core": "~8.0", - "drupal/layout_plugin": "*" + "php": ">=5.5.0" }, - "type": "drupal-module", + "require-dev": { + "phpunit/phpunit": ">=3.5" + }, + "time": "2015-10-16T21:32:27+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-4.x": "4.x-dev" - }, - "drupal": { - "version": "8.x-4.1", - "datestamp": "1481413087" + "dev-master": "8.0.x-dev" } }, "installation-source": "dist", - "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": "darol100", - "homepage": "https://www.drupal.org/user/2667123" - }, - { - "name": "hctom", - "homepage": "https://www.drupal.org/user/112790" + "name": "Moshe Weitzman", + "email": "weitzman@tejasa.com" }, { - "name": "markcarver", - "homepage": "https://www.drupal.org/user/501638" + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" } ], - "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" - } + "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.", + "keywords": [ + "Drush" + ] }, { - "name": "drupal/tocify", - "version": "1.2.0", - "version_normalized": "1.2.0.0", + "name": "drush/drush", + "version": "8.1.16", + "version_normalized": "8.1.16.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/tocify", - "reference": "8.x-1.2" + "url": "https://github.com/drush-ops/drush.git", + "reference": "bbaff2dc725a5f3eb22006c5de3dc92a2de54b08" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "687ea298fa66b6e79addd8af25204917acfd0209" + "url": "https://api.github.com/repos/drush-ops/drush/zipball/bbaff2dc725a5f3eb22006c5de3dc92a2de54b08", + "reference": "bbaff2dc725a5f3eb22006c5de3dc92a2de54b08", + "shasum": "" }, "require": { - "drupal/core": "*" + "consolidation/annotated-command": "^2.8.1", + "consolidation/output-formatters": "~3", + "pear/console_table": "~1.3.1", + "php": ">=5.4.5", + "psr/log": "~1.0", + "psy/psysh": "~0.6", + "symfony/console": "~2.7|^3", + "symfony/event-dispatcher": "~2.7|^3", + "symfony/finder": "~2.7|^3", + "symfony/var-dumper": "~2.7|^3", + "symfony/yaml": "~2.3|^3", + "webmozart/path-util": "~2" }, - "type": "drupal-module", + "require-dev": { + "phpunit/phpunit": "4.*", + "symfony/console": "~2.7", + "symfony/event-dispatcher": "~2.7", + "symfony/finder": "~2.7", + "symfony/process": "2.7.*", + "symfony/var-dumper": "~2.7", + "symfony/yaml": "~2.3" + }, + "suggest": { + "drush/config-extra": "Provides configuration workflow commands, such as config-merge.", + "ext-pcntl": "*" + }, + "time": "2018-02-06T21:18:48+00:00", + "bin": [ + "drush", + "drush.launcher", + "drush.php", + "drush.complete.sh" + ], + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.2", - "datestamp": "1493816586" + "dev-master": "8.0.x-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-0": { + "Drush": "lib/", + "Consolidation": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Hydra", - "homepage": "https://www.drupal.org/user/647364" + "name": "Moshe Weitzman", + "email": "weitzman@tejasa.com" }, { - "name": "dawehner", - "homepage": "https://www.drupal.org/user/99340" + "name": "Owen Barton", + "email": "drupal@owenbarton.com" }, { - "name": "sanduhrs", - "homepage": "https://www.drupal.org/user/28074" + "name": "Mark Sonnabaum", + "email": "marksonnabaum@gmail.com" + }, + { + "name": "Antoine Beaupré", + "email": "anarcat@koumbit.org" + }, + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + }, + { + "name": "Jonathan Araña Cruz", + "email": "jonhattan@faita.net" + }, + { + "name": "Jonathan Hedstrom", + "email": "jhedstrom@gmail.com" + }, + { + "name": "Christopher Gervais", + "email": "chris@ergonlogic.com" + }, + { + "name": "Dave Reid", + "email": "dave@davereid.net" + }, + { + "name": "Damian Lee", + "email": "damiankloip@googlemail.com" } ], - "description": "Tocify your content", - "homepage": "https://www.drupal.org/project/tocify", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/tocify", - "issues": "http://drupal.org/project/issues/tocify" - } + "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" }, { - "name": "drupal/ckeditor_templates", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "easyrdf/easyrdf", + "version": "0.9.1", + "version_normalized": "0.9.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/ckeditor_templates", - "reference": "8.x-1.0" + "url": "https://github.com/njh/easyrdf.git", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff" + "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", + "shasum": "" }, "require": { - "drupal/core": "*" + "ext-mbstring": "*", + "ext-pcre": "*", + "php": ">=5.2.8" }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0", - "datestamp": "1490206982" - } + "require-dev": { + "phpunit/phpunit": "~3.5", + "sami/sami": "~1.4", + "squizlabs/php_codesniffer": "~1.4.3" + }, + "suggest": { + "ml/json-ld": "~1.0" }, + "time": "2015-02-27T09:45:49+00:00", + "type": "library", "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-0": { + "EasyRdf_": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "BSD-3-Clause" ], "authors": [ { - "name": "lucaslg", - "homepage": "https://www.drupal.org/user/3128975" + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "role": "Developer" } ], - "description": "Integrates the CKEdito templates plugin", - "homepage": "https://www.drupal.org/project/ckeditor_templates", - "support": { - "source": "http://cgit.drupalcode.org/ckeditor_templates" - } + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ] }, { - "name": "drupal/layouter", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "egulias/email-validator", + "version": "1.2.14", + "version_normalized": "1.2.14.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/layouter", - "reference": "8.x-1.0" + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce" + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9", + "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9", + "shasum": "" }, "require": { - "drupal/core": "*" + "doctrine/lexer": "^1.0.1", + "php": ">= 5.3.3" }, - "type": "drupal-module", + "require-dev": { + "phpunit/phpunit": "^4.8.24" + }, + "time": "2017-02-03T22:48:59+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0", - "datestamp": "1470121439" + "dev-master": "2.0.x-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-0": { + "Egulias\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL 2.0+" + "MIT" ], "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" + "name": "Eduardo Gulias Davis" } ], - "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-composer/drupal-scaffold", - "version": "2.3.0", - "version_normalized": "2.3.0.0", + "description": "A library for validating emails", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ] + }, + { + "name": "enyo/dropzone", + "version": "v4.3.0", + "version_normalized": "4.3.0.0", "source": { "type": "git", - "url": "https://github.com/drupal-composer/drupal-scaffold.git", - "reference": "1374e1031b98beb502abea3854f361304965c628" + "url": "https://github.com/enyo/dropzone.git", + "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/1374e1031b98beb502abea3854f361304965c628", - "reference": "1374e1031b98beb502abea3854f361304965c628", + "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e", + "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e", "shasum": "" }, - "require": { - "composer-plugin-api": "^1.0.0", - "php": ">=5.4.5" - }, - "require-dev": { - "composer/composer": "dev-master", - "phpunit/phpunit": "^4.4.0" - }, - "time": "2017-05-05T21:26:28+00:00", - "type": "composer-plugin", - "extra": { - "class": "DrupalComposer\\DrupalScaffold\\Plugin", - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, + "time": "2016-02-14T04:19:41+00:00", + "type": "library", "installation-source": "dist", - "autoload": { - "psr-4": { - "DrupalComposer\\DrupalScaffold\\": "src/" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], - "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core" + "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" + ] }, { - "name": "composer/installers", - "version": "v1.3.0", - "version_normalized": "1.3.0.0", + "name": "ezyang/htmlpurifier", + "version": "v4.9.3", + "version_normalized": "4.9.3.0", "source": { "type": "git", - "url": "https://github.com/composer/installers.git", - "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045" + "url": "https://github.com/ezyang/htmlpurifier.git", + "reference": "95e1bae3182efc0f3422896a3236e991049dac69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/79ad876c7498c0bbfe7eed065b8651c93bfd6045", - "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69", + "reference": "95e1bae3182efc0f3422896a3236e991049dac69", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0" - }, - "replace": { - "roundcube/plugin-installer": "*", - "shama/baton": "*" + "php": ">=5.2" }, "require-dev": { - "composer/composer": "1.0.*@dev", - "phpunit/phpunit": "4.1.*" - }, - "time": "2017-04-24T06:37:16+00:00", - "type": "composer-plugin", - "extra": { - "class": "Composer\\Installers\\Plugin", - "branch-alias": { - "dev-master": "1.0-dev" - } + "simpletest/simpletest": "^1.1" }, + "time": "2017-06-03T02:28:16+00:00", + "type": "library", "installation-source": "dist", "autoload": { - "psr-4": { - "Composer\\Installers\\": "src/Composer/Installers" - } + "psr-0": { + "HTMLPurifier": "library/" + }, + "files": [ + "library/HTMLPurifier.composer.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL" ], "authors": [ { - "name": "Kyle Robinson Young", - "email": "kyle@dontkry.com", - "homepage": "https://github.com/shama" + "name": "Edward Z. Yang", + "email": "admin@htmlpurifier.org", + "homepage": "http://ezyang.com" } ], - "description": "A multi-framework Composer library installer", - "homepage": "https://composer.github.io/installers/", + "description": "Standards compliant HTML filter written in PHP", + "homepage": "http://htmlpurifier.org/", "keywords": [ - "Craft", - "Dolibarr", - "Eliasis", - "Hurad", - "ImageCMS", - "Kanboard", - "MODX Evo", - "Mautic", - "Maya", - "OXID", - "Plentymarkets", - "Porto", - "RadPHP", - "SMF", - "Thelia", - "WolfCMS", - "agl", - "aimeos", - "annotatecms", - "attogram", - "bitrix", - "cakephp", - "chef", - "cockpit", - "codeigniter", - "concrete5", - "croogo", - "dokuwiki", - "drupal", - "elgg", - "expressionengine", - "fuelphp", - "grav", - "installer", - "itop", - "joomla", - "kohana", - "laravel", - "lavalite", - "lithium", - "magento", - "mako", - "mediawiki", - "modulework", - "moodle", - "phpbb", - "piwik", - "ppi", - "puppet", - "reindex", - "roundcube", - "shopware", - "silverstripe", - "sydes", - "symfony", - "typo3", - "wordpress", - "yawik", - "zend", - "zikula" + "html" ] }, { - "name": "symfony/polyfill-php55", - "version": "v1.4.0", - "version_normalized": "1.4.0.0", + "name": "fabpot/goutte", + "version": "v3.2.1", + "version_normalized": "3.2.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php55.git", - "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d" + "url": "https://github.com/FriendsOfPHP/Goutte.git", + "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d", - "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d", + "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638", + "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638", "shasum": "" }, "require": { - "ircmaxell/password-compat": "~1.0", - "php": ">=5.3.3" + "guzzlehttp/guzzle": "^6.0", + "php": ">=5.5.0", + "symfony/browser-kit": "~2.1|~3.0", + "symfony/css-selector": "~2.1|~3.0", + "symfony/dom-crawler": "~2.1|~3.0" }, - "time": "2017-06-09T08:25:21+00:00", - "type": "library", + "time": "2017-01-03T13:21:43+00:00", + "type": "application", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "3.2-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Symfony\\Polyfill\\Php55\\": "" - }, - "files": [ - "bootstrap.php" - ] + "Goutte\\": "Goutte" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -7317,183 +7480,143 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], - "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", - "homepage": "https://symfony.com", + "description": "A simple PHP Web Scraper", + "homepage": "https://github.com/FriendsOfPHP/Goutte", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" + "scraper" ] }, { - "name": "symfony/polyfill-php54", - "version": "v1.4.0", - "version_normalized": "1.4.0.0", + "name": "geedmo/yamm3", + "version": "1.1.0", + "version_normalized": "1.1.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php54.git", - "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789" + "url": "https://github.com/geedmo/yamm3.git", + "reference": "5aa11451340187cce1bc195a4437937b19535508" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789", - "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789", + "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508", + "reference": "5aa11451340187cce1bc195a4437937b19535508", "shasum": "" }, - "require": { - "php": ">=5.3.3" - }, - "time": "2017-06-09T08:25:21+00:00", + "time": "2015-04-04T12:59:29+00:00", "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, "installation-source": "dist", - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php54\\": "" - }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "German Morales", + "email": "geedmo.ds@gmail.com", + "homepage": "http://geedmo.com" } ], - "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", - "homepage": "https://symfony.com", + "description": "Yet another megamenu for Bootstrap 3.x", + "homepage": "http://geedmo.github.io/yamm3/", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" + "bootstrap", + "megadropdown", + "megamenu" ] }, { - "name": "symfony/polyfill-mbstring", - "version": "v1.4.0", - "version_normalized": "1.4.0.0", + "name": "grom358/pharborist", + "version": "dev-master", + "version_normalized": "9999999-dev", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "f29dca382a6485c3cbe6379f0c61230167681937" + "url": "https://github.com/grom358/pharborist.git", + "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937", - "reference": "f29dca382a6485c3cbe6379f0c61230167681937", + "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6", + "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.4", + "phpdocumentor/reflection-docblock": "2.0.*" }, - "suggest": { - "ext-mbstring": "For best performance" + "require-dev": { + "apigen/apigen": "2.8.*", + "phpunit/phpunit": "4.2.*" }, - "time": "2017-06-09T14:24:12+00:00", + "time": "2015-09-20T22:14:29+00:00", "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "installation-source": "dist", + "installation-source": "source", "autoload": { "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" - ] + "Pharborist\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Cameron Zemek", + "role": "lead" } ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", + "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.", "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" + "standards", + "syntax" ] }, { - "name": "symfony/http-foundation", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "guzzlehttp/guzzle", + "version": "6.3.0", + "version_normalized": "6.3.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/http-foundation.git", - "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5" + "url": "https://github.com/guzzle/guzzle.git", + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/de8d8e83b9ec898e14ef8db84cee5919753b2ae5", - "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", "shasum": "" }, "require": { - "php": ">=5.3.9", - "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php54": "~1.0", - "symfony/polyfill-php55": "~1.0" + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.4", + "php": ">=5.5" }, "require-dev": { - "symfony/expression-language": "~2.4|~3.0.0" + "ext-curl": "*", + "phpunit/phpunit": "^4.0 || ^5.0", + "psr/log": "^1.0" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" }, - "time": "2017-06-01T20:52:29+00:00", + "time": "2017-06-22T18:50:49+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "6.2-dev" } }, "installation-source": "dist", "autoload": { + "files": [ + "src/functions_include.php" + ], "psr-4": { - "Symfony\\Component\\HttpFoundation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -7501,49 +7624,58 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" } ], - "description": "Symfony HttpFoundation Component", - "homepage": "https://symfony.com" + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ] }, { - "name": "symfony/expression-language", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "guzzlehttp/promises", + "version": "v1.3.1", + "version_normalized": "1.3.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/expression-language.git", - "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01" + "url": "https://github.com/guzzle/promises.git", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/2b8394d92f012fe3410e55e28c24fd90c9864a01", - "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01", + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": ">=5.5.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0" }, - "time": "2017-06-01T20:52:29+00:00", + "time": "2016-12-20T10:07:11+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "1.4-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Symfony\\Component\\ExpressionLanguage\\": "" + "GuzzleHttp\\Promise\\": "src/" }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -7552,56 +7684,55 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" } ], - "description": "Symfony ExpressionLanguage Component", - "homepage": "https://symfony.com" + "description": "Guzzle promises library", + "keywords": [ + "promise" + ] }, { - "name": "symfony/dom-crawler", - "version": "v3.2.9", - "version_normalized": "3.2.9.0", + "name": "guzzlehttp/psr7", + "version": "1.4.2", + "version_normalized": "1.4.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/dom-crawler.git", - "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716" + "url": "https://github.com/guzzle/psr7.git", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3d0e66d86f5eeaffa44edc884ce09322be8f4716", - "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "shasum": "" }, "require": { - "php": ">=5.5.9", - "symfony/polyfill-mbstring": "~1.0" + "php": ">=5.4.0", + "psr/http-message": "~1.0" }, - "require-dev": { - "symfony/css-selector": "~2.8|~3.0" + "provide": { + "psr/http-message-implementation": "1.0" }, - "suggest": { - "symfony/css-selector": "" + "require-dev": { + "phpunit/phpunit": "~4.0" }, - "time": "2017-05-25T22:59:05+00:00", + "time": "2017-03-20T17:10:46+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-master": "1.4-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Symfony\\Component\\DomCrawler\\": "" + "GuzzleHttp\\Psr7\\": "src/" }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -7610,246 +7741,217 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Tobias Schultze", + "homepage": "https://github.com/Tobion" } ], - "description": "Symfony DomCrawler Component", - "homepage": "https://symfony.com" + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "request", + "response", + "stream", + "uri", + "url" + ] }, { - "name": "symfony/css-selector", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "instaclick/php-webdriver", + "version": "1.4.5", + "version_normalized": "1.4.5.0", "source": { "type": "git", - "url": "https://github.com/symfony/css-selector.git", - "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab" + "url": "https://github.com/instaclick/php-webdriver.git", + "reference": "6fa959452e774dcaed543faad3a9d1a37d803327" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/ba3204654efa779691fac9e948a96b4a7067e4ab", - "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab", + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327", + "reference": "6fa959452e774dcaed543faad3a9d1a37d803327", "shasum": "" }, "require": { - "php": ">=5.3.9" + "ext-curl": "*", + "php": ">=5.3.2" }, - "time": "2017-05-01T14:31:55+00:00", + "require-dev": { + "phpunit/phpunit": "^4.8", + "satooshi/php-coveralls": "^1.0||^2.0" + }, + "time": "2017-06-30T04:02:48+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "1.4.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\CssSelector\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "psr-0": { + "WebDriver": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "Apache-2.0" ], "authors": [ { - "name": "Jean-François Simon", - "email": "jeanfrancois.simon@sensiolabs.com" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Justin Bishop", + "email": "jubishop@gmail.com", + "role": "Developer" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Anthon Pang", + "email": "apang@softwaredevelopment.ca", + "role": "Fork Maintainer" } ], - "description": "Symfony CssSelector Component", - "homepage": "https://symfony.com" + "description": "PHP WebDriver for Selenium 2", + "homepage": "http://instaclick.com/", + "keywords": [ + "browser", + "selenium", + "webdriver", + "webtest" + ] }, { - "name": "symfony/var-dumper", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "j7mbo/twitter-api-php", + "version": "1.0.6", + "version_normalized": "1.0.6.0", "source": { "type": "git", - "url": "https://github.com/symfony/var-dumper.git", - "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152" + "url": "https://github.com/J7mbo/twitter-api-php.git", + "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8108f6200e8a1cf999df2691431a2d71e6db1152", - "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152", + "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7", + "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7", "shasum": "" }, "require": { - "php": ">=5.3.9", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + "ext-curl": "*" }, "require-dev": { - "ext-iconv": "*", - "twig/twig": "~1.34|~2.4" - }, - "suggest": { - "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", - "ext-symfony_debug": "" + "phpunit/phpunit": "~4.5,>=4.5.1" }, - "time": "2017-06-02T08:28:06+00:00", + "time": "2017-05-08T12:10:56+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { - "files": [ - "Resources/functions/dump.php" - ], - "psr-4": { - "Symfony\\Component\\VarDumper\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "TwitterAPIExchange.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GNU Public License" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "James Mallison", + "homepage": "https://github.com/j7mbo/twitter-api-php" } ], - "description": "Symfony mechanism for exploring and dumping PHP variables", - "homepage": "https://symfony.com", + "description": "Simple PHP Wrapper for Twitter API v1.1 calls", + "homepage": "https://github.com/j7mbo/twitter-api-php", "keywords": [ - "debug", - "dump" + "api", + "php", + "twitter" ] }, { - "name": "symfony/debug", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "jakub-onderka/php-console-color", + "version": "0.1", + "version_normalized": "0.1.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b" + "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", + "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/8470d7701177a88edeb0cec59b44d50ef4477e9b", - "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b", + "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", + "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", "shasum": "" }, "require": { - "php": ">=5.3.9", - "psr/log": "~1.0" - }, - "conflict": { - "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" + "php": ">=5.3.2" }, "require-dev": { - "symfony/class-loader": "~2.2|~3.0.0", - "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0" + "jakub-onderka/php-code-style": "1.0", + "jakub-onderka/php-parallel-lint": "0.*", + "jakub-onderka/php-var-dump-check": "0.*", + "phpunit/phpunit": "3.7.*", + "squizlabs/php_codesniffer": "1.*" }, - "time": "2017-06-01T20:52:29+00:00", + "time": "2014-04-08T15:00:19+00:00", "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "psr-0": { + "JakubOnderka\\PhpConsoleColor": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-2-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Jakub Onderka", + "email": "jakub.onderka@gmail.com", + "homepage": "http://www.acci.cz" } - ], - "description": "Symfony Debug Component", - "homepage": "https://symfony.com" + ] }, { - "name": "symfony/console", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "jakub-onderka/php-console-highlighter", + "version": "v0.3.2", + "version_normalized": "0.3.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462" + "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", + "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/3ef6ef64abecd566d551d9e7f6393ac6e93b2462", - "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462", + "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", + "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", "shasum": "" }, "require": { - "php": ">=5.3.9", - "symfony/debug": "^2.7.2|~3.0.0", - "symfony/polyfill-mbstring": "~1.0" + "jakub-onderka/php-console-color": "~0.1", + "php": ">=5.3.0" }, "require-dev": { - "psr/log": "~1.0", - "symfony/event-dispatcher": "~2.1|~3.0.0", - "symfony/process": "~2.1|~3.0.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/process": "" + "jakub-onderka/php-code-style": "~1.0", + "jakub-onderka/php-parallel-lint": "~0.5", + "jakub-onderka/php-var-dump-check": "~0.1", + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "~1.5" }, - "time": "2017-06-02T14:36:56+00:00", + "time": "2015-04-20T18:58:01+00:00", "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "psr-0": { + "JakubOnderka\\PhpConsoleHighlighter": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -7857,70 +7959,48 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Jakub Onderka", + "email": "acci@acci.cz", + "homepage": "http://www.acci.cz/" } - ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com" + ] }, { - "name": "psy/psysh", - "version": "v0.8.7", - "version_normalized": "0.8.7.0", + "name": "jcalderonzumba/gastonjs", + "version": "v1.0.3", + "version_normalized": "1.0.3.0", "source": { "type": "git", - "url": "https://github.com/bobthecow/psysh.git", - "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50" + "url": "https://github.com/jcalderonzumba/gastonjs.git", + "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/be969b9dc89dcaefdb9a3117fa91fa38bca19f50", - "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50", + "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a", + "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a", "shasum": "" }, "require": { - "dnoegel/php-xdg-base-dir": "0.1", - "jakub-onderka/php-console-highlighter": "0.3.*", - "nikic/php-parser": "~1.3|~2.0|~3.0", - "php": ">=5.3.9", - "symfony/console": "~2.3.10|^2.4.2|~3.0", - "symfony/var-dumper": "~2.7|~3.0" + "guzzlehttp/guzzle": "~5.0|~6.0", + "php": ">=5.4" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~1.11", - "hoa/console": "~3.16|~1.14", - "phpunit/phpunit": "~4.4|~5.0", - "symfony/finder": "~2.1|~3.0" - }, - "suggest": { - "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", - "ext-pdo-sqlite": "The doc command requires SQLite to work.", - "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", - "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." + "phpunit/phpunit": "~4.6", + "silex/silex": "~1.2", + "symfony/phpunit-bridge": "~2.7", + "symfony/process": "~2.1" }, - "time": "2017-06-20T12:51:31+00:00", - "bin": [ - "bin/psysh" - ], - "type": "library", + "time": "2016-05-04T16:27:07+00:00", + "type": "phantomjs-api", "extra": { "branch-alias": { - "dev-develop": "0.8.x-dev" + "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { - "files": [ - "src/Psy/functions.php" - ], "psr-4": { - "Psy\\": "src/Psy/" + "Zumba\\GastonJS\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -7929,96 +8009,117 @@ ], "authors": [ { - "name": "Justin Hileman", - "email": "justin@justinhileman.info", - "homepage": "http://justinhileman.com" + "name": "Juan Francisco Calderón Zumba", + "email": "juanfcz@gmail.com", + "homepage": "http://github.com/jcalderonzumba" } ], - "description": "An interactive shell for modern PHP.", - "homepage": "http://psysh.org", + "description": "PhantomJS API based server for webpage automation", + "homepage": "https://github.com/jcalderonzumba/gastonjs", "keywords": [ - "REPL", - "console", - "interactive", - "shell" + "api", + "automation", + "browser", + "headless", + "phantomjs" ] }, { - "name": "gabordemooij/redbean", - "version": "v4.3.4", - "version_normalized": "4.3.4.0", + "name": "jcalderonzumba/mink-phantomjs-driver", + "version": "v0.3.3", + "version_normalized": "0.3.3.0", "source": { "type": "git", - "url": "https://github.com/gabordemooij/redbean.git", - "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0" + "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git", + "reference": "008f43670e94acd39273d15add1e7348eb23848d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/d0944d7f966d7f45a0d973981fe3f64aff0050f0", - "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0", + "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d", + "reference": "008f43670e94acd39273d15add1e7348eb23848d", "shasum": "" }, "require": { - "php": ">=5.3.4" + "behat/mink": "~1.7", + "jcalderonzumba/gastonjs": "~1.0", + "php": ">=5.4", + "twig/twig": "~1.20|~2.0" + }, + "require-dev": { + "mink/driver-testsuite": "dev-master", + "phpunit/phpunit": "~4.6" + }, + "time": "2016-12-01T10:57:30+00:00", + "type": "mink-driver", + "extra": { + "branch-alias": { + "dev-master": "0.4.x-dev" + } }, - "time": "2017-03-07T22:26:54+00:00", - "type": "library", "installation-source": "dist", "autoload": { "psr-4": { - "RedBeanPHP\\": "RedBeanPHP" + "Zumba\\Mink\\Driver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "New BSD and GPLv2" + "MIT" ], "authors": [ { - "name": "Gabor de Mooij", - "email": "gabor@redbeanphp.com", - "homepage": "http://redbeanphp.com" + "name": "Juan Francisco Calderón Zumba", + "email": "juanfcz@gmail.com", + "homepage": "http://github.com/jcalderonzumba" } ], - "description": "RedBeanPHP ORM", - "homepage": "http://redbeanphp.com/", + "description": "PhantomJS driver for Mink framework", + "homepage": "http://mink.behat.org/", "keywords": [ - "orm" + "ajax", + "browser", + "headless", + "javascript", + "phantomjs", + "testing" ] }, { - "name": "symfony/yaml", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "masterminds/html5", + "version": "2.3.0", + "version_normalized": "2.3.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5" + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "2c37c6c520b995b761674de3be8455a381679067" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5", - "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067", + "reference": "2c37c6c520b995b761674de3be8455a381679067", "shasum": "" }, "require": { - "php": ">=5.3.9" + "ext-libxml": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "sami/sami": "~2.0", + "satooshi/php-coveralls": "1.0.*" }, - "time": "2017-06-01T20:52:29+00:00", + "time": "2017-09-04T12:26:28+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.2-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Masterminds\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -8026,187 +8127,235 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Matt Butcher", + "email": "technosophos@gmail.com" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" + }, + { + "name": "Matt Farina", + "email": "matt@mattfarina.com" } ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com" + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", + "keywords": [ + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" + ] }, { - "name": "symfony/finder", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "mehrpadin/superfish", + "version": "2.1", + "version_normalized": "2.1.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad" + "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": "" + }, + "time": "2017-05-30T13:00:18+00:00", + "type": "drupal-library", + "installation-source": "dist", + "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" + ] + }, + { + "name": "michelf/php-markdown", + "version": "1.7.0", + "version_normalized": "1.7.0.0", + "source": { + "type": "git", + "url": "https://github.com/michelf/php-markdown.git", + "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/4f4e84811004e065a3bb5ceeb1d9aa592630f9ad", - "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad", + "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220", + "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": ">=5.3.0" }, - "time": "2017-06-01T20:52:29+00:00", + "time": "2016-10-29T18:58:20+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-lib": "1.4.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "psr-0": { + "Michelf": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Michel Fortin", + "email": "michel.fortin@michelf.ca", + "homepage": "https://michelf.ca/", + "role": "Developer" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "John Gruber", + "homepage": "https://daringfireball.net/" } ], - "description": "Symfony Finder Component", - "homepage": "https://symfony.com" + "description": "PHP Markdown", + "homepage": "https://michelf.ca/projects/php-markdown/", + "keywords": [ + "markdown" + ] }, { - "name": "drupal/console-extend-plugin", - "version": "0.8.0", - "version_normalized": "0.8.0.0", + "name": "mikey179/vfsStream", + "version": "v1.6.4", + "version_normalized": "1.6.4.0", "source": { "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", - "reference": "d69ffe413259781c4257ab42bd79c9da9042e87e" + "url": "https://github.com/mikey179/vfsStream.git", + "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/d69ffe413259781c4257ab42bd79c9da9042e87e", - "reference": "d69ffe413259781c4257ab42bd79c9da9042e87e", + "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592", + "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0", - "symfony/finder": ">=2.7 <3.0", - "symfony/yaml": ">=2.7 <3.0" + "php": ">=5.3.0" }, - "time": "2017-06-08T16:06:59+00:00", - "type": "composer-plugin", + "require-dev": { + "phpunit/phpunit": "~4.5" + }, + "time": "2016-07-18T14:02:57+00:00", + "type": "library", "extra": { - "class": "Drupal\\Console\\Composer\\Plugin\\Extender" + "branch-alias": { + "dev-master": "1.6.x-dev" + } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Drupal\\Console\\Composer\\Plugin\\": "src" + "psr-0": { + "org\\bovigo\\vfs\\": "src/main/php" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "BSD-3-Clause" ], "authors": [ { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com" + "name": "Frank Kleine", + "homepage": "http://frankkleine.de/", + "role": "Developer" } ], - "description": "Drupal Console Extend Plugin" + "description": "Virtual file system to mock the real file system in unit tests.", + "homepage": "http://vfs.bovigo.org/" }, { - "name": "webflo/drupal-finder", - "version": "0.3.0", - "version_normalized": "0.3.0.0", + "name": "mkalkbrenner/php-htmldiff-advanced", + "version": "0.0.8", + "version_normalized": "0.0.8.0", "source": { "type": "git", - "url": "https://github.com/webflo/drupal-finder.git", - "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b" + "url": "https://github.com/mkalkbrenner/php-htmldiff.git", + "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/6ef150707aad1755d91f9b0d2108bcc16661e76b", - "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b", + "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9", + "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9", "shasum": "" }, - "require-dev": { - "mikey179/vfsstream": "^1.6", - "phpunit/phpunit": "^4.8" + "require": { + "caxy/php-htmldiff": ">=0.0.6", + "php": ">=5.5.0" }, - "time": "2017-05-04T08:54:02+00:00", + "time": "2016-07-25T17:07:32+00:00", "type": "library", "installation-source": "dist", "autoload": { - "classmap": [ - "src/DrupalFinder.php" + "files": [ + "src/HtmlDiffAdvancedInterface.php", + "src/HtmlDiffAdvanced.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Florian Weber", - "email": "florian@webflo.org" - } + "GNU General Public License V2" ], - "description": "Helper class to locate a Drupal installation from a given path." + "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" + ] }, { - "name": "twig/twig", - "version": "v1.34.3", - "version_normalized": "1.34.3.0", + "name": "nikic/php-parser", + "version": "v3.1.5", + "version_normalized": "3.1.5.0", "source": { "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e" + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/451c6f4197e113e24c1c85bc3fc8c2d77adeff2e", - "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", + "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", "shasum": "" }, "require": { - "php": ">=5.3.3" + "ext-tokenizer": "*", + "php": ">=5.5" }, "require-dev": { - "psr/container": "^1.0", - "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~3.3@dev" + "phpunit/phpunit": "~4.0|~5.0" }, - "time": "2017-06-07T18:45:17+00:00", + "time": "2018-02-28T20:30:58+00:00", + "bin": [ + "bin/php-parse" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.34-dev" + "dev-master": "3.0-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Twig_": "lib/" - }, "psr-4": { - "Twig\\": "src/" + "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", @@ -8215,75 +8364,45 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "http://twig.sensiolabs.org/contributors", - "role": "Contributors" + "name": "Nikita Popov" } ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", + "description": "A PHP parser written in PHP", "keywords": [ - "templating" + "parser", + "php" ] }, { - "name": "symfony/translation", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "paragonie/random_compat", + "version": "v2.0.11", + "version_normalized": "2.0.11.0", "source": { "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46" + "url": "https://github.com/paragonie/random_compat.git", + "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/14db4cc1172a722aaa3b558bfa8eff593b43cd46", - "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", + "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", "shasum": "" }, "require": { - "php": ">=5.3.9", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/config": "<2.7" + "php": ">=5.2.0" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.8", - "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", - "symfony/yaml": "~2.2|~3.0.0" + "phpunit/phpunit": "4.*|5.*" }, "suggest": { - "psr/log": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, - "time": "2017-06-01T20:52:29+00:00", + "time": "2017-09-27T21:40:39+00:00", "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -8292,101 +8411,114 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" } ], - "description": "Symfony Translation Component", - "homepage": "https://symfony.com" + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "pseudorandom", + "random" + ] }, { - "name": "symfony/process", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "pear/console_table", + "version": "v1.3.1", + "version_normalized": "1.3.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9" + "url": "https://github.com/pear/Console_Table.git", + "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d54232f5682fda2f8bbebff7c81b864646867ab9", - "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9", + "url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea", + "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": ">=5.2.0" }, - "time": "2017-05-08T01:19:21+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } + "suggest": { + "pear/Console_Color2": ">=0.1.2" }, + "time": "2018-01-25T20:47:17+00:00", + "type": "library", "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "Table.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-2-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Jan Schneider", + "homepage": "http://pear.php.net/user/yunosh" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Tal Peer", + "homepage": "http://pear.php.net/user/tal" + }, + { + "name": "Xavier Noguer", + "homepage": "http://pear.php.net/user/xnoguer" + }, + { + "name": "Richard Heyes", + "homepage": "http://pear.php.net/user/richard" } ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com" + "description": "Library that makes it easy to build console style tables.", + "homepage": "http://pear.php.net/package/Console_Table/", + "keywords": [ + "console" + ] }, { - "name": "symfony/filesystem", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "phpdocumentor/reflection-docblock", + "version": "2.0.5", + "version_normalized": "2.0.5.0", "source": { "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c" + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/19c11158da8d110cc5289c063bf2ec4cc1ce9e7c", - "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", + "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" }, - "time": "2017-05-28T14:07:33+00:00", + "suggest": { + "dflydev/markdown": "~1.0", + "erusev/parsedown": "~1.0" + }, + "time": "2016-01-25T08:17:30+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.0.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\Filesystem\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "psr-0": { + "phpDocumentor": [ + "src/" + ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -8394,61 +8526,49 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" } - ], - "description": "Symfony Filesystem Component", - "homepage": "https://symfony.com" + ] }, { - "name": "symfony/event-dispatcher", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "phpspec/prophecy", + "version": "1.7.5", + "version_normalized": "1.7.5.0", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d" + "url": "https://github.com/phpspec/prophecy.git", + "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d", - "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401", + "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401", "shasum": "" }, "require": { - "php": ">=5.3.9" + "doctrine/instantiator": "^1.0.2", + "php": "^5.3|^7.0", + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", + "sebastian/comparator": "^1.1|^2.0", + "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "^2.0.5|~3.0.0", - "symfony/dependency-injection": "~2.6|~3.0.0", - "symfony/expression-language": "~2.6|~3.0.0", - "symfony/stopwatch": "~2.3|~3.0.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "phpspec/phpspec": "^2.5|^3.2", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" }, - "time": "2017-06-02T07:47:27+00:00", + "time": "2018-02-19T10:16:54+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "1.7.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "psr-0": { + "Prophecy\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -8456,565 +8576,446 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" } ], - "description": "Symfony EventDispatcher Component", - "homepage": "https://symfony.com" + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ] }, { - "name": "symfony/dependency-injection", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "phpunit/php-code-coverage", + "version": "2.2.4", + "version_normalized": "2.2.4.0", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075" + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075", - "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", + "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", "shasum": "" }, "require": { - "php": ">=5.3.9" - }, - "conflict": { - "symfony/expression-language": "<2.6" + "php": ">=5.3.3", + "phpunit/php-file-iterator": "~1.3", + "phpunit/php-text-template": "~1.2", + "phpunit/php-token-stream": "~1.3", + "sebastian/environment": "^1.3.2", + "sebastian/version": "~1.0" }, "require-dev": { - "symfony/config": "~2.2|~3.0.0", - "symfony/expression-language": "~2.6|~3.0.0", - "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7" + "ext-xdebug": ">=2.1.4", + "phpunit/phpunit": "~4" }, "suggest": { - "symfony/config": "", - "symfony/expression-language": "For using expressions in service container configuration", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" + "ext-dom": "*", + "ext-xdebug": ">=2.2.1", + "ext-xmlwriter": "*" }, - "time": "2017-06-02T14:36:56+00:00", + "time": "2015-10-06T15:47:00+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.2.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" } ], - "description": "Symfony DependencyInjection Component", - "homepage": "https://symfony.com" + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ] }, { - "name": "symfony/config", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "phpunit/php-file-iterator", + "version": "1.4.5", + "version_normalized": "1.4.5.0", "source": { "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "0b8541d18507d10204a08384640ff6df3c739ebe" + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe", - "reference": "0b8541d18507d10204a08384640ff6df3c739ebe", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "" }, "require": { - "php": ">=5.3.9", - "symfony/filesystem": "~2.3|~3.0.0" - }, - "require-dev": { - "symfony/yaml": "~2.7|~3.0.0" + "php": ">=5.3.3" }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" - }, - "time": "2017-04-12T14:07:15+00:00", + "time": "2017-11-27T13:52:08+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "1.4.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" } ], - "description": "Symfony Config Component", - "homepage": "https://symfony.com" + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ] }, { - "name": "drupal/console-en", - "version": "1.0.0-rc21", - "version_normalized": "1.0.0.0-RC21", + "name": "phpunit/php-text-template", + "version": "1.2.1", + "version_normalized": "1.2.1.0", "source": { "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-en.git", - "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0" + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/b6f563b8760c3b19aad22dd213a9cfba2f2c75d0", - "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, - "time": "2017-05-20T23:29:05+00:00", - "type": "drupal-console-language", + "require": { + "php": ">=5.3.3" + }, + "time": "2015-06-21T13:50:34+00:00", + "type": "library", "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "BSD-3-Clause" ], "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" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Drupal Console English Language", - "homepage": "http://drupalconsole.com/", + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ - "console", - "development", - "drupal", - "symfony" + "template" ] }, { - "name": "drupal/console-core", - "version": "1.0.0-rc21", - "version_normalized": "1.0.0.0-RC21", + "name": "phpunit/php-timer", + "version": "1.0.9", + "version_normalized": "1.0.9.0", "source": { "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "a473a27292110e5f50e0ae8df36d38449ce55903" + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/a473a27292110e5f50e0ae8df36d38449ce55903", - "reference": "a473a27292110e5f50e0ae8df36d38449ce55903", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "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" + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + }, + "time": "2017-02-26T11:10:40+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } }, - "time": "2017-06-07T15:57:23+00:00", - "type": "project", "installation-source": "dist", "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "Drupal\\Console\\Core\\": "src" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "BSD-3-Clause" ], "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" + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" } ], - "description": "Drupal Console Core", - "homepage": "http://drupalconsole.com/", + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ - "console", - "development", - "drupal", - "symfony" + "timer" ] }, { - "name": "doctrine/collections", - "version": "v1.4.0", - "version_normalized": "1.4.0.0", + "name": "phpunit/php-token-stream", + "version": "1.4.12", + "version_normalized": "1.4.12.0", "source": { "type": "git", - "url": "https://github.com/doctrine/collections.git", - "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" + "url": "https://github.com/sebastianbergmann/php-token-stream.git", + "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", - "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", + "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "ext-tokenizer": "*", + "php": ">=5.3.3" }, "require-dev": { - "doctrine/coding-standard": "~0.1@dev", - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "~4.2" }, - "time": "2017-01-03T10:49:41+00:00", + "time": "2017-12-04T08:55:13+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "1.4-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Doctrine\\Common\\Collections\\": "lib/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Collections Abstraction library", - "homepage": "http://www.doctrine-project.org", + "description": "Wrapper around PHP's tokenizer extension.", + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ - "array", - "collections", - "iterator" + "tokenizer" ] }, { - "name": "drupal/console", - "version": "1.0.0-rc21", - "version_normalized": "1.0.0.0-RC21", + "name": "phpunit/phpunit", + "version": "4.8.36", + "version_normalized": "4.8.36.0", "source": { "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console.git", - "reference": "e01db040db734b2f8b30921ababc53ce51d01896" + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/e01db040db734b2f8b30921ababc53ce51d01896", - "reference": "e01db040db734b2f8b30921ababc53ce51d01896", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", + "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", "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" + "ext-dom": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-reflection": "*", + "ext-spl": "*", + "php": ">=5.3.3", + "phpspec/prophecy": "^1.3.1", + "phpunit/php-code-coverage": "~2.1", + "phpunit/php-file-iterator": "~1.4", + "phpunit/php-text-template": "~1.2", + "phpunit/php-timer": "^1.0.6", + "phpunit/phpunit-mock-objects": "~2.3", + "sebastian/comparator": "~1.2.2", + "sebastian/diff": "~1.2", + "sebastian/environment": "~1.3", + "sebastian/exporter": "~1.2", + "sebastian/global-state": "~1.0", + "sebastian/version": "~1.0", + "symfony/yaml": "~2.1|~3.0" }, - "time": "2017-06-07T16:21:12+00:00", + "suggest": { + "phpunit/php-invoker": "~1.1" + }, + "time": "2017-06-21T08:07:12+00:00", "bin": [ - "bin/drupal" + "phpunit" ], - "type": "project", - "installation-source": "dist", - "autoload": { - "psr-4": { - "Drupal\\Console\\": "src" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.8.x-dev" } }, - "notification-url": "https://packagist.org/downloads/", + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "BSD-3-Clause" ], "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" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.", - "homepage": "http://drupalconsole.com/", + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", "keywords": [ - "console", - "development", - "drupal", - "symfony" + "phpunit", + "testing", + "xunit" ] }, { - "name": "symfony/http-kernel", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "phpunit/phpunit-mock-objects", + "version": "2.3.8", + "version_normalized": "2.3.8.0", "source": { "type": "git", - "url": "https://github.com/symfony/http-kernel.git", - "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4" + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4", - "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", "shasum": "" }, "require": { - "php": ">=5.3.9", - "psr/log": "~1.0", - "symfony/debug": "^2.6.2", - "symfony/event-dispatcher": "^2.6.7|~3.0.0", - "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6" - }, - "conflict": { - "symfony/config": "<2.7", - "twig/twig": "<1.34|<2.4,>=2" + "doctrine/instantiator": "^1.0.2", + "php": ">=5.3.3", + "phpunit/php-text-template": "~1.2", + "sebastian/exporter": "~1.2" }, "require-dev": { - "symfony/browser-kit": "~2.3|~3.0.0", - "symfony/class-loader": "~2.1|~3.0.0", - "symfony/config": "~2.8", - "symfony/console": "~2.3|~3.0.0", - "symfony/css-selector": "^2.0.5|~3.0.0", - "symfony/dependency-injection": "~2.8|~3.0.0", - "symfony/dom-crawler": "^2.0.5|~3.0.0", - "symfony/expression-language": "~2.4|~3.0.0", - "symfony/finder": "^2.0.5|~3.0.0", - "symfony/process": "^2.0.5|~3.0.0", - "symfony/routing": "~2.8|~3.0.0", - "symfony/stopwatch": "~2.3|~3.0.0", - "symfony/templating": "~2.2|~3.0.0", - "symfony/translation": "^2.0.5|~3.0.0", - "symfony/var-dumper": "~2.6|~3.0.0" + "phpunit/phpunit": "~4.4" }, "suggest": { - "symfony/browser-kit": "", - "symfony/class-loader": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "", - "symfony/finder": "", - "symfony/var-dumper": "" + "ext-soap": "*" }, - "time": "2017-06-07T20:12:31+00:00", + "time": "2015-10-02T06:51:40+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.3.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\HttpKernel\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" } ], - "description": "Symfony HttpKernel Component", - "homepage": "https://symfony.com" + "description": "Mock Object library for PHPUnit", + "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", + "keywords": [ + "mock", + "xunit" + ] }, { - "name": "symfony/routing", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "psr/container", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/routing.git", - "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19" + "url": "https://github.com/php-fig/container.git", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/d428588038f13a0e5771a2a8ccbc9de46bba9a19", - "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { - "php": ">=5.3.9" - }, - "conflict": { - "symfony/config": "<2.7" - }, - "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/common": "~2.2", - "psr/log": "~1.0", - "symfony/config": "~2.7|~3.0.0", - "symfony/expression-language": "~2.4|~3.0.0", - "symfony/http-foundation": "~2.3|~3.0.0", - "symfony/yaml": "^2.0.5|~3.0.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation loader", - "symfony/config": "For using the all-in-one router or any loader", - "symfony/dependency-injection": "For loading routes from a service", - "symfony/expression-language": "For using expression matching", - "symfony/http-foundation": "For using a Symfony Request object", - "symfony/yaml": "For using the YAML loader" + "php": ">=5.3.0" }, - "time": "2017-06-01T20:52:29+00:00", + "time": "2017-02-14T16:28:37+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Symfony\\Component\\Routing\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Psr\\Container\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -9022,65 +9023,49 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Symfony Routing Component", - "homepage": "https://symfony.com", + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", "keywords": [ - "router", - "routing", - "uri", - "url" + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" ] }, { - "name": "symfony-cmf/routing", - "version": "1.4.1", - "version_normalized": "1.4.1.0", + "name": "psr/http-message", + "version": "1.0.1", + "version_normalized": "1.0.1.0", "source": { "type": "git", - "url": "https://github.com/symfony-cmf/routing.git", - "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac" + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", - "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { - "php": "^5.3.9|^7.0", - "psr/log": "1.*", - "symfony/http-kernel": "^2.2|3.*", - "symfony/routing": "^2.2|3.*" - }, - "require-dev": { - "friendsofsymfony/jsrouting-bundle": "^1.1", - "symfony-cmf/testing": "^1.3", - "symfony/config": "^2.2|3.*", - "symfony/dependency-injection": "^2.0.5|3.*", - "symfony/event-dispatcher": "^2.1|3.*" - }, - "suggest": { - "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)" + "php": ">=5.3.0" }, - "time": "2017-05-09T08:10:41+00:00", + "time": "2016-08-06T14:39:51+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Symfony\\Cmf\\Component\\Routing\\": "" + "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -9089,47 +9074,51 @@ ], "authors": [ { - "name": "Symfony CMF Community", - "homepage": "https://github.com/symfony-cmf/Routing/contributors" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers", - "homepage": "http://cmf.symfony.com", + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", "keywords": [ - "database", - "routing" + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" ] }, { - "name": "symfony/polyfill-apcu", - "version": "v1.4.0", - "version_normalized": "1.4.0.0", + "name": "psr/log", + "version": "1.0.2", + "version_normalized": "1.0.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-apcu.git", - "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2" + "url": "https://github.com/php-fig/log.git", + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/2e7965b8cdfbba50d0092d3f6dca97dddec409e2", - "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2", + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.3.0" }, - "time": "2017-06-09T08:25:21+00:00", + "time": "2016-10-10T12:19:37+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { - "files": [ - "bootstrap.php" - ] + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -9137,61 +9126,71 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", - "homepage": "https://symfony.com", + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", "keywords": [ - "apcu", - "compatibility", - "polyfill", - "portable", - "shim" + "log", + "psr", + "psr-3" ] }, { - "name": "symfony/class-loader", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "psy/psysh", + "version": "v0.8.17", + "version_normalized": "0.8.17.0", "source": { "type": "git", - "url": "https://github.com/symfony/class-loader.git", - "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc" + "url": "https://github.com/bobthecow/psysh.git", + "reference": "5069b70e8c4ea492c2b5939b6eddc78bfe41cfec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/class-loader/zipball/48b96f2fa9bf394cb428aced8efb28709ab54cfc", - "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/5069b70e8c4ea492c2b5939b6eddc78bfe41cfec", + "reference": "5069b70e8c4ea492c2b5939b6eddc78bfe41cfec", "shasum": "" }, "require": { + "dnoegel/php-xdg-base-dir": "0.1", + "jakub-onderka/php-console-highlighter": "0.3.*", + "nikic/php-parser": "~1.3|~2.0|~3.0", "php": ">=5.3.9", - "symfony/polyfill-apcu": "~1.1" + "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0", + "symfony/var-dumper": "~2.7|~3.0|~4.0" }, "require-dev": { - "symfony/finder": "^2.0.5|~3.0.0" + "hoa/console": "~3.16|~1.14", + "phpunit/phpunit": "^4.8.35|^5.4.3", + "symfony/finder": "~2.1|~3.0|~4.0" + }, + "suggest": { + "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", + "ext-pdo-sqlite": "The doc command requires SQLite to work.", + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", + "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." }, - "time": "2017-06-01T20:52:29+00:00", + "time": "2017-12-28T16:14:16+00:00", + "bin": [ + "bin/psysh" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-develop": "0.8.x-dev" } }, "installation-source": "dist", "autoload": { + "files": [ + "src/Psy/functions.php" + ], "psr-4": { - "Symfony\\Component\\ClassLoader\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Psy\\": "src/Psy/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -9199,245 +9198,304 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Justin Hileman", + "email": "justin@justinhileman.info", + "homepage": "http://justinhileman.com" } ], - "description": "Symfony ClassLoader Component", - "homepage": "https://symfony.com" + "description": "An interactive shell for modern PHP.", + "homepage": "http://psysh.org", + "keywords": [ + "REPL", + "console", + "interactive", + "shell" + ] }, { - "name": "symfony/polyfill-iconv", - "version": "v1.4.0", - "version_normalized": "1.4.0.0", + "name": "roave/security-advisories", + "version": "dev-master", + "version_normalized": "9999999-dev", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9" + "url": "https://github.com/Roave/SecurityAdvisories.git", + "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ae1347fa81423b67dbc232c8c111facb367ff8b9", - "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/626c97bd5b45a08db902a0fb0b13f58f3785b439", + "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439", "shasum": "" }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-iconv": "For best performance" - }, - "time": "2017-06-09T08:25:21+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Iconv\\": "" - }, - "files": [ - "bootstrap.php" - ] + "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" }, + "time": "2017-07-28T07:54:11+00:00", + "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "role": "maintainer" } ], - "description": "Symfony polyfill for the Iconv extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "iconv", - "polyfill", - "portable", - "shim" - ] + "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it" }, { - "name": "symfony/serializer", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "sebastian/comparator", + "version": "1.2.4", + "version_normalized": "1.2.4.0", "source": { "type": "git", - "url": "https://github.com/symfony/serializer.git", - "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2" + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/c6ccf71a899711efa21b0a98150b2c0af08f3cb2", - "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "shasum": "" }, "require": { - "php": ">=5.3.9", - "symfony/polyfill-php55": "~1.0" + "php": ">=5.3.3", + "sebastian/diff": "~1.2", + "sebastian/exporter": "~1.2 || ~2.0" }, "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/cache": "~1.0", - "symfony/config": "~2.2|~3.0.0", - "symfony/property-access": "~2.3|~3.0.0", - "symfony/yaml": "^2.0.5|~3.0.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", - "symfony/config": "For using the XML mapping loader.", - "symfony/property-access": "For using the ObjectNormalizer.", - "symfony/yaml": "For using the default YAML mapping loader." + "phpunit/phpunit": "~4.4" }, - "time": "2017-06-01T20:52:29+00:00", + "time": "2017-01-29T09:50:25+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "1.2.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\Serializer\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Serializer Component", - "homepage": "https://symfony.com" - }, - { - "name": "symfony/validator", - "version": "v2.8.22", - "version_normalized": "2.8.22.0", + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "http://www.github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ] + }, + { + "name": "sebastian/diff", + "version": "1.4.3", + "version_normalized": "1.4.3.0", "source": { "type": "git", - "url": "https://github.com/symfony/validator.git", - "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50" + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/9f323f762ad21bfb9df7c1afacbdd8addf0f8c50", - "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", "shasum": "" }, "require": { - "php": ">=5.3.9", - "symfony/polyfill-mbstring": "~1.0", - "symfony/translation": "~2.4|~3.0.0" + "php": "^5.3.3 || ^7.0" }, "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/cache": "~1.0", - "egulias/email-validator": "^1.2.1", - "symfony/config": "~2.2|~3.0.0", - "symfony/expression-language": "~2.4|~3.0.0", - "symfony/http-foundation": "~2.3|~3.0.0", - "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", - "symfony/property-access": "~2.3|~3.0.0", - "symfony/yaml": "^2.0.5|~3.0.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", - "egulias/email-validator": "Strict (RFC compliant) email validation", - "symfony/config": "", - "symfony/expression-language": "For using the 2.4 Expression validator", - "symfony/http-foundation": "", - "symfony/intl": "", - "symfony/property-access": "For using the 2.4 Validator API", - "symfony/yaml": "" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, - "time": "2017-06-02T14:36:56+00:00", + "time": "2017-05-22T07:24:03+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "1.4-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\Validator\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } ], - "description": "Symfony Validator Component", - "homepage": "https://symfony.com" + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff" + ] }, { - "name": "sebastian/diff", - "version": "1.4.3", - "version_normalized": "1.4.3.0", + "name": "sebastian/environment", + "version": "1.3.8", + "version_normalized": "1.3.8.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", + "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpunit/phpunit": "^4.8 || ^5.0" }, - "time": "2017-05-22T07:24:03+00:00", + "time": "2016-08-18T05:49:44+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.3.x-dev" } }, "installation-source": "dist", @@ -9451,290 +9509,267 @@ "BSD-3-Clause" ], "authors": [ - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ - "diff" + "Xdebug", + "environment", + "hhvm" ] }, { - "name": "symfony/browser-kit", - "version": "v3.3.2", - "version_normalized": "3.3.2.0", + "name": "sebastian/exporter", + "version": "1.2.2", + "version_normalized": "1.2.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/browser-kit.git", - "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1" + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1", - "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", + "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", "shasum": "" }, "require": { - "php": ">=5.5.9", - "symfony/dom-crawler": "~2.8|~3.0" + "php": ">=5.3.3", + "sebastian/recursion-context": "~1.0" }, "require-dev": { - "symfony/css-selector": "~2.8|~3.0", - "symfony/process": "~2.8|~3.0" - }, - "suggest": { - "symfony/process": "" + "ext-mbstring": "*", + "phpunit/phpunit": "~4.4" }, - "time": "2017-04-12T14:14:56+00:00", + "time": "2016-06-17T09:04:28+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "1.3.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\BrowserKit\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" } ], - "description": "Symfony BrowserKit Component", - "homepage": "https://symfony.com" + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "http://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ] }, { - "name": "phpdocumentor/reflection-docblock", - "version": "2.0.5", - "version_normalized": "2.0.5.0", + "name": "sebastian/global-state", + "version": "1.1.1", + "version_normalized": "1.1.1.0", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~4.2" }, "suggest": { - "dflydev/markdown": "~1.0", - "erusev/parsedown": "~1.0" + "ext-uopz": "*" }, - "time": "2016-01-25T08:17:30+00:00", + "time": "2015-10-12T03:26:01+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/" - ] - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" ] }, { - "name": "drupal/metatag", - "version": "1.1.0", - "version_normalized": "1.1.0.0", + "name": "sebastian/recursion-context", + "version": "1.0.5", + "version_normalized": "1.0.5.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/metatag", - "reference": "8.x-1.1" + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "bb9b608879e2f7d8086a0e6606286086f5009d71" + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", + "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", + "shasum": "" }, "require": { - "drupal/core": "*", - "drupal/token": "*" + "php": ">=5.3.3" }, "require-dev": { - "drupal/metatag_dc": "*", - "drupal/metatag_open_graph": "*" + "phpunit/phpunit": "~4.4" }, - "type": "drupal-module", + "time": "2016-10-03T07:41:43+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.1", - "datestamp": "1496428672" + "dev-master": "1.0.x-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "BSD-3-Clause" ], "authors": [ { - "name": "See contributors", - "homepage": "https://www.drupal.org/node/640498/committers", - "role": "Developer" - }, + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, { - "name": "Dave Reid", - "homepage": "https://www.drupal.org/user/53892" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" } ], - "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" - } + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context" }, { - "name": "drupal/memcache", - "version": "2.0.0-alpha3", - "version_normalized": "2.0.0.0-alpha3", + "name": "sebastian/version", + "version": "1.0.6", + "version_normalized": "1.0.6.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/memcache", - "reference": "8.x-2.0-alpha3" + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" }, "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" - } + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", + "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", + "shasum": "" }, + "time": "2015-06-21T13:59:46+00:00", + "type": "library", "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "BSD-3-Clause" ], "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" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "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" - } + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version" }, { - "name": "consolidation/output-formatters", - "version": "3.1.10", - "version_normalized": "3.1.10.0", + "name": "stack/builder", + "version": "v1.0.5", + "version_normalized": "1.0.5.0", "source": { "type": "git", - "url": "https://github.com/consolidation/output-formatters.git", - "reference": "3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a" + "url": "https://github.com/stackphp/builder.git", + "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a", - "reference": "3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a", + "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a", + "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a", "shasum": "" }, "require": { - "php": ">=5.4.0", - "symfony/console": "^2.8|~3", - "symfony/finder": "~2.5|~3.0" + "php": ">=5.3.0", + "symfony/http-foundation": "~2.1|~3.0|~4.0", + "symfony/http-kernel": "~2.1|~3.0|~4.0" }, "require-dev": { - "phpunit/phpunit": "^4.8", - "satooshi/php-coveralls": "^1.0", - "squizlabs/php_codesniffer": "^2.7", - "victorjonsson/markdowndocs": "^1.3" + "silex/silex": "~1.0" }, - "time": "2017-06-06T19:08:54+00:00", + "time": "2017-11-18T14:57:29+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.x-dev" + "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Consolidation\\OutputFormatters\\": "src" + "psr-0": { + "Stack": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -9743,1272 +9778,1164 @@ ], "authors": [ { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" } ], - "description": "Format text by applying transformations provided by plug-in formatters." + "description": "Builder for stack middlewares based on HttpKernelInterface.", + "keywords": [ + "stack" + ] }, { - "name": "drush/drush", - "version": "8.1.12", - "version_normalized": "8.1.12.0", + "name": "stecman/symfony-console-completion", + "version": "0.7.0", + "version_normalized": "0.7.0.0", "source": { "type": "git", - "url": "https://github.com/drush-ops/drush.git", - "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7" + "url": "https://github.com/stecman/symfony-console-completion.git", + "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/a1d3ab0f1d9ce01556d70015906caaed723f7ba7", - "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7", + "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb", + "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb", "shasum": "" }, "require": { - "consolidation/annotated-command": "~2", - "consolidation/output-formatters": "~3", - "pear/console_table": "~1.3.0", - "php": ">=5.4.5", - "phpdocumentor/reflection-docblock": "^2.0", - "psr/log": "~1.0", - "psy/psysh": "~0.6", - "symfony/console": "~2.7", - "symfony/event-dispatcher": "~2.7", - "symfony/finder": "~2.7", - "symfony/var-dumper": "~2.7", - "symfony/yaml": "~2.3", - "webmozart/path-util": "~2" + "php": ">=5.3.2", + "symfony/console": "~2.3 || ~3.0" }, "require-dev": { - "phpunit/phpunit": "4.*", - "symfony/process": "2.7.*" - }, - "suggest": { - "drush/config-extra": "Provides configuration workflow commands, such as config-merge.", - "ext-pcntl": "*" + "phpunit/phpunit": "~4.4" }, - "time": "2017-06-05T22:51:34+00:00", - "bin": [ - "drush", - "drush.launcher", - "drush.php", - "drush.complete.sh" - ], + "time": "2016-02-24T05:08:54+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "8.0.x-dev" + "dev-master": "0.6.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Drush": "lib/", - "Consolidation": "lib/" + "psr-4": { + "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "Moshe Weitzman", - "email": "weitzman@tejasa.com" - }, - { - "name": "Owen Barton", - "email": "drupal@owenbarton.com" - }, - { - "name": "Mark Sonnabaum", - "email": "marksonnabaum@gmail.com" - }, - { - "name": "Antoine Beaupré", - "email": "anarcat@koumbit.org" - }, - { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" - }, - { - "name": "Jonathan Araña Cruz", - "email": "jonhattan@faita.net" - }, - { - "name": "Jonathan Hedstrom", - "email": "jhedstrom@gmail.com" - }, - { - "name": "Christopher Gervais", - "email": "chris@ergonlogic.com" - }, - { - "name": "Dave Reid", - "email": "dave@davereid.net" - }, - { - "name": "Damian Lee", - "email": "damiankloip@googlemail.com" + "name": "Stephen Holdaway", + "email": "stephen@stecman.co.nz" } ], - "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" + "description": "Automatic BASH completion for Symfony Console Component based applications." }, { - "name": "drupal/migrate_plus", - "version": "4.0.0-beta1", - "version_normalized": "4.0.0.0-beta1", + "name": "sunra/php-simple-html-dom-parser", + "version": "v1.5.2", + "version_normalized": "1.5.2.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/migrate_plus", - "reference": "8.x-4.0-beta1" + "url": "https://github.com/sunra/php-simple-html-dom-parser.git", + "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6" }, "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" + "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6", + "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6", + "shasum": "" }, "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" + "ext-mbstring": "*", + "php": ">=5.3.2" }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-4.x": "4.x-dev" - }, - "drupal": { - "version": "8.x-4.0-beta1", - "datestamp": "1494450185" + "time": "2016-11-22T22:57:47+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Sunra\\PhpSimple\\HtmlDomParser": "Src/" } }, - "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "Mike Ryan", - "homepage": "https://www.drupal.org/u/mikeryan", - "role": "Maintainer" + "name": "Sunra", + "email": "sunra@yandex.ru", + "homepage": "https://github.com/sunra" }, { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" + "name": "S.C. Chen", + "homepage": "http://sourceforge.net/projects/simplehtmldom/" } ], - "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" - } + "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" + ] }, { - "name": "drupal/entity_reference_revisions", - "version": "1.3.0", - "version_normalized": "1.3.0.0", + "name": "symfony-cmf/routing", + "version": "1.4.1", + "version_normalized": "1.4.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/entity_reference_revisions", - "reference": "8.x-1.3" + "url": "https://github.com/symfony-cmf/routing.git", + "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac" }, "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" + "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", + "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", + "shasum": "" }, "require": { - "drupal/core": "~8.0" + "php": "^5.3.9|^7.0", + "psr/log": "1.*", + "symfony/http-kernel": "^2.2|3.*", + "symfony/routing": "^2.2|3.*" }, "require-dev": { - "drupal/diff": "*" + "friendsofsymfony/jsrouting-bundle": "^1.1", + "symfony-cmf/testing": "^1.3", + "symfony/config": "^2.2|3.*", + "symfony/dependency-injection": "^2.0.5|3.*", + "symfony/event-dispatcher": "^2.1|3.*" }, - "type": "drupal-module", + "suggest": { + "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)" + }, + "time": "2017-05-09T08:10:41+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.3", - "datestamp": "1495814284" + "dev-master": "1.4-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Symfony\\Cmf\\Component\\Routing\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "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" + "name": "Symfony CMF Community", + "homepage": "https://github.com/symfony-cmf/Routing/contributors" } ], - "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" - } + "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers", + "homepage": "http://cmf.symfony.com", + "keywords": [ + "database", + "routing" + ] }, { - "name": "drupal/entity_browser", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "symfony/browser-kit", + "version": "v3.3.2", + "version_normalized": "3.3.2.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/entity_browser", - "reference": "8.x-1.0" + "url": "https://github.com/symfony/browser-kit.git", + "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "6bd7bbcda1eebacc3685e9edaad2ad29b525b2ad" + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1", + "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1", + "shasum": "" }, "require": { - "drupal/core": "~8.0" + "php": ">=5.5.9", + "symfony/dom-crawler": "~2.8|~3.0" }, "require-dev": { - "drupal/ctools": "*", - "drupal/inline_entity_form": "*", - "drupal/media_entity": "*", - "drupal/paragraphs": "*", - "drupal/token": "*" + "symfony/css-selector": "~2.8|~3.0", + "symfony/process": "~2.8|~3.0" }, - "type": "drupal-module", + "suggest": { + "symfony/process": "" + }, + "time": "2017-04-12T14:14:56+00:00", + "type": "library", "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" + "dev-master": "3.3-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "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": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "slashrsm", - "homepage": "https://www.drupal.org/user/744628" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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" - } + "description": "Symfony BrowserKit Component", + "homepage": "https://symfony.com" }, { - "name": "drupal/dropzonejs", - "version": "1.0.0-alpha7", - "version_normalized": "1.0.0.0-alpha7", + "name": "symfony/class-loader", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/dropzonejs", - "reference": "8.x-1.0-alpha7" + "url": "https://github.com/symfony/class-loader.git", + "reference": "e192d96b15fdd168bdb1c91001d26c93ba4af482" }, "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" + "url": "https://api.github.com/repos/symfony/class-loader/zipball/e192d96b15fdd168bdb1c91001d26c93ba4af482", + "reference": "e192d96b15fdd168bdb1c91001d26c93ba4af482", + "shasum": "" }, "require": { - "drupal/core": "*" + "php": ">=5.5.9" }, "require-dev": { - "drupal/entity_browser": "*" + "symfony/finder": "~2.8|~3.0", + "symfony/polyfill-apcu": "~1.1" }, "suggest": { - "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library." + "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" }, - "type": "drupal-module", + "time": "2017-06-01T21:00:24+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-alpha7", - "datestamp": "1495200183" + "dev-master": "3.2-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Symfony\\Component\\ClassLoader\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "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": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "zkday", - "homepage": "https://www.drupal.org/user/888644" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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" - } + "description": "Symfony ClassLoader Component", + "homepage": "https://symfony.com" }, { - "name": "drupal/dropzonejs_eb_widget", - "version": "1.0.0-alpha7", - "version_normalized": "1.0.0.0-alpha7", + "name": "symfony/config", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "e5533fcc0b3dd377626153b2852707878f363728" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/e5533fcc0b3dd377626153b2852707878f363728", + "reference": "e5533fcc0b3dd377626153b2852707878f363728", + "shasum": "" + }, "require": { - "drupal/core": "*", - "drupal/dropzonejs": "self.version", - "drupal/entity_browser": "*" + "php": ">=5.5.9", + "symfony/filesystem": "~2.8|~3.0" }, - "type": "metapackage", + "require-dev": { + "symfony/yaml": "~3.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "time": "2017-04-12T14:13:17+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-alpha7", - "datestamp": "1495200183" + "dev-master": "3.2-dev" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "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": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "zkday", - "homepage": "https://www.drupal.org/user/888644" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "DropzoneJS Entity browser widget", - "homepage": "https://www.drupal.org/project/dropzonejs", - "support": { - "source": "http://cgit.drupalcode.org/dropzonejs" - } + "description": "Symfony Config Component", + "homepage": "https://symfony.com" }, { - "name": "drupal/entity_browser_entity_form", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "symfony/console", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "eced439413608647aeff243038a33ea246b2b33a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/eced439413608647aeff243038a33ea246b2b33a", + "reference": "eced439413608647aeff243038a33ea246b2b33a", + "shasum": "" + }, "require": { - "drupal/core": "~8.0", - "drupal/entity_browser": "self.version", - "drupal/inline_entity_form": "*" + "php": ">=5.5.9", + "symfony/debug": "~2.8|~3.0", + "symfony/polyfill-mbstring": "~1.0" }, - "type": "metapackage", + "require-dev": { + "psr/log": "~1.0", + "symfony/event-dispatcher": "~2.8|~3.0", + "symfony/filesystem": "~2.8|~3.0", + "symfony/process": "~2.8|~3.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/filesystem": "", + "symfony/process": "" + }, + "time": "2017-07-29T21:27:41+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0", - "datestamp": "1492678144" + "dev-master": "3.2-dev" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "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": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "slashrsm", - "homepage": "https://www.drupal.org/user/744628" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Entity browser inline entity form integration.", - "homepage": "https://www.drupal.org/project/entity_browser", - "support": { - "source": "http://cgit.drupalcode.org/entity_browser" - } + "description": "Symfony Console Component", + "homepage": "https://symfony.com" }, { - "name": "drupal/image_widget_crop", - "version": "2.0.0", - "version_normalized": "2.0.0.0", + "name": "symfony/css-selector", + "version": "v2.8.22", + "version_normalized": "2.8.22.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/image_widget_crop", - "reference": "8.x-2.0" + "url": "https://github.com/symfony/css-selector.git", + "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab" }, "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" + "url": "https://api.github.com/repos/symfony/css-selector/zipball/ba3204654efa779691fac9e948a96b4a7067e4ab", + "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab", + "shasum": "" }, "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" + "php": ">=5.3.9" }, - "type": "drupal-module", + "time": "2017-05-01T14:31:55+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-2.x": "2.x-dev" - }, - "drupal": { - "version": "8.x-2.0", - "datestamp": "1492618444" + "dev-master": "2.8-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "Alexandre Mallet", - "homepage": "https://github.com/woprrr", - "role": "Maintainer" - }, - { - "name": "Drupal media CI", - "homepage": "https://www.drupal.org/user/3057985" + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" }, { - "name": "slashrsm", - "homepage": "https://www.drupal.org/user/744628" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "woprrr", - "homepage": "https://www.drupal.org/user/858604" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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" - } + "description": "Symfony CssSelector Component", + "homepage": "https://symfony.com" }, { - "name": "drupal/media_entity_instagram", - "version": "1.4.0", - "version_normalized": "1.4.0.0", + "name": "symfony/debug", + "version": "v3.4.5", + "version_normalized": "3.4.5.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/media_entity_instagram", - "reference": "8.x-1.4" + "url": "https://github.com/symfony/debug.git", + "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc" }, "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" + "url": "https://api.github.com/repos/symfony/debug/zipball/9b1071f86e79e1999b3d3675d2e0e7684268b9bc", + "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc", + "shasum": "" }, "require": { - "drupal/core": "~8.0", - "drupal/media_entity": "*" + "php": "^5.5.9|>=7.0.8", + "psr/log": "~1.0" }, - "type": "drupal-module", + "conflict": { + "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" + }, + "require-dev": { + "symfony/http-kernel": "~2.8|~3.0|~4.0" + }, + "time": "2018-02-28T21:49:22+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.4", - "datestamp": "1495556283" + "dev-master": "3.4-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "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": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "slashrsm", - "homepage": "https://www.drupal.org/user/744628" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Media entity Instagram provider.", - "homepage": "https://www.drupal.org/project/media_entity_instagram", - "support": { - "source": "http://cgit.drupalcode.org/media_entity_instagram" - } + "description": "Symfony Debug Component", + "homepage": "https://symfony.com" }, { - "name": "drupal/video_embed_field", - "version": "1.5.0", - "version_normalized": "1.5.0.0", + "name": "symfony/dependency-injection", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/video_embed_field", - "reference": "8.x-1.5" + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "f54d470ef7f863604e51e6ae98cd40ef25de5f79" + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761", + "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761", + "shasum": "" }, "require": { - "drupal/core": "*" + "php": ">=5.5.9" + }, + "conflict": { + "symfony/yaml": "<3.2" }, "require-dev": { - "drupal/colorbox": "*", - "drupal/media_entity": "*", - "drupal/media_entity_embeddable_video": "*" + "symfony/config": "~2.8|~3.0", + "symfony/expression-language": "~2.8|~3.0", + "symfony/yaml": "~3.2" }, - "type": "drupal-module", + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "time": "2017-07-28T15:22:55+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.x", - "datestamp": "1493246342", - "package": "Field types" + "dev-master": "3.2-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "Sam152", - "homepage": "https://www.drupal.org/user/1485048" - }, - { - "name": "jec006", - "homepage": "https://www.drupal.org/user/855980" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "plopesc", - "homepage": "https://www.drupal.org/user/282415" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.", - "homepage": "https://www.drupal.org/project/video_embed_field", - "support": { - "source": "http://cgit.drupalcode.org/video_embed_field" - } + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com" }, { - "name": "drupal/video_embed_media", - "version": "1.5.0", - "version_normalized": "1.5.0.0", + "name": "symfony/dom-crawler", + "version": "v3.4.5", + "version_normalized": "3.4.5.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "2bb5d3101cc01f4fe580e536daf4f1959bc2d24d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2bb5d3101cc01f4fe580e536daf4f1959bc2d24d", + "reference": "2bb5d3101cc01f4fe580e536daf4f1959bc2d24d", + "shasum": "" + }, "require": { - "drupal/core": "~8.0", - "drupal/media_entity": "*", - "drupal/video_embed_field": "self.version" + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.0" }, - "type": "metapackage", + "require-dev": { + "symfony/css-selector": "~2.8|~3.0|~4.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "time": "2018-02-22T10:48:49+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.5", - "datestamp": "1493246342" + "dev-master": "3.4-dev" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "Sam152", - "homepage": "https://www.drupal.org/user/1485048" - }, - { - "name": "jec006", - "homepage": "https://www.drupal.org/user/855980" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "plopesc", - "homepage": "https://www.drupal.org/user/282415" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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/video_embed_field" - } + "description": "Symfony DomCrawler Component", + "homepage": "https://symfony.com" }, { - "name": "drupal/blazy", - "version": "1.0.0-rc2", - "version_normalized": "1.0.0.0-RC2", + "name": "symfony/event-dispatcher", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/blazy", - "reference": "8.x-1.0-rc2" + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "b8de6ee252af19330dd72ad5fc0dd4658a1d6325" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc2.zip", - "reference": "8.x-1.0-rc2", - "shasum": "242f3022b039c6fd3b98f6ce1955d295119b4b5a" + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b8de6ee252af19330dd72ad5fc0dd4658a1d6325", + "reference": "b8de6ee252af19330dd72ad5fc0dd4658a1d6325", + "shasum": "" }, "require": { - "drupal/core": "*" + "php": ">=5.5.9" }, - "type": "drupal-module", + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0", + "symfony/dependency-injection": "~2.8|~3.0", + "symfony/expression-language": "~2.8|~3.0", + "symfony/stopwatch": "~2.8|~3.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "time": "2017-06-02T08:26:05+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-rc2", - "datestamp": "1495745283" + "dev-master": "3.2-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "Gaus Surahman", - "homepage": "https://www.drupal.org/u/gausarts", - "role": "Maintainer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Contributors", - "homepage": "https://www.drupal.org/node/2663268/committers", - "role": "Contributor" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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" - } + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com" }, { - "name": "drupal/slick", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "symfony/filesystem", + "version": "v2.8.35", + "version_normalized": "2.8.35.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/slick", - "reference": "8.x-1.0" + "url": "https://github.com/symfony/filesystem.git", + "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd" + "url": "https://api.github.com/repos/symfony/filesystem/zipball/125403a59e4cb4e3ebf46d0162fabcde613d2b97", + "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97", + "shasum": "" }, "require": { - "drupal/blazy": "~1.0", - "drupal/core": "~8.0" + "php": ">=5.3.9" }, - "type": "drupal-module", + "time": "2018-02-19T16:23:47+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0", - "datestamp": "1495746183" + "dev-master": "2.8-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "arshadcn", - "homepage": "https://www.drupal.org/user/571032" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "gausarts", - "homepage": "https://www.drupal.org/user/159062" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Slick carousel, the last carousel you'll ever need.", - "homepage": "https://drupal.org/project/slick", - "keywords": [ - "Drupal", - "carousel", - "slideshow" - ], - "support": { - "source": "http://cgit.drupalcode.org/slick", - "issues": "https://drupal.org/project/issues/slick" - } + "description": "Symfony Filesystem Component", + "homepage": "https://symfony.com" }, { - "name": "drupal/slick_media", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "symfony/finder", + "version": "v2.8.35", + "version_normalized": "2.8.35.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/slick_media", - "reference": "8.x-1.0" + "url": "https://github.com/symfony/finder.git", + "reference": "7099de3ebc97d3af98c464076d12dfca3ade0252" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "b85a9899c53ca2f59f7cdbba044e2f58ae71e092" + "url": "https://api.github.com/repos/symfony/finder/zipball/7099de3ebc97d3af98c464076d12dfca3ade0252", + "reference": "7099de3ebc97d3af98c464076d12dfca3ade0252", + "shasum": "" }, "require": { - "drupal/core": "~8.0", - "drupal/media_entity_image": "*", - "drupal/slick": "*", - "drupal/video_embed_media": "*" + "php": ">=5.3.9" }, - "type": "drupal-module", + "time": "2018-02-11T16:53:59+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0", - "datestamp": "1495747983" + "dev-master": "2.8-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "gausarts", - "homepage": "https://www.drupal.org/user/159062" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Provides Slick carousel integration with Media entity.", - "homepage": "https://www.drupal.org/project/slick_media", - "support": { - "source": "http://cgit.drupalcode.org/slick_media" - } + "description": "Symfony Finder Component", + "homepage": "https://symfony.com" }, { - "name": "mehrpadin/superfish", - "version": "2.1", - "version_normalized": "2.1.0.0", + "name": "symfony/http-foundation", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", "source": { "type": "git", - "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git", - "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683" + "url": "https://github.com/symfony/http-foundation.git", + "reference": "107b7e6c2372ad4859b8a8c8c5b4fb9d7a208fe1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683", - "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/107b7e6c2372ad4859b8a8c8c5b4fb9d7a208fe1", + "reference": "107b7e6c2372ad4859b8a8c8c5b4fb9d7a208fe1", "shasum": "" }, - "time": "2017-05-30T13:00:18+00:00", - "type": "drupal-library", - "installation-source": "dist", - "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" - ] - }, - { - "name": "drupal/superfish", - "version": "1.1.0", - "version_normalized": "1.1.0.0", - "source": { - "type": "git", - "url": "https://git.drupal.org/project/superfish", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "f5e9e547d1d38588a963b22105dec1deb1e55010" - }, "require": { - "drupal/core": "~8.0", - "mehrpadin/superfish": "~2.0" + "php": ">=5.5.9", + "symfony/polyfill-mbstring": "~1.1" }, - "type": "drupal-module", + "require-dev": { + "symfony/expression-language": "~2.8|~3.0" + }, + "time": "2017-07-20T07:58:49+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.1", - "datestamp": "1496335443" + "dev-master": "3.2-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "authors": [ { - "name": "mehrpadin", - "homepage": "https://www.drupal.org/u/mehrpadin", - "role": "Maintainer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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" - } + "description": "Symfony HttpFoundation Component", + "homepage": "https://symfony.com" }, { - "name": "phpunit/phpunit", - "version": "4.8.36", - "version_normalized": "4.8.36.0", + "name": "symfony/http-kernel", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" + "url": "https://github.com/symfony/http-kernel.git", + "reference": "18ec42e19ec676d7da5ddff13f1eed68d88fb460" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", - "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/18ec42e19ec676d7da5ddff13f1eed68d88fb460", + "reference": "18ec42e19ec676d7da5ddff13f1eed68d88fb460", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-json": "*", - "ext-pcre": "*", - "ext-reflection": "*", - "ext-spl": "*", - "php": ">=5.3.3", - "phpspec/prophecy": "^1.3.1", - "phpunit/php-code-coverage": "~2.1", - "phpunit/php-file-iterator": "~1.4", - "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": "^1.0.6", - "phpunit/phpunit-mock-objects": "~2.3", - "sebastian/comparator": "~1.2.2", - "sebastian/diff": "~1.2", - "sebastian/environment": "~1.3", - "sebastian/exporter": "~1.2", - "sebastian/global-state": "~1.0", - "sebastian/version": "~1.0", - "symfony/yaml": "~2.1|~3.0" + "php": ">=5.5.9", + "psr/log": "~1.0", + "symfony/debug": "~2.8|~3.0", + "symfony/event-dispatcher": "~2.8|~3.0", + "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2" + }, + "conflict": { + "symfony/config": "<2.8", + "twig/twig": "<1.34|<2.4,>=2" + }, + "require-dev": { + "symfony/browser-kit": "~2.8|~3.0", + "symfony/class-loader": "~2.8|~3.0", + "symfony/config": "~2.8|~3.0", + "symfony/console": "~2.8|~3.0", + "symfony/css-selector": "~2.8|~3.0", + "symfony/dependency-injection": "~2.8|~3.0", + "symfony/dom-crawler": "~2.8|~3.0", + "symfony/expression-language": "~2.8|~3.0", + "symfony/finder": "~2.8|~3.0", + "symfony/process": "~2.8|~3.0", + "symfony/routing": "~2.8|~3.0", + "symfony/stopwatch": "~2.8|~3.0", + "symfony/templating": "~2.8|~3.0", + "symfony/translation": "~2.8|~3.0", + "symfony/var-dumper": "~3.2" }, "suggest": { - "phpunit/php-invoker": "~1.1" + "symfony/browser-kit": "", + "symfony/class-loader": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "", + "symfony/finder": "", + "symfony/var-dumper": "" }, - "time": "2017-06-21T08:07:12+00:00", - "bin": [ - "phpunit" - ], + "time": "2017-08-01T09:40:19+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "4.8.x-dev" + "dev-master": "3.2-dev" } }, "installation-source": "dist", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ] + "description": "Symfony HttpKernel Component", + "homepage": "https://symfony.com" }, { - "name": "j7mbo/twitter-api-php", - "version": "1.0.6", - "version_normalized": "1.0.6.0", + "name": "symfony/polyfill-iconv", + "version": "v1.7.0", + "version_normalized": "1.7.0.0", "source": { "type": "git", - "url": "https://github.com/J7mbo/twitter-api-php.git", - "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7" + "url": "https://github.com/symfony/polyfill-iconv.git", + "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7", - "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/bd515d8f392730c833bc1ba993a4f598da64fa5b", + "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b", "shasum": "" }, "require": { - "ext-curl": "*" + "php": ">=5.3.3" }, - "require-dev": { - "phpunit/phpunit": "~4.5,>=4.5.1" + "suggest": { + "ext-iconv": "For best performance" }, - "time": "2017-05-08T12:10:56+00:00", + "time": "2018-01-30T19:27:44+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.7-dev" } }, "installation-source": "dist", "autoload": { - "classmap": [ - "TwitterAPIExchange.php" + "psr-4": { + "Symfony\\Polyfill\\Iconv\\": "" + }, + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GNU Public License" + "MIT" ], "authors": [ { - "name": "James Mallison", - "homepage": "https://github.com/j7mbo/twitter-api-php" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Simple PHP Wrapper for Twitter API v1.1 calls", - "homepage": "https://github.com/j7mbo/twitter-api-php", + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", "keywords": [ - "api", - "php", - "twitter" + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" ] }, { - "name": "ezyang/htmlpurifier", - "version": "v4.9.3", - "version_normalized": "4.9.3.0", + "name": "symfony/polyfill-mbstring", + "version": "v1.7.0", + "version_normalized": "1.7.0.0", "source": { "type": "git", - "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "95e1bae3182efc0f3422896a3236e991049dac69" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69", - "reference": "95e1bae3182efc0f3422896a3236e991049dac69", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", + "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", "shasum": "" }, "require": { - "php": ">=5.2" + "php": ">=5.3.3" }, - "require-dev": { - "simpletest/simpletest": "^1.1" + "suggest": { + "ext-mbstring": "For best performance" }, - "time": "2017-06-03T02:28:16+00:00", + "time": "2018-01-30T19:27:44+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.7-dev" + } + }, "installation-source": "dist", "autoload": { - "psr-0": { - "HTMLPurifier": "library/" + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ - "library/HTMLPurifier.composer.php" + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL" + "MIT" ], "authors": [ { - "name": "Edward Z. Yang", - "email": "admin@htmlpurifier.org", - "homepage": "http://ezyang.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Standards compliant HTML filter written in PHP", - "homepage": "http://htmlpurifier.org/", + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", "keywords": [ - "html" + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" ] }, { - "name": "caxy/php-htmldiff", - "version": "v0.1.5", - "version_normalized": "0.1.5.0", + "name": "symfony/process", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", "source": { "type": "git", - "url": "https://github.com/caxy/php-htmldiff.git", - "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc" + "url": "https://github.com/symfony/process.git", + "reference": "b39d805dd6c4d1cba1f00cd80361ec80eed0d7bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/d7540c9938c860f2cb7083f72ba24c45f51d57bc", - "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc", + "url": "https://api.github.com/repos/symfony/process/zipball/b39d805dd6c4d1cba1f00cd80361ec80eed0d7bc", + "reference": "b39d805dd6c4d1cba1f00cd80361ec80eed0d7bc", "shasum": "" }, "require": { - "ezyang/htmlpurifier": "^4.7", - "php": ">=5.3.3", - "sunra/php-simple-html-dom-parser": "^1.5" + "php": ">=5.5.9" }, - "require-dev": { - "doctrine/cache": "~1.0", - "phpunit/phpunit": "~5.0" - }, - "suggest": { - "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider" - }, - "time": "2017-06-12T17:35:44+00:00", + "time": "2017-07-03T08:06:20+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "0.1.x-dev" + "dev-master": "3.2-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Caxy\\HtmlDiff": "lib/" - } + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0" + "MIT" ], "authors": [ { - "name": "Josh Schroeder", - "email": "jschroeder@caxy.com", - "homepage": "http://www.caxy.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "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" - ] + "description": "Symfony Process Component", + "homepage": "https://symfony.com" }, { - "name": "guzzlehttp/guzzle", - "version": "6.3.0", - "version_normalized": "6.3.0.0", + "name": "symfony/psr-http-message-bridge", + "version": "v1.0.2", + "version_normalized": "1.0.2.0", "source": { "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" + "url": "https://github.com/symfony/psr-http-message-bridge.git", + "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", - "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c2b757934f2d9681a287e662efbc27c41fe8ef86", + "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86", "shasum": "" }, "require": { - "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.4", - "php": ">=5.5" + "php": ">=5.3.3", + "psr/http-message": "~1.0", + "symfony/http-foundation": "~2.3|~3.0|~4.0" }, "require-dev": { - "ext-curl": "*", - "phpunit/phpunit": "^4.0 || ^5.0", - "psr/log": "^1.0" + "symfony/phpunit-bridge": "~3.2|4.0" }, "suggest": { - "psr/log": "Required for using the Log middleware" + "psr/http-message-implementation": "To use the HttpFoundation factory", + "zendframework/zend-diactoros": "To use the Zend Diactoros factory" }, - "time": "2017-06-22T18:50:49+00:00", - "type": "library", + "time": "2017-12-19T00:31:44+00:00", + "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "6.2-dev" + "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { - "GuzzleHttp\\": "src/" + "Symfony\\Bridge\\PsrHttpMessage\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -11017,762 +10944,642 @@ ], "authors": [ { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], - "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", + "description": "PSR HTTP message bridge", + "homepage": "http://symfony.com", "keywords": [ - "client", - "curl", - "framework", "http", - "http client", - "rest", - "web service" + "http-message", + "psr-7" ] }, { - "name": "drupal/draggableviews", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "symfony/routing", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/draggableviews", - "reference": "8.x-1.0" + "url": "https://github.com/symfony/routing.git", + "reference": "b382d7c4f443372c118efcd0cd2bf1028434f2f5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "007082c2621b45bd8cf73fe5fdd4d292ee88a458" + "url": "https://api.github.com/repos/symfony/routing/zipball/b382d7c4f443372c118efcd0cd2bf1028434f2f5", + "reference": "b382d7c4f443372c118efcd0cd2bf1028434f2f5", + "shasum": "" }, "require": { - "drupal/core": "*" + "php": ">=5.5.9" }, - "type": "drupal-module", + "conflict": { + "symfony/config": "<2.8" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "doctrine/common": "~2.2", + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0", + "symfony/expression-language": "~2.8|~3.0", + "symfony/http-foundation": "~2.8|~3.0", + "symfony/yaml": "~2.8|~3.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/dependency-injection": "For loading routes from a service", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" + }, + "time": "2017-06-23T06:35:45+00:00", + "type": "library", "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" + "dev-master": "3.2-dev" } }, "installation-source": "dist", - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], "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": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "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/security_review", - "version": "dev-1.x", - "version_normalized": "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" - } - }, - "installation-source": "source", - "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": "roave/security-advisories", - "version": "dev-master", - "version_normalized": "9999999-dev", - "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" - }, - "time": "2017-07-28T07:54:11+00:00", - "type": "metapackage", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "role": "maintainer" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it" + "description": "Symfony Routing Component", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ] }, { - "name": "drupal/core", - "version": "8.3.7", - "version_normalized": "8.3.7.0", + "name": "symfony/serializer", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", "source": { "type": "git", - "url": "https://github.com/drupal/core.git", - "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff" + "url": "https://github.com/symfony/serializer.git", + "reference": "dc98d5ab4ae29dc47bfb1507b39806bfe13d3477" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff", - "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff", + "url": "https://api.github.com/repos/symfony/serializer/zipball/dc98d5ab4ae29dc47bfb1507b39806bfe13d3477", + "reference": "dc98d5ab4ae29dc47bfb1507b39806bfe13d3477", "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" + "php": ">=5.5.9" }, "conflict": { - "drush/drush": "<8.1.10" + "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", + "symfony/property-info": "<3.1", + "symfony/yaml": "<3.1" }, - "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": { + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "phpdocumentor/reflection-docblock": "~3.0", + "symfony/cache": "~3.1", + "symfony/config": "~2.8|~3.0", + "symfony/http-foundation": "~2.8|~3.0", + "symfony/property-access": "~2.8|~3.0", + "symfony/property-info": "~3.1", + "symfony/yaml": "~3.1" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "For using the XML mapping loader.", + "symfony/http-foundation": "To use the DataUriNormalizer.", + "symfony/property-access": "For using the ObjectNormalizer.", + "symfony/property-info": "To deserialize relations.", + "symfony/yaml": "For using the default YAML mapping loader." + }, + "time": "2017-07-06T07:39:51+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } }, - "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" - }, - "time": "2017-08-16T17:10:35+00:00", - "type": "drupal-core", "installation-source": "dist", "autoload": { "psr-4": { - "Drupal\\Core\\": "lib/Drupal/Core", - "Drupal\\Component\\": "lib/Drupal/Component", - "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver" + "Symfony\\Component\\Serializer\\": "" }, - "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" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "MIT" ], - "description": "Drupal is an open source content management platform powering millions of websites and applications." + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Serializer Component", + "homepage": "https://symfony.com" }, { - "name": "instaclick/php-webdriver", - "version": "1.4.5", - "version_normalized": "1.4.5.0", + "name": "symfony/translation", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", "source": { "type": "git", - "url": "https://github.com/instaclick/php-webdriver.git", - "reference": "6fa959452e774dcaed543faad3a9d1a37d803327" + "url": "https://github.com/symfony/translation.git", + "reference": "df36a48672b929bf3995eb62c58d83004b1d0d50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327", - "reference": "6fa959452e774dcaed543faad3a9d1a37d803327", + "url": "https://api.github.com/repos/symfony/translation/zipball/df36a48672b929bf3995eb62c58d83004b1d0d50", + "reference": "df36a48672b929bf3995eb62c58d83004b1d0d50", "shasum": "" }, "require": { - "ext-curl": "*", - "php": ">=5.3.2" + "php": ">=5.5.9", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/config": "<2.8" }, "require-dev": { - "phpunit/phpunit": "^4.8", - "satooshi/php-coveralls": "^1.0||^2.0" + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0", + "symfony/intl": "^2.8.18|^3.2.5", + "symfony/yaml": "~2.8|~3.0" }, - "time": "2017-06-30T04:02:48+00:00", + "suggest": { + "psr/log": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" + }, + "time": "2017-06-24T16:45:17+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "3.2-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "WebDriver": "lib/" - } + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "MIT" ], "authors": [ { - "name": "Justin Bishop", - "email": "jubishop@gmail.com", - "role": "Developer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Anthon Pang", - "email": "apang@softwaredevelopment.ca", - "role": "Fork Maintainer" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "PHP WebDriver for Selenium 2", - "homepage": "http://instaclick.com/", - "keywords": [ - "browser", - "selenium", - "webdriver", - "webtest" - ] + "description": "Symfony Translation Component", + "homepage": "https://symfony.com" }, { - "name": "behat/mink-selenium2-driver", - "version": "v1.3.1", - "version_normalized": "1.3.1.0", + "name": "symfony/validator", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", "source": { "type": "git", - "url": "https://github.com/minkphp/MinkSelenium2Driver.git", - "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288" + "url": "https://github.com/symfony/validator.git", + "reference": "39244fbf580e01acc3f5df01238a8f69b1b3e46f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288", - "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288", + "url": "https://api.github.com/repos/symfony/validator/zipball/39244fbf580e01acc3f5df01238a8f69b1b3e46f", + "reference": "39244fbf580e01acc3f5df01238a8f69b1b3e46f", "shasum": "" }, "require": { - "behat/mink": "~1.7@dev", - "instaclick/php-webdriver": "~1.1", - "php": ">=5.3.1" + "php": ">=5.5.9", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation": "~2.8|~3.0" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "require-dev": { - "symfony/phpunit-bridge": "~2.7" + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "egulias/email-validator": "^1.2.8|~2.0", + "symfony/cache": "~3.1", + "symfony/config": "~2.8|~3.0", + "symfony/expression-language": "~2.8|~3.0", + "symfony/http-foundation": "~2.8|~3.0", + "symfony/intl": "^2.8.18|^3.2.5", + "symfony/yaml": "~2.8|~3.0" }, - "time": "2016-03-05T09:10:18+00:00", - "type": "mink-driver", + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "", + "symfony/expression-language": "For using the Expression validator", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/yaml": "" + }, + "time": "2017-07-26T06:34:07+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "3.2-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Behat\\Mink\\Driver\\": "src/" + "Symfony\\Component\\Validator\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Validator Component", + "homepage": "https://symfony.com" + }, + { + "name": "symfony/var-dumper", + "version": "v3.4.5", + "version_normalized": "3.4.5.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "80964679d81da3d5618519e0e4be488c3d7ecd7d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/80964679d81da3d5618519e0e4be488c3d7ecd7d", + "reference": "80964679d81da3d5618519e0e4be488c3d7ecd7d", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + }, + "require-dev": { + "ext-iconv": "*", + "twig/twig": "~1.34|~2.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "ext-symfony_debug": "" + }, + "time": "2018-02-22T17:29:24+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" } }, + "installation-source": "dist", + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Pete Otaqui", - "email": "pete@otaqui.com", - "homepage": "https://github.com/pete-otaqui" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Selenium2 (WebDriver) driver for Mink framework", - "homepage": "http://mink.behat.org/", + "description": "Symfony mechanism for exploring and dumping PHP variables", + "homepage": "https://symfony.com", "keywords": [ - "ajax", - "browser", - "javascript", - "selenium", - "testing", - "webdriver" + "debug", + "dump" ] }, { - "name": "psr/container", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "symfony/yaml", + "version": "v3.2.14", + "version_normalized": "3.2.14.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "78a0c5d7d43713212aac73d7c6a56754a5c26cea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/78a0c5d7d43713212aac73d7c6a56754a5c26cea", + "reference": "78a0c5d7d43713212aac73d7c6a56754a5c26cea", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "require-dev": { + "symfony/console": "~2.8|~3.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "time": "2017-06-02T09:43:35+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com" + }, + { + "name": "twbs/bootstrap-sass", + "version": "v3.3.7", + "version_normalized": "3.3.7.0", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + "url": "https://github.com/twbs/bootstrap-sass.git", + "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47", + "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47", "shasum": "" }, - "require": { - "php": ">=5.3.0" - }, - "time": "2017-02-14T16:28:37+00:00", + "time": "2016-07-25T19:58:53+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.3.x-dev" } }, "installation-source": "dist", - "autoload": { - "psr-4": { - "Psr\\Container\\": "src/" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Mark Otto" + }, + { + "name": "Thomas McDonald" + }, + { + "name": "Tristan Harward" + }, + { + "name": "Peter Gumeson" + }, + { + "name": "Gleb Mazovetskiy" + }, + { + "name": "Jacob Thornton" } ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", + "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", + "homepage": "http://github.com/twbs/bootstrap-sass", "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" + "bootstrap", + "css", + "sass" ] }, { - "name": "container-interop/container-interop", - "version": "1.2.0", - "version_normalized": "1.2.0.0", + "name": "twig/twig", + "version": "v1.35.1", + "version_normalized": "1.35.1.0", "source": { "type": "git", - "url": "https://github.com/container-interop/container-interop.git", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" + "url": "https://github.com/twigphp/Twig.git", + "reference": "ffda54d85cc3aec3ba499c8c0eda9b2176edfe83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/ffda54d85cc3aec3ba499c8c0eda9b2176edfe83", + "reference": "ffda54d85cc3aec3ba499c8c0eda9b2176edfe83", "shasum": "" }, "require": { - "psr/container": "^1.0" + "php": ">=5.3.3" }, - "time": "2017-02-14T19:40:03+00:00", + "require-dev": { + "psr/container": "^1.0", + "symfony/debug": "~2.7", + "symfony/phpunit-bridge": "~3.3@dev" + }, + "time": "2018-03-02T18:06:27+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.35-dev" + } + }, "installation-source": "dist", "autoload": { + "psr-0": { + "Twig_": "lib/" + }, "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "homepage": "https://github.com/container-interop/container-interop" + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + }, + { + "name": "Twig Team", + "homepage": "http://twig.sensiolabs.org/contributors", + "role": "Contributors" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "http://twig.sensiolabs.org", + "keywords": [ + "templating" + ] }, { - "name": "behat/transliterator", - "version": "v1.2.0", - "version_normalized": "1.2.0.0", + "name": "webflo/drupal-finder", + "version": "1.1.0", + "version_normalized": "1.1.0.0", "source": { "type": "git", - "url": "https://github.com/Behat/Transliterator.git", - "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c" + "url": "https://github.com/webflo/drupal-finder.git", + "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", - "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", + "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637", + "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637", "shasum": "" }, - "require": { - "php": ">=5.3.3" - }, "require-dev": { - "chuyskywalker/rolling-curl": "^3.1", - "php-yaoi/php-yaoi": "^1.0" + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^4.8" }, - "time": "2017-04-04T11:38:05+00:00", + "time": "2017-10-24T08:12:11+00:00", "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2-dev" - } - }, "installation-source": "dist", "autoload": { - "psr-0": { - "Behat\\Transliterator": "src/" - } + "classmap": [ + "src/DrupalFinder.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Artistic-1.0" + "GPL-2.0+" ], - "description": "String transliterator", - "keywords": [ - "i18n", - "slug", - "transliterator" - ] + "authors": [ + { + "name": "Florian Weber", + "email": "florian@webflo.org" + } + ], + "description": "Helper class to locate a Drupal installation from a given path." }, { - "name": "behat/gherkin", - "version": "v4.5.1", - "version_normalized": "4.5.1.0", + "name": "webmozart/assert", + "version": "1.3.0", + "version_normalized": "1.3.0.0", "source": { "type": "git", - "url": "https://github.com/Behat/Gherkin.git", - "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a" + "url": "https://github.com/webmozart/assert.git", + "reference": "0df1908962e7a3071564e857d86874dad1ef204a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a", - "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a", + "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", + "reference": "0df1908962e7a3071564e857d86874dad1ef204a", "shasum": "" }, "require": { - "php": ">=5.3.1" + "php": "^5.3.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.5|~5", - "symfony/phpunit-bridge": "~2.7|~3", - "symfony/yaml": "~2.3|~3" - }, - "suggest": { - "symfony/yaml": "If you want to parse features, represented in YAML files" + "phpunit/phpunit": "^4.6", + "sebastian/version": "^1.0.1" }, - "time": "2017-08-30T11:04:43+00:00", + "time": "2018-01-29T19:49:41+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "4.4-dev" + "dev-master": "1.3-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Behat\\Gherkin": "src/" + "psr-4": { + "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -11781,77 +11588,51 @@ ], "authors": [ { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], - "description": "Gherkin DSL parser for PHP 5.3", - "homepage": "http://behat.org/", + "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ - "BDD", - "Behat", - "Cucumber", - "DSL", - "gherkin", - "parser" + "assert", + "check", + "validate" ] }, { - "name": "behat/behat", - "version": "v3.4.1", - "version_normalized": "3.4.1.0", + "name": "webmozart/path-util", + "version": "2.3.0", + "version_normalized": "2.3.0.0", "source": { "type": "git", - "url": "https://github.com/Behat/Behat.git", - "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692" + "url": "https://github.com/webmozart/path-util.git", + "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/cb51d4b0b11ea6d3897f3589a871a63a33632692", - "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692", + "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", + "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", "shasum": "" }, "require": { - "behat/gherkin": "^4.5.1", - "behat/transliterator": "^1.2", - "container-interop/container-interop": "^1.2", - "ext-mbstring": "*", "php": ">=5.3.3", - "psr/container": "^1.0", - "symfony/class-loader": "~2.1||~3.0", - "symfony/config": "~2.3||~3.0", - "symfony/console": "~2.5||~3.0", - "symfony/dependency-injection": "~2.1||~3.0", - "symfony/event-dispatcher": "~2.1||~3.0", - "symfony/translation": "~2.3||~3.0", - "symfony/yaml": "~2.1||~3.0" + "webmozart/assert": "~1.0" }, "require-dev": { - "herrera-io/box": "~1.6.1", - "phpunit/phpunit": "~4.5", - "symfony/process": "~2.5|~3.0" - }, - "suggest": { - "behat/mink-extension": "for integration with Mink testing framework", - "behat/symfony2-extension": "for integration with Symfony2 web framework", - "behat/yii-extension": "for integration with Yii web framework" + "phpunit/phpunit": "^4.6", + "sebastian/version": "^1.0.1" }, - "time": "2017-09-18T11:10:28+00:00", - "bin": [ - "bin/behat" - ], + "time": "2015-12-17T08:42:14+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2.x-dev" + "dev-master": "2.3-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Behat\\Behat": "src/", - "Behat\\Testwork": "src/" + "psr-4": { + "Webmozart\\PathUtil\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -11860,280 +11641,220 @@ ], "authors": [ { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], - "description": "Scenario-oriented BDD framework for PHP 5.3", - "homepage": "http://behat.org/", - "keywords": [ - "Agile", - "BDD", - "ScenarioBDD", - "Scrum", - "StoryBDD", - "User story", - "business", - "development", - "documentation", - "examples", - "symfony", - "testing" - ] + "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths." }, { - "name": "behat/mink-extension", - "version": "v2.2", - "version_normalized": "2.2.0.0", + "name": "zendframework/zend-diactoros", + "version": "1.7.1", + "version_normalized": "1.7.1.0", "source": { "type": "git", - "url": "https://github.com/Behat/MinkExtension.git", - "reference": "5b4bda64ff456104564317e212c823e45cad9d59" + "url": "https://github.com/zendframework/zend-diactoros.git", + "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59", - "reference": "5b4bda64ff456104564317e212c823e45cad9d59", + "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1", + "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1", "shasum": "" }, "require": { - "behat/behat": "~3.0,>=3.0.5", - "behat/mink": "~1.5", - "php": ">=5.3.2", - "symfony/config": "~2.2|~3.0" + "php": "^5.6 || ^7.0", + "psr/http-message": "^1.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" }, "require-dev": { - "behat/mink-goutte-driver": "~1.1", - "phpspec/phpspec": "~2.0" + "ext-dom": "*", + "ext-libxml": "*", + "phpunit/phpunit": "^5.7.16 || ^6.0.8", + "zendframework/zend-coding-standard": "~1.0" }, - "time": "2016-02-15T07:55:18+00:00", - "type": "behat-extension", + "time": "2018-02-26T15:44:50+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "1.7.x-dev", + "dev-develop": "1.8.x-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Behat\\MinkExtension": "src/" + "psr-4": { + "Zend\\Diactoros\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christophe Coevoet", - "email": "stof@notk.org" - }, - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com" - } + "BSD-2-Clause" ], - "description": "Mink extension for Behat", - "homepage": "http://extensions.behat.org/mink", + "description": "PSR HTTP Message implementations", + "homepage": "https://github.com/zendframework/zend-diactoros", "keywords": [ - "browser", - "gui", - "test", - "web" + "http", + "psr", + "psr-7" ] }, { - "name": "drupal/drupal-driver", - "version": "v1.2.1", - "version_normalized": "1.2.1.0", + "name": "zendframework/zend-escaper", + "version": "2.5.2", + "version_normalized": "2.5.2.0", "source": { "type": "git", - "url": "https://github.com/jhedstrom/DrupalDriver.git", - "reference": "125d39918c97f7a08e3110d456a0a1db864dae46" + "url": "https://github.com/zendframework/zend-escaper.git", + "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jhedstrom/DrupalDriver/zipball/125d39918c97f7a08e3110d456a0a1db864dae46", - "reference": "125d39918c97f7a08e3110d456a0a1db864dae46", + "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e", + "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e", "shasum": "" }, "require": { - "symfony/dependency-injection": "~2.6|~3.0", - "symfony/process": "~2.5|~3.0" + "php": ">=5.5" }, "require-dev": { - "drupal/coder": "~8.2.0", - "drush-ops/behat-drush-endpoint": "*", - "mockery/mockery": "0.9.4", - "phpspec/phpspec": "~2.0", + "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0" }, - "time": "2016-06-20T16:29:51+00:00", + "time": "2016-06-30T19:48:38+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "2.5-dev", + "dev-develop": "2.6-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Drupal\\Component": "src/", - "Drupal\\Driver": "src/", - "Drupal\\Tests\\Driver": "tests/" + "psr-4": { + "Zend\\Escaper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Jonathan Hedstrom", - "email": "jhedstrom@gmail.com" - } + "BSD-3-Clause" ], - "description": "A collection of reusable Drupal drivers", - "homepage": "http://github.com/jhedstrom/DrupalDriver", + "homepage": "https://github.com/zendframework/zend-escaper", "keywords": [ - "drupal", - "test", - "web" + "escaper", + "zf2" ] }, { - "name": "drupal/drupal-extension", - "version": "v3.3.1", - "version_normalized": "3.3.1.0", + "name": "zendframework/zend-feed", + "version": "2.9.0", + "version_normalized": "2.9.0.0", "source": { "type": "git", - "url": "https://github.com/jhedstrom/drupalextension.git", - "reference": "2a858760208856391f7e5e4d269fba2c1df110a4" + "url": "https://github.com/zendframework/zend-feed.git", + "reference": "abe88686124d492e0a2a84656f15e5482bfbe030" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/2a858760208856391f7e5e4d269fba2c1df110a4", - "reference": "2a858760208856391f7e5e4d269fba2c1df110a4", + "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/abe88686124d492e0a2a84656f15e5482bfbe030", + "reference": "abe88686124d492e0a2a84656f15e5482bfbe030", "shasum": "" }, "require": { - "behat/behat": "~3.2", - "behat/mink": "~1.5", - "behat/mink-extension": "~2.0", - "behat/mink-goutte-driver": "~1.0", - "behat/mink-selenium2-driver": "~1.1", - "drupal/drupal-driver": "~1.2", - "symfony/dependency-injection": "~2.7|~3.0", - "symfony/event-dispatcher": "~2.7|~3.0" + "php": "^5.6 || ^7.0", + "zendframework/zend-escaper": "^2.5.2", + "zendframework/zend-stdlib": "^2.7.7 || ^3.1" }, "require-dev": { - "behat/mink-zombie-driver": "^1.2", - "phpspec/phpspec": "~2.0", - "phpunit/phpunit": "3.7.*" + "phpunit/phpunit": "^5.7.23 || ^6.4.3", + "psr/http-message": "^1.0.1", + "zendframework/zend-cache": "^2.7.2", + "zendframework/zend-coding-standard": "~1.0.0", + "zendframework/zend-db": "^2.8.2", + "zendframework/zend-http": "^2.7", + "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", + "zendframework/zend-validator": "^2.10.1" }, - "time": "2017-09-13T19:54:23+00:00", - "type": "behat-extension", + "suggest": { + "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator", + "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests", + "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub", + "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader", + "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations", + "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent" + }, + "time": "2017-12-04T17:59:38+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2.x-dev" + "dev-master": "2.9-dev", + "dev-develop": "2.10-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Drupal\\Drupal": "src/", - "Drupal\\Exception": "src/", - "Drupal\\DrupalExtension": "src/" + "psr-4": { + "Zend\\Feed\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Jonathan Hedstrom", - "email": "jhedstrom@gmail.com" - } + "BSD-3-Clause" ], - "description": "Drupal extension for Behat", - "homepage": "http://drupal.org/project/drupalextension", + "description": "provides functionality for consuming RSS and Atom feeds", "keywords": [ - "drupal", - "test", - "web" + "ZendFramework", + "feed", + "zf" ] }, { - "name": "drupal/permissions_by_term", - "version": "1.35.0", - "version_normalized": "1.35.0.0", + "name": "zendframework/zend-stdlib", + "version": "3.1.0", + "version_normalized": "3.1.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/permissions_by_term", - "reference": "8.x-1.35" + "url": "https://github.com/zendframework/zend-stdlib.git", + "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.35.zip", - "reference": "8.x-1.35", - "shasum": "4f9a7406a81a2e03f90e278fd6921f8fc962f07b" + "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78", + "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78", + "shasum": "" }, "require": { - "behat/behat": "^3.1", - "behat/mink": "^1.7", - "behat/mink-extension": "^2.2", - "behat/mink-goutte-driver": "^1.2", - "behat/mink-selenium2-driver": "^1.3", - "drupal/core": "*", - "drupal/drupal-driver": "~1.0", - "drupal/drupal-extension": "~3.0", - "guzzlehttp/guzzle": "^6.0@dev" + "php": "^5.6 || ^7.0" }, - "type": "drupal-module", + "require-dev": { + "athletic/athletic": "~0.1", + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "^2.6.2" + }, + "time": "2016-09-13T14:38:50+00:00", + "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.35", - "datestamp": "1509945000", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } + "dev-master": "3.1-dev", + "dev-develop": "3.2-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "PermissionsByTerm\\": "tests/src/Behat/Context/" + "Zend\\Stdlib\\": "src/" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Peter Majmesku", - "homepage": "https://www.drupal.org/user/786132", - "email": "p.majmesku@gmail.com" - }, - { - "name": "dakku", - "homepage": "https://www.drupal.org/user/97634" - }, - { - "name": "rackberg", - "homepage": "https://www.drupal.org/user/2806873" - } + "BSD-3-Clause" ], - "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.", - "homepage": "https://www.drupal.org/project/permissions_by_term", - "support": { - "source": "http://cgit.drupalcode.org/permissions_by_term" - } + "homepage": "https://github.com/zendframework/zend-stdlib", + "keywords": [ + "stdlib", + "zf2" + ] } ]