Add Sculpin Twig Markdown bundle

This commit is contained in:
Oliver Davies 2021-07-19 07:30:14 +01:00
parent ef5275684e
commit 29734d6b36
3 changed files with 52 additions and 1 deletions

View file

@ -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,
];
}
}

View file

@ -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": {

50
composer.lock generated
View file

@ -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",