Add opdavies/sculpin-content-generator-bundle

This commit is contained in:
Oliver Davies 2016-02-11 20:29:41 +00:00
parent 2133d51c58
commit eb077975ba
3 changed files with 47 additions and 10 deletions

View file

@ -6,8 +6,9 @@ class SculpinKernel extends AbstractKernel
{ {
protected function getAdditionalSculpinBundles() protected function getAdditionalSculpinBundles()
{ {
return array( return [
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle' 'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle',
); 'Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle'
];
} }
} }

View file

@ -17,9 +17,7 @@
"behat/behat": "2.5.*@stable", "behat/behat": "2.5.*@stable",
"behat/mink": "1.5.*@stable", "behat/mink": "1.5.*@stable",
"behat/mink-extension": "*", "behat/mink-extension": "*",
"behat/mink-goutte-driver": "*" "behat/mink-goutte-driver": "*",
}, "opdavies/sculpin-content-generator-bundle": "dev-master"
"config": {
"component-dir": "source/components"
} }
} }

44
composer.lock generated
View file

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "bedf8d0bc4bf4e29597de173643dc69e", "hash": "5bbebc491893fc23e7fa62411e3385df",
"content-hash": "59ee051250022e2d138a6fbe9c96d068", "content-hash": "bc5732b3374a653079a43f785264ad44",
"packages": [ "packages": [
{ {
"name": "behat/behat", "name": "behat/behat",
@ -1455,6 +1455,43 @@
], ],
"time": "2014-01-02 09:39:06" "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", "name": "psr/log",
"version": "1.0.0", "version": "1.0.0",
@ -3192,7 +3229,8 @@
"stability-flags": { "stability-flags": {
"sculpin/sculpin": 20, "sculpin/sculpin": 20,
"behat/behat": 0, "behat/behat": 0,
"behat/mink": 0 "behat/mink": 0,
"opdavies/sculpin-content-generator-bundle": 20
}, },
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,