oliverdavies.uk/composer.json
Oliver Davies 94a4190be6 Remove custom Twig extensions
Go back to calculating the talk count inline and using a macro to get
the number of years experience.
2024-11-30 20:58:54 +00:00

13 lines
280 B
JSON

{
"require": {
"illuminate/collections": "^11.6",
"opdavies/sculpin-twig-markdown-bundle": "^0.2.0",
"sculpin/sculpin": "^3.2"
},
"config": {
"allow-plugins": {
"sculpin/sculpin-theme-composer-plugin": true
}
}
}