Skip to content

Commit 57b24d5

Browse files
committed
/unhold 89d298db-1b8f-44a6-a8ee-2a8eaaa03967
1 parent f3cf790 commit 57b24d5

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,9 +3,29 @@
33
"description": "Greenpeace P4 test-umbriel",
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",
88
"wpackagist-plugin/query-monitor": "3.15.0",
99
"wpackagist-plugin/debug-bar-elasticpress": "3.1.0"
10-
}
10+
},
11+
"repositories": [
12+
{
13+
"type": "package",
14+
"package": {
15+
"name": "greenpeace/planet4-master-theme",
16+
"type": "wordpress-theme",
17+
"autoload": {
18+
"psr-4": {
19+
"P4\\MasterTheme\\": "src/"
20+
}
21+
},
22+
"extra": null,
23+
"version": 7,
24+
"dist": {
25+
"type": "zip",
26+
"url": "https://storage.googleapis.com/planet4-packages/planet4-master-theme/f887d74f78b9a9cc8cf827bafa9a93f3b9429378.zip"
27+
}
28+
}
29+
}
30+
]
1131
}

0 commit comments

Comments
 (0)