Added sculpin-related-posts-bundle

This commit is contained in:
Oliver Davies 2015-07-21 20:38:42 +01:00
parent be9049edc9
commit 4fd3aae714
3 changed files with 13 additions and 2 deletions

11
app/SculpinKernel.php Normal file
View file

@ -0,0 +1,11 @@
<?php
class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
{
protected function getAdditionalSculpinBundles()
{
return array(
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle'
);
}
}

View file

@ -1,5 +1,5 @@
{
"require": {
"tsphethean/sculpin-related-posts-bundle": "0.1.0"
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
}
}

View file

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "d37b05ed16424b89840bb47bf5f29ffe",
"hash": "0534583cebab2a2d1502880eb3d75947",
"packages": [
{
"name": "tsphethean/sculpin-related-posts-bundle",