This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/composer.json

24 lines
828 B
JSON
Raw Normal View History

2015-08-08 16:51:10 +00:00
{
"scripts": {
"clean": "rm -rf output_*/",
"dev": "sculpin generate --clean --no-interaction --server --watch",
2017-01-08 02:02:24 +00:00
"production": "sculpin generate --clean --no-interaction --env='prod' --quiet",
"test": "behat"
},
2015-08-08 16:51:10 +00:00
"require": {
"php": "^5.5",
2016-10-08 08:14:30 +00:00
"behat/mink-extension": "@stable",
"behat/mink-goutte-driver": "@stable",
2016-06-01 11:08:26 +00:00
"dflydev/embedded-composer": "^1.0@dev",
"opdavies/sculpin-content-generator-bundle": "@stable",
2017-03-18 10:56:53 +00:00
"opdavies/sculpin-gist-embed-bundle": "^0.1",
2017-03-18 10:45:21 +00:00
"opdavies/sculpin-twig-markdown-bundle": "^0.1",
2017-03-18 10:56:53 +00:00
"opdavies/sculpin-twig-sort-by-field-bundle": "^1.0",
2016-09-09 11:40:11 +00:00
"sculpin/sculpin": "^2.1@dev",
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
2016-11-30 08:09:48 +00:00
},
"config": {
2016-12-23 23:23:48 +00:00
"sort-packages": true
2015-08-08 16:51:10 +00:00
}
}