From 99fefd080c2449a6c49f5c3a2755dc5c05a99d27 Mon Sep 17 00:00:00 2001 From: Aleksandr Beliaev Date: Sat, 15 Apr 2023 22:21:29 +0300 Subject: [PATCH] Fixed a problem where composer install would fail due to missing trailing slash (with composer 2.3+) https://github.com/junaidbhura/composer-wp-pro-plugins/issues/34 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bf7ab22..d230bc8 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "type": "wordpress-plugin", "dist": { "type": "zip", - "url": "https://www.advancedcustomfields.com" + "url": "https://www.advancedcustomfields.com/" }, "require": { "junaidbhura/composer-wp-pro-plugins": "*"