Skip to content

Commit

Permalink
Merge pull request #58 from devuri/devuri-patch-2
Browse files Browse the repository at this point in the history
feat!: `0.7` Update composer.json
  • Loading branch information
devuri authored Oct 27, 2024
2 parents 46d5504 + c8240c9 commit a95d13d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand All @@ -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"
]
}
Expand Down

0 comments on commit a95d13d

Please sign in to comment.