generated from pascalmartineau/wp-skeleton
feat: Initial plugins and theme
All checks were successful
WordPress deployment / deploy (push) Successful in 9s
All checks were successful
WordPress deployment / deploy (push) Successful in 9s
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"name": "wp-sites/wp-skeleton",
|
||||
"name": "wp-sites/ccat",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://satis.ledevsimple.ca"
|
||||
},
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://wpackagist.org"
|
||||
@@ -14,5 +18,20 @@
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
},
|
||||
"require": {}
|
||||
}
|
||||
"require": {
|
||||
"lewebsimple/acf-extended-pro": "*",
|
||||
"lewebsimple/acf-polylang": "*",
|
||||
"lewebsimple/admin-site-enhancements-pro": "*",
|
||||
"lewebsimple/advanced-custom-fields-pro": "6.4.3",
|
||||
"lewebsimple/ithemes-security-pro": "*",
|
||||
"lewebsimple/kaliroots": "*",
|
||||
"lewebsimple/wp-offload-ses": "*",
|
||||
"wp-graphql/wp-graphql-jwt-authentication": "*",
|
||||
"wpackagist-plugin/clean-image-filenames": "*",
|
||||
"wpackagist-plugin/disable-comments": "*",
|
||||
"wpackagist-plugin/redirection": "*",
|
||||
"wpackagist-plugin/user-switching": "*",
|
||||
"wpackagist-plugin/wp-graphql": "*",
|
||||
"wpackagist-plugin/wpgraphql-acf": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user