Commit a75278b1 authored by Hendrik Heneke's avatar Hendrik Heneke
Browse files

Added composer binary cfgen.

parent 9b3795a7
...@@ -45,6 +45,9 @@ ...@@ -45,6 +45,9 @@
"require": "4.4.* || 5.2.*" "require": "4.4.* || 5.2.*"
} }
}, },
"bin": [
"bin/cfgen"
],
"scripts": { "scripts": {
"cfgen:standalone:generate-configs:test": "bin/cfgen -e test cfgen:generate-configs -c tests/cfgen.json --vault symfony --overwrite", "cfgen:standalone:generate-configs:test": "bin/cfgen -e test cfgen:generate-configs -c tests/cfgen.json --vault symfony --overwrite",
"php-cs:check": "php-cs-fixer fix --dry-run --stop-on-violation --using-cache=no --rules=-line_ending src", "php-cs:check": "php-cs-fixer fix --dry-run --stop-on-violation --using-cache=no --rules=-line_ending src",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment