YiiRocks/svg-inline-fontawesome

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "yiirocks/svg-inline-fontawesome",
    "description": "Inline Font Awesome Icons for Yii",
    "type": "yii3-extension",
    "keywords": [
        "yii",
        "yii3",
        "extension",
        "Font Awesome",
        "icon",
        "icons",
        "svg",
        "inline"
    ],
    "homepage": "https://www.yii.rocks/svg-inline-fontawesome/",
    "license": "MIT",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "authors": [
        {
            "name": "Mr.42",
            "homepage": "https://mr42.me/",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/YiiRocks/svg-inline-fontawesome/issues",
        "source": "https://github.com/YiiRocks/svg-inline-fontawesome/tree/master"
    },
    "require": {
        "php": ">=7.4.0",
        "npm-asset/fortawesome--fontawesome-free": "^5.15",
        "yiirocks/svg-inline": "^1.0",
        "yiisoft/aliases": "^2.0",
        "yiisoft/assets": "^2.0",
        "yiisoft/html": "^2.2",
        "yiisoft/log": "^1.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.0",
        "httpsoft/http-message": "^1.0",
        "phpmd/phpmd": "@stable",
        "phpunit/phpunit": "^9.0",
        "squizlabs/php_codesniffer": "^3.5",
        "vimeo/psalm": "^4.1",
        "yiisoft/config": "^1.0",
        "yiisoft/di": "^3.0"
    },
    "autoload": {
        "psr-4": {
            "YiiRocks\\SvgInline\\FontAwesome\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "YiiRocks\\SvgInline\\FontAwesome\\cs\\": "cs",
            "YiiRocks\\SvgInline\\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.0.x-dev"
        },
        "config-plugin-options": {
            "source-directory": "config"
        },
        "config-plugin": {
            "params": "params.php",
            "common": "common.php",
            "web": "web.php",
            "test": [
                "$common",
                "$web",
                "test.php"
            ]
        }
    },
    "config": {
        "sort-packages": true
    }
}