Skip to content

Commit 13ac6be

Browse files
committed
Point Onboarding-Data module to dev branch
1 parent 9f6cfba commit 13ac6be

File tree

2 files changed

+384
-443
lines changed

2 files changed

+384
-443
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@
2525
"php": "7.3.0"
2626
}
2727
},
28+
"minimum-stability": "dev",
2829
"repositories": [
30+
{
31+
"type": "vcs",
32+
"url": "https://github.com/newfold-labs/wp-module-onboarding-data.git",
33+
"only": [
34+
"newfold-labs/wp-module-onboarding-data"
35+
]
36+
},
2937
{
3038
"type": "composer",
3139
"url": "https://newfold-labs.github.io/satis/",
@@ -44,7 +52,7 @@
4452
"require": {
4553
"mustache/mustache": "^2.14.2",
4654
"wp-cli/wp-config-transformer": "^1.4.1",
47-
"newfold-labs/wp-module-onboarding-data": "^1.2.8",
55+
"newfold-labs/wp-module-onboarding-data": "dev-update/unified-ui",
4856
"newfold-labs/wp-module-patterns": "^2.9.2",
4957
"newfold-labs/wp-module-facebook": "^1.2.1",
5058
"newfold-labs/wp-module-migration": "^1.3.0",

0 commit comments

Comments
 (0)