Add package bundles

This commit is contained in:
Almira Krdzic
2018-08-26 15:41:08 +02:00
parent 6017ae8cf3
commit 5ac3bfff36
9 changed files with 90 additions and 30 deletions

View File

@@ -29,6 +29,18 @@
"reference": "origin/master"
}
}
},
{
"type": "package",
"package": {
"name": "3rdparty/woocommerce-product-bundles",
"type": "wordpress-plugin",
"version": "5.7.11",
"dist": {
"url": "3rdparty/woocommerce-product-bundles.zip",
"type": "zip"
}
}
}
],
"require": {
@@ -51,7 +63,8 @@
"wpackagist-plugin/wp-user-groups": "2.2.0",
"3rdparty/gravityforms": "*",
"3rdparty/gravityflow": "*"
"3rdparty/gravityflow": "*",
"3rdparty/woocommerce-product-bundles": "*"
},
"require-dev": {
"vlucas/phpdotenv": "2.5.0"
@@ -73,6 +86,7 @@
],
"activate-plugins": [
"wp plugin activate woocommerce",
"wp plugin activate woocommerce-product-bundles",
"wp plugin activate woocommerce-jetpack",
"wp plugin activate jwt-authentication-for-wp-rest-api",
"wp plugin activate gravityforms",
@@ -86,6 +100,7 @@
"wp core update-db",
"composer activate-plugins",
"wp wc update",
"wp wc pb update",
"wp wiaas update-db"
]
}