Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
/unhold 3ebf046c-a2e6-42c8-9325-39c40b3361c4
  • Loading branch information
planet-4 committed Jun 15, 2022
1 parent a32ebbd commit 9a85adc
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-iocaste ",
"license": "MIT",
"require": {
"greenpeace/planet4-master-theme": "dev-stduerre:feature/youtube-embed-parameters",
"greenpeace/planet4-master-theme": "7",
"greenpeace/planet4-plugin-gutenberg-blocks": "dev-master"
},
"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/4460aa35238b4c8fb5eeac291f64d727bbcbfcd7.zip"
}
}
}
]
}

0 comments on commit 9a85adc

Please sign in to comment.