From e0d8cc3ae2ccb92c4975d32ed08570d35b467757 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 29 May 2019 22:14:12 +0100 Subject: [PATCH] Re-add opdavies/sculpin-twig-markdown-bundle --- composer.json | 1 + composer.lock | 46 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 600f42b..16192d1 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "require": { "php": "^7.1", "josephlavin/tap": "^1.0", + "opdavies/sculpin-twig-markdown-bundle": "^0.1.1", "sculpin/sculpin": "^3", "tightenco/collect": "^5.8" }, diff --git a/composer.lock b/composer.lock index eba090f..8898842 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9778a3f48980cbd2767f204f6c02b650", + "content-hash": "4ee50eae7effe12398906b86d306461f", "packages": [ { "name": "dflydev/ant-path-matcher", @@ -584,6 +584,50 @@ ], "time": "2019-01-26T17:03:58+00:00" }, + { + "name": "opdavies/sculpin-twig-markdown-bundle", + "version": "0.1.1", + "source": { + "type": "git", + "url": "https://github.com/opdavies/sculpin-twig-markdown-bundle.git", + "reference": "8927ec4707eada3ad9ca8817eb9daeb1d91ae50b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/opdavies/sculpin-twig-markdown-bundle/zipball/8927ec4707eada3ad9ca8817eb9daeb1d91ae50b", + "reference": "8927ec4707eada3ad9ca8817eb9daeb1d91ae50b", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "sculpin/sculpin": "@stable" + }, + "type": "library", + "autoload": { + "psr-4": { + "Opdavies\\Sculpin\\Bundle\\TwigMarkdownBundle\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Oliver Davies", + "email": "oliver@oliverdavies.uk", + "homepage": "https://www.oliverdavies.uk" + } + ], + "keywords": [ + "markdown", + "sculpin", + "twig" + ], + "time": "2017-03-18T10:39:19+00:00" + }, { "name": "psr/container", "version": "1.0.0",