Skip to content

Commit dcbfa8d

Browse files
committed
Merge branch 'master' into collab-php-api-ref
2 parents 7921dee + e281d78 commit dcbfa8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/php_api_ref/phpdoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if [ 0 -eq $DXP_ALREADY_EXISTS ]; then
105105
jq -r --arg PACKAGE "$package" '"'\''\(.autoload | ."psr-4" | try to_entries[] catch empty | .key[:-1] | sub("\\\\";"\\\\\\";"g"))'\'': '\''\($PACKAGE)'\'',"')
106106
NAMESPACE_MAP="$NAMESPACE_MAP\n$NAMESPACES"
107107
fi;
108-
done <<< "$(curl --no-progress-meter "https://raw.githubusercontent.com/ibexa/$edition/v$DXP_VERSION/composer.json" | jq .require | grep -E "(ibexa|ezsystems|silversolutions)")";
108+
done <<< "$(curl --no-progress-meter "https://raw.githubusercontent.com/ibexa/$edition/$GIT_REF/composer.json" | jq .require | grep -E "(ibexa|ezsystems|silversolutions)")";
109109
if [ "$edition" == "$DXP_EDITION" ]; then
110110
break;
111111
fi;

0 commit comments

Comments
 (0)