@@ -63,33 +63,33 @@ protected function configure()
63
63
64
64
The json config file accepts the following keys:
65
65
66
- - "repositories": defines which repositories are searched
66
+ - <info> "repositories"</info> : defines which repositories are searched
67
67
for packages.
68
- - "output-dir": where to output the repository files
68
+ - <info> "output-dir"</info> : where to output the repository files
69
69
if not provided as an argument when calling build.
70
- - "require-all": boolean, if true, all packages present
70
+ - <info> "require-all"</info> : boolean, if true, all packages present
71
71
in the configured repositories will be present in the
72
72
dumped satis repository.
73
- - "require": if you do not want to dump all packages,
73
+ - <info> "require"</info> : if you do not want to dump all packages,
74
74
you can explicitly require them by name and version.
75
- - "minimum-stability": sets default stability for packages
75
+ - <info> "minimum-stability"</info> : sets default stability for packages
76
76
(default: dev), see
77
77
http://getcomposer.org/doc/04-schema.md#minimum-stability
78
- - "require-dependencies": if you mark a few packages as
78
+ - <info> "require-dependencies"</info> : if you mark a few packages as
79
79
required to mirror packagist for example, setting this
80
80
to true will make satis automatically require all of your
81
81
requirements' dependencies.
82
- - "require-dev-dependencies": works like require-dependencies
82
+ - <info> "require-dev-dependencies"</info> : works like require-dependencies
83
83
but requires dev requirements rather than regular ones.
84
- - "config": all config options from composer, see
84
+ - <info> "config"</info> : all config options from composer, see
85
85
http://getcomposer.org/doc/04-schema.md#config
86
- - "output-html": boolean, controls whether the repository
86
+ - <info> "output-html"</info> : boolean, controls whether the repository
87
87
has an html page as well or not.
88
- - "name": for html output, this defines the name of the
88
+ - <info> "name"</info> : for html output, this defines the name of the
89
89
repository.
90
- - "homepage": for html output, this defines the home URL
90
+ - <info> "homepage"</info> : for html output, this defines the home URL
91
91
of the repository (where you will host it).
92
- - "twig-template": Location of twig template to use for
92
+ - <info> "twig-template"</info> : Location of twig template to use for
93
93
building the html output.
94
94
EOT
95
95
)
0 commit comments