Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
/unhold 493a6910-63a5-4011-b43e-a5c399b18517
  • Loading branch information
planet-4 committed Feb 16, 2024
1 parent d89eef2 commit 97ad7dc
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions composer-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,33 @@
"description": "Greenpeace P4 test-phoebe",
"license": "MIT",
"require": {
"greenpeace/planet4-master-theme": "dev-main",
"greenpeace/planet4-master-theme": "7",
"greenpeace/planet4-plugin-gutenberg-blocks": "dev-main"
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "greenpeace/planet4-master-theme",
"type": "wordpress-theme",
"autoload": {
"psr-4": {
"P4\\MasterTheme\\": "src/"
}
},
"extra": {
"installer-paths": {
"vendor/plugins/{$name}/": [
"type:wordpress-plugin"
]
}
},
"version": 7,
"dist": {
"type": "zip",
"url": "https://storage.googleapis.com/planet4-packages/planet4-master-theme/fdb33856b3a7b09e23aab0461b6a72c790eced3d.zip"
}
}
}
]
}

0 comments on commit 97ad7dc

Please sign in to comment.