Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-20 16:37:35 +00:00
parent af31901ef8
commit 7d78e147a4
143 changed files with 1060 additions and 143 deletions
+10 -1
View File
@@ -23,7 +23,16 @@
"conflict": {
"symfony/symfony": "<5.0"
},
"post-install-output": " * <fg=blue>Finish</> package configuration:\n 1. Configure <comment>config/jane/open_api.php</> with your specification details\n 2. Run <comment>bin/jane-open-api-generate</>\n 3. Add <comment>generated/</> directory to your composer autoload definition (eg. <comment>\"MyApp\\\\Library\\\\Generated\\\\\": \"generated/\"</>)\n 4. Open <comment>config/packages/jane.yaml</> and replace <comment>MyApp\\Library\\Generated\\</> namespace with your generated namespace.\n 5. Then remove line comments\n\nDocumentation: https://jane.readthedocs.io/en/latest/\n"
"post-install-output": [
" * <fg=blue>Finish</> package configuration:",
" 1. Configure <comment>config/jane/open_api.php</> with your specification details",
" 2. Run <comment>bin/jane-open-api-generate</>",
" 3. Add <comment>generated/</> directory to your composer autoload definition (eg. <comment>\"MyApp\\\\Library\\\\Generated\\\\\": \"generated/\"</>)",
" 4. Open <comment>config/packages/jane.yaml</> and replace <comment>MyApp\\Library\\Generated\\</> namespace with your generated namespace.",
" 5. Then remove line comments",
"",
"Documentation: https://jane.readthedocs.io/en/latest/"
]
},
"files": {
"config/jane/open_api.php": {