From ab2d9a74632f7f7a054fd67ef336633ab01ae9b4 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 19 Feb 2018 21:13:07 +0100 Subject: [PATCH] Update .lock --- composer.lock | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index e3fbbb1..29d6ca2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "9fc15ab796bb23fc8272bd3a6847e08b", + "content-hash": "600f692062b00c12b09c7b6e388086e6", "packages": [ { "name": "botman/botman", @@ -5087,6 +5087,49 @@ "homepage": "https://github.com/sebastianbergmann/version", "time": "2016-10-03T07:35:21+00:00" }, + { + "name": "symfony/thanks", + "version": "v1.0.6", + "source": { + "type": "git", + "url": "https://github.com/symfony/thanks.git", + "reference": "9474ce305253c2f0bc20322ff8e9973cf25c9a94" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/thanks/zipball/9474ce305253c2f0bc20322ff8e9973cf25c9a94", + "reference": "9474ce305253c2f0bc20322ff8e9973cf25c9a94", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0", + "php": "^5.5.9|^7.0.0" + }, + "type": "composer-plugin", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + }, + "class": "Symfony\\Thanks\\Thanks" + }, + "autoload": { + "psr-4": { + "Symfony\\Thanks\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + } + ], + "description": "Give thanks (in the form of a GitHub ⭐) to your fellow PHP package maintainers (not limited to Symfony components)!", + "time": "2018-02-02T13:47:40+00:00" + }, { "name": "theseer/tokenizer", "version": "1.1.0",