Skip to content

Commit 9df152d

Browse files
authored
Move to 5.0.0
1 parent 9c6fbdf commit 9df152d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/api_refs/api_refs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ PHP_API_OUTPUT_DIR=${2:-./docs/api/php_api/php_api_reference}; # Path to the dir
77
REST_API_OUTPUT_FILE=${3:-./docs/api/rest_api/rest_api_reference/rest_api_reference.html}; # Path to the REST API Reference file
88

99
DXP_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
1111
DXP_ADD_ONS=(automated-translation rector); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
1212
DXP_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
1414
PHPDOC_VERSION='3.8.0'; # Version of phpDocumentor used to build the Reference
1515
PHPDOC_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

0 commit comments

Comments
 (0)