Files
old-new-wiaas/backend/composer.json
2018-11-04 11:17:42 +01:00

112 lines
3.0 KiB
JSON

{
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "3rdparty/gravityforms",
"type": "wordpress-plugin",
"version": "2.2.3",
"source": {
"url": "https://gitlab.com/saburly/wiaas/3rdparty/gravityforms",
"type": "git",
"reference": "origin/master"
}
}
},
{
"type": "package",
"package": {
"name": "3rdparty/gravityflow",
"type": "wordpress-plugin",
"version": "2.2.3",
"source": {
"url": "https://gitlab.com/saburly/wiaas/3rdparty/gravityflow",
"type": "git",
"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": {
"php": ">=5.6",
"composer/installers": "1.5.0",
"johnpbloch/wordpress": "4.9.7",
"oscarotero/env": "1.1.0",
"roots/wp-password-bcrypt": "1.0.0",
"phpoffice/phpspreadsheet": "1.5",
"woocommerce/woocommerce": "3.5.0",
"3rdparty/woocommerce-product-bundles": "*",
"wpackagist-plugin/groups": "2.3.1",
"wpackagist-plugin/jwt-authentication-for-wp-rest-api": "1.2.4",
"wpackagist-plugin/wp-user-groups": "2.2.0",
"wpackagist-plugin/advanced-access-manager": "5.4.3.2",
"wpackagist-plugin/advanced-custom-fields" : "5.7.7",
"wpackagist-plugin/radio-buttons-for-taxonomies": "1.8.3",
"wpackagist-plugin/sendgrid-email-delivery-simplified" : "1.11.8",
"3rdparty/gravityforms": "*",
"3rdparty/gravityflow": "*"
},
"require-dev": {
"vlucas/phpdotenv": "2.5.0"
},
"extra": {
"installer-paths": {
"app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"app/plugins/{$name}/": ["type:wordpress-plugin"],
"app/themes/{$name}/": ["type:wordpress-theme"]
},
"wordpress-install-dir": "wp/"
},
"scripts": {
"test": [
"phpcs"
],
"setup": [
"composer update-db"
],
"activate-plugins": [
"wp plugin activate woocommerce",
"wp plugin activate woocommerce-product-bundles",
"wp plugin activate jwt-authentication-for-wp-rest-api",
"wp plugin activate gravityforms",
"wp plugin activate gravityflow",
"wp plugin activate groups",
"wp plugin activate wp-user-groups",
"wp plugin activate radio-buttons-for-taxonomies",
"wp plugin activate advanced-access-manager",
"wp plugin activate advanced-custom-fields",
"wp plugin activate sendgrid-email-delivery-simplified",
"wp plugin activate wiaas"
],
"update-db": [
"wp core update-db",
"composer activate-plugins",
"wp wc update",
"wp wc pb update",
"wp wiaas update-db"
]
}
}