30 lines
881 B
JSON
30 lines
881 B
JSON
{
|
||
"name": "opdavies/oliverdavies.uk",
|
||
"description": "Oliver Davies’ personal website and blog.",
|
||
"licence": "MIT",
|
||
"minimum-stability": "dev",
|
||
"prefer-stable": true,
|
||
"authors": [
|
||
{
|
||
"name": "Oliver Davies",
|
||
"email": "oliver@oliverdavies.uk",
|
||
"homepage": "https://www.oliverdavies.uk"
|
||
}
|
||
],
|
||
"require": {
|
||
"sculpin/sculpin": "dev-master#c4f0814",
|
||
"tsphethean/sculpin-related-posts-bundle": "~0.1.0",
|
||
"behat/behat": "2.5.*@stable",
|
||
"behat/mink": "1.5.*@stable",
|
||
"behat/mink-extension": "*",
|
||
"behat/mink-goutte-driver": "*",
|
||
"opdavies/sculpin-content-generator-bundle": "@stable",
|
||
"opdavies/sculpin-gist-embed-bundle": "dev-master"
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"AppBundle\\": "src/AppBundle"
|
||
}
|
||
}
|
||
}
|