Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
/unhold d0db63e5-a419-45cc-bcaa-f24039c926c5
  • Loading branch information
planet-4 committed Jan 9, 2024
1 parent 0fe26c4 commit bb1370c
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-pandora",
"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/887b5a6c6cd87fb6f183a83f514d46c12a45d8a7.zip"
}
}
}
]
}

0 comments on commit bb1370c

Please sign in to comment.