File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66[ ![ Supported PHP Versions] ( https://img.shields.io/packagist/dependency-v/aspose/barcode-cloud-php/php )] ( https://packagist.org/packages/aspose/barcode-cloud-php )
77
88- API version: 4.0
9- - Package version: 25.7 .0
9+ - Package version: 25.8 .0
1010- Supported PHP versions: ">=8.0"
1111
1212## SDK and API Version Compatibility:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rm -rf "${RUN_DIR}" || true
1111mkdir -p " ${RUN_DIR} "
1212
1313pushd ${RUN_DIR}
14- ln -sv -F ../src/ .
14+ ln -sn -F ../src ./src
1515popd
1616
1717for file in $( find " ${SNIPPETS_DIR} " -name " *.php" ) ; do
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Configuration implements JsonSerializable
2020 *
2121 * @var string
2222 */
23- protected $ clientVersion = '25.7 .0 ' ;
23+ protected $ clientVersion = '25.8 .0 ' ;
2424
2525 /**
2626 * ClientId for API
You can’t perform that action at this time.
0 commit comments