composer.json
{
"name": "lightspeeddevelopment/lsx-customizer",
"description": "LSX is a theme we’ve built to be versatile, so it’s only fair we put the power in its users’ hands to make it look exactly how they want. The LSX Customizer allows you to tweak various elements of your website to display the colours you want.",
"type": "wordpress-plugin",
"require": {
"php": ">=7.2",
"composer/installers": "^2.0.0",
"leafo/scssphp": "0.8.4"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"wp-coding-standards/wpcs": "^3.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"wpackagist-plugin/tour-operator": "^1.4.1",
"wpackagist-theme/lsx": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.0"
},
"repositories":[{
"type":"composer",
"url":"https://wpackagist.org"
}],
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev"
}