Skip to content

Commit

Permalink
Install and configure incenteev parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Jan 9, 2024
1 parent ad3ffe7 commit 03f96f7
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 3 deletions.
18 changes: 16 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"ext-dom": "*",
"ext-libxml": "*",
"ext-zlib": "*",
"incenteev/composer-parameter-handler": "*",
"openconext/monitor-bundle": "^4.0",
"surfnet/stepup-bundle": "^6.0.9",
"surfnet/stepup-gssp-bundle": "^5.0",
Expand Down Expand Up @@ -101,7 +102,15 @@
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
},
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"@auto-scripts"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"@auto-scripts"
]
},
"config": {
"sort-packages": true,
Expand All @@ -121,7 +130,12 @@
"symfony": {
"allow-contrib": false,
"require": "6.4.*"
}
},
"incenteev-parameters": [
{
"file": "config/openconext/parameters.yaml"
}
]
},
"archive": {
"exclude": [
Expand Down
59 changes: 58 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03f96f7

Please sign in to comment.