Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
/unhold e0fa6e4c-b3b9-420d-be7e-70a1677d83aa
  • Loading branch information
planet-4 committed Jan 25, 2024
1 parent 1a938e7 commit 4eec560
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,7 @@
"description": "Greenpeace P4 test-atlas ",
"license": "MIT",
"require": {
"greenpeace/planet4-master-theme": "dev-main",
"greenpeace/planet4-master-theme": "7",
"greenpeace/planet4-plugin-gutenberg-blocks": "dev-main"
},
"scripts": {
Expand All @@ -13,5 +13,31 @@
"@install:plugin-wpimport",
"@core:activate"
]
}
},
"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/310dca9a01ee5403326e866897cb8479ff39d5b0.zip"
}
}
}
]
}

0 comments on commit 4eec560

Please sign in to comment.