@@ -278,7 +278,7 @@ conventions:
278278
279279The replacements are:
280280
281- * ` {ExtensionName} ` the name of your extension, e.g. ` xdebug ` (hint: this
281+ * ` {ExtensionName} ` the name of your extension, e.g. ` yourext ` (hint: this
282282 is not your Composer package name!)
283283 * ` {PhpVersion} ` the major and minor version of PHP, e.g. ` 8.5 `
284284 * ` {Version} ` the version of your extension, e.g. ` 1.20.1 `
@@ -297,18 +297,18 @@ The replacements are:
297297
298298Some examples of valid asset names:
299299
300- * ` php_xdebug -4.1_php8.4-x86_64-linux-glibc.zip` (or ` php_xdebug -4.1_php8.4-x86_64-glibc-nts.zip` )
301- * ` php_xdebug -4.1_php8.4-x86_64-linux-musl.zip` (or ` php_xdebug -4.1_php8.4-x86_64-musl-nts.zip` )
302- * ` php_xdebug -4.1_php8.4-arm64-linux-glibc.zip` (or ` php_xdebug -4.1_php8.4-arm64-glibc-nts.zip` )
303- * ` php_xdebug -4.1_php8.4-arm64-linux-musl.zip` (or ` php_xdebug -4.1_php8.4-arm64-musl-nts.zip` )
304- * ` php_xdebug -4.1_php8.4-x86_64-linux-glibc-zts.zip`
305- * ` php_xdebug -4.1_php8.4-x86_64-linux-musl-zts.zip`
306- * ` php_xdebug -4.1_php8.4-arm64-linux-glibc-zts.zip`
307- * ` php_xdebug -4.1_php8.4-arm64-linux-musl-zts.zip`
308- * ` php_xdebug -4.1_php8.4-x86_64-linux-glibc-debug.zip`
309- * ` php_xdebug -4.1_php8.4-x86_64-linux-musl-debug.zip`
310- * ` php_xdebug -4.1_php8.4-arm64-linux-glibc-debug.zip`
311- * ` php_xdebug -4.1_php8.4-arm64-linux-musl-debug.zip`
300+ * ` php_yourext -4.1_php8.4-x86_64-linux-glibc.zip` (or ` php_yourext -4.1_php8.4-x86_64-glibc-nts.zip` )
301+ * ` php_yourext -4.1_php8.4-x86_64-linux-musl.zip` (or ` php_yourext -4.1_php8.4-x86_64-musl-nts.zip` )
302+ * ` php_yourext -4.1_php8.4-arm64-linux-glibc.zip` (or ` php_yourext -4.1_php8.4-arm64-glibc-nts.zip` )
303+ * ` php_yourext -4.1_php8.4-arm64-linux-musl.zip` (or ` php_yourext -4.1_php8.4-arm64-musl-nts.zip` )
304+ * ` php_yourext -4.1_php8.4-x86_64-linux-glibc-zts.zip`
305+ * ` php_yourext -4.1_php8.4-x86_64-linux-musl-zts.zip`
306+ * ` php_yourext -4.1_php8.4-arm64-linux-glibc-zts.zip`
307+ * ` php_yourext -4.1_php8.4-arm64-linux-musl-zts.zip`
308+ * ` php_yourext -4.1_php8.4-x86_64-linux-glibc-debug.zip`
309+ * ` php_yourext -4.1_php8.4-x86_64-linux-musl-debug.zip`
310+ * ` php_yourext -4.1_php8.4-arm64-linux-glibc-debug.zip`
311+ * ` php_yourext -4.1_php8.4-arm64-linux-musl-debug.zip`
312312
313313It is recommended that ` pre-packaged-binary ` is combined with ` composer-default `
314314as a fallback mechanism, if a particular combination is supported, but not
0 commit comments