This repository has been archived on 2021-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
biofriction-web/biofriction-theme/composer.json

22 lines
609 B
JSON

{
"name": "vitrubio/biofriction",
"description": "Biofriction is a WordPress theme based on FoundationPress and on Foundation 6 by Zurb",
"type": "wordpress-theme",
"minimum-stability" : "dev",
"license": "GNU GPL v3.0",
"authors": [
{
"name": "Jorge - vitubio.net",
"email": "jorge@vitrubio.net"
}
],
"require": {
"composer/installers": "~1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"wimg/php-compatibility": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4"
}
}