{ "name": "understrap/understrap", "description": "Combines AutomatticĀ“s Underscores Starter Theme and Bootstrap 4", "type": "wordpress-theme", "license": "GPL-2.0", "minimum-stability": "stable", "keywords": [ "wordpress", "theme", "bootstrap" ], "homepage": "https://github.com/understrap/understrap", "require": { "composer/installers": "^1.5" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "wp-coding-standards/wpcs": "^2.1", "phpcompatibility/php-compatibility": "^9.2" }, "scripts": { "test": ["vendor/bin/phpcs"], "fix": ["vendor/bin/phpcbf"] } }