From 29734d6b36cd81a018dff11e52d47407d2d1587f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 19 Jul 2021 07:30:14 +0100 Subject: [PATCH] Add Sculpin Twig Markdown bundle --- app/SculpinKernel.php | 2 ++ composer.json | 1 + composer.lock | 50 ++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 52 insertions(+), 1 deletion(-) diff --git a/app/SculpinKernel.php b/app/SculpinKernel.php index 55fdc1e3c..9d17dda0d 100644 --- a/app/SculpinKernel.php +++ b/app/SculpinKernel.php @@ -3,6 +3,7 @@ declare(strict_types=1); use Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle; +use Opdavies\Sculpin\Bundle\TwigMarkdownBundle\SculpinTwigMarkdownBundle; use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel; final class SculpinKernel extends AbstractKernel @@ -14,6 +15,7 @@ final class SculpinKernel extends AbstractKernel { return [ SculpinGistEmbedBundle::class, + SculpinTwigMarkdownBundle::class, ]; } } diff --git a/composer.json b/composer.json index 2bd33e418..8dfd5e8c0 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ ], "require": { "opdavies/sculpin-gist-embed-bundle": "^0.1.0", + "opdavies/sculpin-twig-markdown-bundle": "^0.2.0", "sculpin/sculpin": "^3.0" }, "scripts": { diff --git a/composer.lock b/composer.lock index 318e38994..aa02a2b19 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": "7f7c39b49ce875663ec830ec506fc764", + "content-hash": "42fe481e464bda17a24a8178e30bdfd6", "packages": [ { "name": "dflydev/ant-path-matcher", @@ -662,6 +662,54 @@ }, "time": "2016-04-05T19:57:22+00:00" }, + { + "name": "opdavies/sculpin-twig-markdown-bundle", + "version": "0.2.0", + "source": { + "type": "git", + "url": "https://github.com/opdavies/sculpin-twig-markdown-bundle.git", + "reference": "da9b055a1981419a0e7d5b5e8e1de517d1d9d91e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/opdavies/sculpin-twig-markdown-bundle/zipball/da9b055a1981419a0e7d5b5e8e1de517d1d9d91e", + "reference": "da9b055a1981419a0e7d5b5e8e1de517d1d9d91e", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "sculpin/sculpin": "@stable" + }, + "type": "library", + "autoload": { + "psr-4": { + "Opdavies\\Sculpin\\Bundle\\TwigMarkdownBundle\\": "src" + } + }, + "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" + ], + "support": { + "issues": "https://github.com/opdavies/sculpin-twig-markdown-bundle/issues", + "source": "https://github.com/opdavies/sculpin-twig-markdown-bundle/tree/master" + }, + "time": "2019-11-11T15:04:02+00:00" + }, { "name": "psr/container", "version": "1.1.1",