You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DXP_EDITION='commerce';# Edition from and for which the Reference is built
10
10
DXP_VERSION='5.0.x-dev';# Version from and for which the Reference is built
11
-
DXP_ADD_ONS=(connector-ai connector-openai automated-translation product-catalog-date-time-attribute);# Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
11
+
DXP_ADD_ONS=(automated-translation rector);# Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
12
12
DXP_EDITIONS=(oss headless experience commerce);# Available editions ordered by ascending capabilities
13
-
SF_VERSION='6.4';# Symfony version used by Ibexa DXP
14
-
PHPDOC_VERSION='3.7.1';# Version of phpDocumentor used to build the Reference
13
+
SF_VERSION='7.2';# Symfony version used by Ibexa DXP
14
+
PHPDOC_VERSION='3.8.0';# Version of phpDocumentor used to build the Reference
15
15
PHPDOC_CONF="$(pwd)/tools/api_refs/phpdoc.dist.xml";# Absolute path to phpDocumentor configuration file
16
16
#PHPDOC_CONF="$(pwd)/tools/api_refs/phpdoc.dev.xml"; # Absolute path to phpDocumentor configuration file
17
-
PHPDOC_TEMPLATE_VERSION='3.7.1';# Version of the phpDocumentor base template set
17
+
PHPDOC_TEMPLATE_VERSION='3.8.0';# Version of the phpDocumentor base template set
18
18
PHPDOC_DIR="$(pwd)/tools/api_refs/.phpdoc";# Absolute path to phpDocumentor resource directory (containing the override template set)
19
19
20
20
PHP_BINARY="php -d error_reporting=`php -r 'echo E_ALL & ~E_DEPRECATED;'`";# Avoid depreciation messages from phpDocumentor/Reflection/issues/529 when using PHP 8.2 or higher
@@ -55,7 +55,7 @@ cd $TMP_DXP_DIR; # /!\ Change working directory (reason why all paths must be ab
55
55
if [ 0 -eq$DXP_ALREADY_EXISTS ];then
56
56
echo"Creating ibexa/$DXP_EDITION-skeleton:$DXP_VERSION project in ${TMP_DXP_DIR}…";
0 commit comments