Skip to content

Commit 0865d67

Browse files
authored
Upgrade phpDocumentor (#3213)
1 parent 31fcf1d commit 0865d67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/api_refs/api_refs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ DXP_VERSION='5.0.*'; # Version from and for which the Reference is built
1313
DXP_ADD_ONS=(automated-translation rector integrated-help fieldtype-richtext-rte connector-anthropic connector-gemini shopping-list cdp connector-raptor connector-quable mcp); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
1414
DXP_EDITIONS=(oss headless experience commerce); # Available editions ordered by ascending capabilities
1515
SF_VERSION='7.4'; # Symfony version used by Ibexa DXP
16-
PHPDOC_VERSION='3.9.1'; # Version of phpDocumentor used to build the Reference
16+
PHPDOC_VERSION='3.10.0'; # Version of phpDocumentor used to build the Reference
1717
PHPDOC_CONF="$(pwd)/tools/api_refs/phpdoc.dist.xml"; # Absolute path to phpDocumentor configuration file
1818
#PHPDOC_CONF="$(pwd)/tools/api_refs/phpdoc.dev.xml"; # Absolute path to phpDocumentor configuration file
19-
PHPDOC_TEMPLATE_VERSION='3.9.1'; # Version of the phpDocumentor base template set
19+
PHPDOC_TEMPLATE_VERSION='3.10.0'; # Version of the phpDocumentor base template set
2020
PHPDOC_DIR="$(pwd)/tools/api_refs/.phpdoc"; # Absolute path to phpDocumentor resource directory (containing the override template set)
2121
REDOCLY_CONFIG_TEMPLATE="$(pwd)/tools/api_refs/redocly.yaml.template"; # Absolute path to Redocly configuration template file
2222
REDOCLY_CONFIG="$(pwd)/tools/api_refs/redocly.yaml"; # Absolute path to Redocly configuration file (generated from template)

0 commit comments

Comments
 (0)