Added sculpin-related-posts-bundle
This commit is contained in:
parent
be9049edc9
commit
4fd3aae714
11
app/SculpinKernel.php
Normal file
11
app/SculpinKernel.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
|
||||
{
|
||||
protected function getAdditionalSculpinBundles()
|
||||
{
|
||||
return array(
|
||||
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle'
|
||||
);
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"require": {
|
||||
"tsphethean/sculpin-related-posts-bundle": "0.1.0"
|
||||
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue