diff --git a/composer.json b/composer.json index 047741d61..6428583bd 100644 --- a/composer.json +++ b/composer.json @@ -3,12 +3,13 @@ "description": "BLT", "license": "GPL-2.0", "require": { - "drupal/console": "~0.10", + "drupal/console": "~1.0", "phing/phing": "2.*", "phpunit/phpunit": "5.4.*", "platinumpixs/phing-random-string": "dev-master", "squizlabs/php_codesniffer": "^2.4", "symfony/yaml": "~2.7", "drupal/coder": "~8.2" - } + }, + "minimum-stability": "beta" } diff --git a/composer.lock b/composer.lock index 9ee703ec4..6f3b851c7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "29956ac91653c68efaf50aaf7bc2ab37", - "content-hash": "f29ce0ddca4c3d6807e6f7672e7aa7bb", + "hash": "d663ae7317ba8295442a7d803c3dde97", + "content-hash": "e143e313c42e5ab12790286d00222a12", "packages": [ { "name": "alchemy/zippy", @@ -169,6 +169,126 @@ ], "time": "2016-04-13 19:46:30" }, + { + "name": "dflydev/placeholder-resolver", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git", + "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356", + "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Dflydev\\PlaceholderResolver": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + } + ], + "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.", + "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver", + "keywords": [ + "placeholder", + "resolver" + ], + "time": "2012-10-28 21:08:28" + }, + { + "name": "doctrine/annotations", + "version": "v1.2.7", + "source": { + "type": "git", + "url": "https://github.com/doctrine/annotations.git", + "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", + "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", + "shasum": "" + }, + "require": { + "doctrine/lexer": "1.*", + "php": ">=5.3.2" + }, + "require-dev": { + "doctrine/cache": "1.*", + "phpunit/phpunit": "4.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Annotations\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Docblock Annotations Parser", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "docblock", + "parser" + ], + "time": "2015-08-31 12:32:49" + }, { "name": "doctrine/collections", "version": "v1.3.0", @@ -289,6 +409,60 @@ ], "time": "2015-06-14 21:17:01" }, + { + "name": "doctrine/lexer", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Lexer\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "lexer", + "parser" + ], + "time": "2014-09-09 13:34:57" + }, { "name": "drupal/coder", "version": "8.2.7", @@ -327,39 +501,41 @@ }, { "name": "drupal/console", - "version": "0.11.3", + "version": "1.0.0-beta5", "source": { "type": "git", "url": "https://github.com/hechoendrupal/DrupalConsole.git", - "reference": "e0912b0f52455542d18d39f12387f297ec0f6cac" + "reference": "8905ee36a8339b8e237d370fea790a994350a6d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/DrupalConsole/zipball/e0912b0f52455542d18d39f12387f297ec0f6cac", - "reference": "e0912b0f52455542d18d39f12387f297ec0f6cac", + "url": "https://api.github.com/repos/hechoendrupal/DrupalConsole/zipball/8905ee36a8339b8e237d370fea790a994350a6d9", + "reference": "8905ee36a8339b8e237d370fea790a994350a6d9", "shasum": "" }, "require": { "alchemy/zippy": "0.3.5", "composer/installers": "~1.0", + "dflydev/placeholder-resolver": "~1.0", + "doctrine/annotations": "1.2.*", "gabordemooij/redbean": "@stable", "guzzlehttp/guzzle": "~6.1", "padraic/phar-updater": "~1.0@dev", - "php": ">=5.5.9", + "php": "^5.6 || ^7.0", "phpseclib/phpseclib": "2.*", "stecman/symfony-console-completion": "^0.5.1", - "symfony/config": "~2.7", - "symfony/console": "~2.7", + "symfony/config": "~2.8", + "symfony/console": "~2.8", "symfony/css-selector": "~2.7", "symfony/debug": "~2.7", - "symfony/dependency-injection": "~2.7", + "symfony/dependency-injection": "~2.8", "symfony/dom-crawler": "~2.7", - "symfony/event-dispatcher": "~2.7", - "symfony/filesystem": "~2.7", - "symfony/finder": "~2.7", - "symfony/http-foundation": "~2.7", - "symfony/translation": "~2.7", - "symfony/yaml": "~2.7", + "symfony/event-dispatcher": "~2.8", + "symfony/filesystem": "~2.8", + "symfony/finder": "~2.8", + "symfony/http-foundation": "~2.8", + "symfony/translation": "~2.8", + "symfony/yaml": "~2.8", "twig/twig": "^1.23.1" }, "bin": [ @@ -408,7 +584,7 @@ "drupal", "symfony" ], - "time": "2016-04-14 06:45:29" + "time": "2016-08-02 04:56:07" }, { "name": "gabordemooij/redbean", @@ -3351,7 +3527,7 @@ ], "packages-dev": [], "aliases": [], - "minimum-stability": "stable", + "minimum-stability": "beta", "stability-flags": { "platinumpixs/phing-random-string": 20 },