Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
/unhold 06e67f05-a64b-4adb-9dd9-d3837d84a50a
  • Loading branch information
planet-4 committed Dec 26, 2024
1 parent a9adc21 commit bd59adb
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions composer-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,27 @@
"description": "Greenpeace P4 test-tavros",
"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": null,
"version": 7,
"dist": {
"type": "zip",
"url": "https://storage.googleapis.com/planet4-packages/planet4-master-theme/cbbb5ab3c4aee36ce84f447ddabab3fc80be47d4.zip"
}
}
}
]
}

0 comments on commit bd59adb

Please sign in to comment.