From a25e1a8c079b4dc01674bc9fd06670f2a7bf8c5e Mon Sep 17 00:00:00 2001 From: Baptiste Leduc Date: Tue, 28 Jan 2025 12:11:31 +0000 Subject: [PATCH] Fix post install message for JanePHP components --- jane-php/json-schema/6.0/post-install.txt | 2 +- jane-php/json-schema/7.0/post-install.txt | 2 +- jane-php/open-api-common/6.0/post-install.txt | 2 +- jane-php/open-api-common/7.0/post-install.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jane-php/json-schema/6.0/post-install.txt b/jane-php/json-schema/6.0/post-install.txt index f49672cf0..f95964178 100644 --- a/jane-php/json-schema/6.0/post-install.txt +++ b/jane-php/json-schema/6.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/json_schema.php with your specification details 2. Run bin/jane-json-schema-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/ diff --git a/jane-php/json-schema/7.0/post-install.txt b/jane-php/json-schema/7.0/post-install.txt index f49672cf0..f95964178 100644 --- a/jane-php/json-schema/7.0/post-install.txt +++ b/jane-php/json-schema/7.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/json_schema.php with your specification details 2. Run bin/jane-json-schema-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/ diff --git a/jane-php/open-api-common/6.0/post-install.txt b/jane-php/open-api-common/6.0/post-install.txt index b96c30218..9c48ddef1 100644 --- a/jane-php/open-api-common/6.0/post-install.txt +++ b/jane-php/open-api-common/6.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/open_api.php with your specification details 2. Run bin/jane-open-api-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/ diff --git a/jane-php/open-api-common/7.0/post-install.txt b/jane-php/open-api-common/7.0/post-install.txt index b96c30218..9c48ddef1 100644 --- a/jane-php/open-api-common/7.0/post-install.txt +++ b/jane-php/open-api-common/7.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/open_api.php with your specification details 2. Run bin/jane-open-api-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/