File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ PHP_API_OUTPUT_DIR=${2:-./docs/api/php_api/php_api_reference}; # Path to the dir
77REST_API_OUTPUT_FILE=${3:- ./ docs/ api/ rest_api/ rest_api_reference/ rest_api_reference.html} ; # Path to the REST API Reference file
88
99DXP_EDITION=' commerce' ; # Edition from and for which the Reference is built
10- DXP_VERSION=' 5.0.0-rc1 ' ; # Version from and for which the Reference is built
10+ DXP_VERSION=' 5.0.* ' ; # Version from and for which the Reference is built
1111DXP_ADD_ONS=(automated-translation rector); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
1212DXP_EDITIONS=(oss headless experience commerce); # Available editions ordered by ascending capabilities
13- SF_VERSION=' 7.2 ' ; # Symfony version used by Ibexa DXP
13+ SF_VERSION=' 7.3 ' ; # Symfony version used by Ibexa DXP
1414PHPDOC_VERSION=' 3.8.0' ; # Version of phpDocumentor used to build the Reference
1515PHPDOC_CONF=" $( pwd) /tools/api_refs/phpdoc.dist.xml" ; # Absolute path to phpDocumentor configuration file
1616# PHPDOC_CONF="$(pwd)/tools/api_refs/phpdoc.dev.xml"; # Absolute path to phpDocumentor configuration file
You can’t perform that action at this time.
0 commit comments