Add opdavies/sculpin-content-generator-bundle
This commit is contained in:
parent
2133d51c58
commit
eb077975ba
|
@ -6,8 +6,9 @@ class SculpinKernel extends AbstractKernel
|
|||
{
|
||||
protected function getAdditionalSculpinBundles()
|
||||
{
|
||||
return array(
|
||||
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle'
|
||||
);
|
||||
return [
|
||||
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle',
|
||||
'Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,9 +17,7 @@
|
|||
"behat/behat": "2.5.*@stable",
|
||||
"behat/mink": "1.5.*@stable",
|
||||
"behat/mink-extension": "*",
|
||||
"behat/mink-goutte-driver": "*"
|
||||
},
|
||||
"config": {
|
||||
"component-dir": "source/components"
|
||||
"behat/mink-goutte-driver": "*",
|
||||
"opdavies/sculpin-content-generator-bundle": "dev-master"
|
||||
}
|
||||
}
|
||||
|
|
44
composer.lock
generated
44
composer.lock
generated
|
@ -4,8 +4,8 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "bedf8d0bc4bf4e29597de173643dc69e",
|
||||
"content-hash": "59ee051250022e2d138a6fbe9c96d068",
|
||||
"hash": "5bbebc491893fc23e7fa62411e3385df",
|
||||
"content-hash": "bc5732b3374a653079a43f785264ad44",
|
||||
"packages": [
|
||||
{
|
||||
"name": "behat/behat",
|
||||
|
@ -1455,6 +1455,43 @@
|
|||
],
|
||||
"time": "2014-01-02 09:39:06"
|
||||
},
|
||||
{
|
||||
"name": "opdavies/sculpin-content-generator-bundle",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/opdavies/sculpin-content-generator-bundle.git",
|
||||
"reference": "4d32b247abc4d2be750e422d1c712cfc179bebdd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/opdavies/sculpin-content-generator-bundle/zipball/4d32b247abc4d2be750e422d1c712cfc179bebdd",
|
||||
"reference": "4d32b247abc4d2be750e422d1c712cfc179bebdd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Opdavies\\Sculpin\\Bundle\\ContentGeneratorBundle\\": ""
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Oliver Davies",
|
||||
"email": "oliver@oliverdavies.uk",
|
||||
"homepage": "https://www.oliverdavies.uk"
|
||||
}
|
||||
],
|
||||
"description": "Provides new Sculpin commands for generating new content",
|
||||
"keywords": [
|
||||
"sculpin"
|
||||
],
|
||||
"time": "2016-02-11 20:18:01"
|
||||
},
|
||||
{
|
||||
"name": "psr/log",
|
||||
"version": "1.0.0",
|
||||
|
@ -3192,7 +3229,8 @@
|
|||
"stability-flags": {
|
||||
"sculpin/sculpin": 20,
|
||||
"behat/behat": 0,
|
||||
"behat/mink": 0
|
||||
"behat/mink": 0,
|
||||
"opdavies/sculpin-content-generator-bundle": 20
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
|
|
Reference in a new issue