Skip to content

Commit f74a537

Browse files
committed
/unhold a8b1ce39-7c7f-4eca-a817-cd74f7680ba0
1 parent ff28dd2 commit f74a537

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

composer-local.json

+22-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,27 @@
33
"description": "Greenpeace P4 test-mars",
44
"license": "MIT",
55
"require": {
6-
"greenpeace/planet4-master-theme": "dev-main",
6+
"greenpeace/planet4-master-theme": "7",
77
"greenpeace/planet4-plugin-gutenberg-blocks": "dev-main"
8-
}
8+
},
9+
"repositories": [
10+
{
11+
"type": "package",
12+
"package": {
13+
"name": "greenpeace/planet4-master-theme",
14+
"type": "wordpress-theme",
15+
"autoload": {
16+
"psr-4": {
17+
"P4\\MasterTheme\\": "src/"
18+
}
19+
},
20+
"extra": null,
21+
"version": 7,
22+
"dist": {
23+
"type": "zip",
24+
"url": "https://storage.googleapis.com/planet4-packages/planet4-master-theme/f8a61a54186f6e7c7696ec06012387513a52d152.zip"
25+
}
26+
}
27+
}
28+
]
929
}

0 commit comments

Comments
 (0)