Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
/unhold 9dde0dff-d8b7-448c-899f-607b59392dc4
  • Loading branch information
planet-4 committed Jan 13, 2023
1 parent 75b8247 commit 37f77f3
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions composer-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,37 @@
"description": "Greenpeace P4 test-mars",
"license": "MIT",
"require": {
"greenpeace/planet4-master-theme": "dev-main",
"greenpeace/planet4-master-theme": "7",
"greenpeace/planet4-plugin-gutenberg-blocks": "dev-main"
},
"data_from": "international",
"scripts": {
"site:custom": []
},
"repositories": []
"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/406131de7381bc1957e4dccc6c19371d1c0c9276.zip"
}
}
}
]
}

0 comments on commit 37f77f3

Please sign in to comment.