YiiRocks/yii2-fontawesome-inline

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "thoulah/yii2-fontawesome-inline",
    "description": "Inline Font Awesome Icons for Yii2 – without JavaScript",
    "type": "yii2-extension",
    "keywords": [
        "yii",
        "yii2",
        "extension",
        "font",
        "awesome",
        "fontawesome",
        "icon",
        "svg",
        "bootstrap",
        "asset",
        "bundle",
        "inline",
        "widget",
        "helper",
        "component"
    ],
    "homepage": "https://yii.rocks/yii2-fontawesome-inline/",
    "license": "MIT",
    "authors": [
        {
            "name": "Mr.42",
            "homepage": "https://mr42.me/",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/YiiRocks/yii2-fontawesome-inline/issues",
        "source": "https://github.com/YiiRocks/yii2-fontawesome-inline/tree/master"
    },
    "require": {
        "php": ">=7.1.0",
        "ext-dom": "*",
        "fortawesome/font-awesome": "~6.0",
        "yiisoft/yii2": "~2.0",
        "yiisoft/yii2-bootstrap4": "~2.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "~2.19.3",
        "phpmd/phpmd": "@stable",
        "phpunit/phpunit": ">=7.5",
        "squizlabs/php_codesniffer": "^3.5"
    },
    "autoload": {
        "psr-4": {
            "thoulah\\fontawesome\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "thoulah\\fontawesome\\tests\\": "tests"
        }
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ],
    "scripts": {
        "php-cs-fixer": "@php vendor/bin/php-cs-fixer fix",
        "phpcs": "@php vendor/bin/phpcs",
        "phpmd": "@php vendor/bin/phpmd src/ text tests/data/phpmd_ruleset.xml",
        "phpunit": "@php vendor/bin/phpunit --colors=always"
    },
    "scripts-descriptions": {
        "php-cs-fixer": "Cleans to code with PHP Coding Standards Fixer.",
        "phpcs": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
        "phpmd": "PHP Mess Detector.",
        "phpunit": "PHPUnit - programmer-oriented testing framework."
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.1.x-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}