From c8240c956319f3fe33c37d5b855966e08049931c Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 27 Oct 2024 08:50:27 -0500 Subject: [PATCH] feat!: `0.7` Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4529c13..7dd8667 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "devuri/wpframework": "^0.6", + "devuri/wpframework": "^0.7", "johnpbloch/wordpress": "^6.6", "devuri/advanced-custom-site-status": "*", "wpackagist-plugin/disable-comments": "*", @@ -33,13 +33,13 @@ "extra": { "wordpress-install-dir": "public/wp", "installer-paths": { - "public/content/mu-plugins/{$name}/": [ + "public/wp-content/mu-plugins/{$name}/": [ "type:wordpress-muplugin" ], - "public/content/plugins/{$name}/": [ + "public/wp-content/plugins/{$name}/": [ "type:wordpress-plugin" ], - "public/content/themes/{$name}/": [ + "public/wp-content/themes/{$name}/": [ "type:wordpress-theme" ] }