Remove bundle, add services in sculpin_kernel.yml
This commit is contained in:
parent
278c7a1d44
commit
ed4133b573
13 changed files with 341 additions and 479 deletions
|
@ -35,6 +35,7 @@
|
|||
"opdavies/sculpin-twig-markdown-bundle": "^0.1",
|
||||
"phpstan/phpstan": "^0.11.8",
|
||||
"sculpin/sculpin": "^3.0",
|
||||
"tightenco/collect": "^5.4",
|
||||
"tsphethean/sculpin-related-posts-bundle": "~0.1.0",
|
||||
"wikimedia/composer-merge-plugin": "^1.4"
|
||||
},
|
||||
|
@ -49,19 +50,12 @@
|
|||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\Talks\\": "src/Talks/src"
|
||||
"App\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"App\\Tests\\Talks\\": "src/Talks/tests"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"merge-plugin": {
|
||||
"include": [
|
||||
"src/*/composer.json"
|
||||
]
|
||||
"App\\Tests\\": "tests"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue