Re-add opdavies/sculpin-twig-markdown-bundle

This commit is contained in:
Oliver Davies 2019-05-29 22:14:12 +01:00
parent 615904e1d1
commit e0d8cc3ae2
2 changed files with 46 additions and 1 deletions

View file

@ -12,6 +12,7 @@
"require": { "require": {
"php": "^7.1", "php": "^7.1",
"josephlavin/tap": "^1.0", "josephlavin/tap": "^1.0",
"opdavies/sculpin-twig-markdown-bundle": "^0.1.1",
"sculpin/sculpin": "^3", "sculpin/sculpin": "^3",
"tightenco/collect": "^5.8" "tightenco/collect": "^5.8"
}, },

46
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "9778a3f48980cbd2767f204f6c02b650", "content-hash": "4ee50eae7effe12398906b86d306461f",
"packages": [ "packages": [
{ {
"name": "dflydev/ant-path-matcher", "name": "dflydev/ant-path-matcher",
@ -584,6 +584,50 @@
], ],
"time": "2019-01-26T17:03:58+00:00" "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", "name": "psr/container",
"version": "1.0.0", "version": "1.0.0",