chore: initial wp-boilerplate project
This commit is contained in:
52
composer.json
Normal file
52
composer.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "lewebsimple/cascapediastjules",
|
||||
"description": "WordPress project",
|
||||
"version": "0.4.25",
|
||||
"type": "project",
|
||||
"license": "MIT",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://satis.ledevsimple.ca"
|
||||
},
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://wpackagist.org"
|
||||
}
|
||||
],
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"composer/installers": true,
|
||||
"dealerdirect/phpcodesniffer-composer-installer": true
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
},
|
||||
"scripts": {
|
||||
"post-create-project-cmd": [
|
||||
"./scripts/post-create.sh"
|
||||
],
|
||||
"lint": "vendor/bin/phpcs",
|
||||
"lintfix": "vendor/bin/phpcbf"
|
||||
},
|
||||
"require": {
|
||||
"chubbyphp/chubbyphp-parsing": "*",
|
||||
"lewebsimple/acf-polylang": "*",
|
||||
"lewebsimple/admin-site-enhancements-pro": "*",
|
||||
"lewebsimple/advanced-custom-fields-pro": "*",
|
||||
"lewebsimple/ithemes-security-pro": "*",
|
||||
"lewebsimple/kaliroots": "*",
|
||||
"lewebsimple/wp-offload-ses": "*",
|
||||
"wpackagist-plugin/acf-extended": "*",
|
||||
"wpackagist-plugin/disable-comments": "*",
|
||||
"wpackagist-plugin/redirection": "*",
|
||||
"wpackagist-plugin/user-switching": "*",
|
||||
"wpackagist-plugin/wordpress-seo": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"lewebsimple/wp-phpcs-ruleset": "*",
|
||||
"squizlabs/php_codesniffer": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user