50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"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": {
|
|
"lewebsimple/bricks-v2": "*",
|
|
"lewebsimple/advanced-custom-fields-pro": "*",
|
|
"lewebsimple/ithemes-security-pro": "*",
|
|
"lewebsimple/wp-offload-ses": "*",
|
|
"wpackagist-plugin/acf-extended": "*",
|
|
"wpackagist-plugin/clean-image-filenames": "*",
|
|
"wpackagist-plugin/disable-comments": "*",
|
|
"wpackagist-plugin/media-focus-point": "*",
|
|
"wpackagist-plugin/simple-custom-post-order": "*",
|
|
"wpackagist-plugin/user-switching": "*"
|
|
},
|
|
"require-dev": {
|
|
"lewebsimple/wp-phpcs-ruleset": "*",
|
|
"squizlabs/php_codesniffer": "*"
|
|
}
|
|
} |