phug-php/bemto

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "pug/bemto",
  "description": "Smart mixins for writing BEM in Pug",
  "type": "library",
  "license": "MIT",
  "authors": [
    {
      "name": "Kyle Katarn",
      "email": "kylekatarnls@gmail.com"
    }
  ],
  "require": {
    "php": ">=7.0",
    "phug/compiler": "^1.0.0",
    "phug/formatter": "^1.0.0"
  },
  "require-dev": {
    "phug/phug": "^1.0.0",
    "phpunit/phpunit": "^6.5 || ^7.5 || ^8.5",
    "machy8/xhtml-formatter": "^1.0",
    "js-phpize/js-phpize-phug": "^2.1"
  },
  "minimum-stability": "stable",
  "autoload": {
    "psr-0": {
      "PhugBemto": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\Bemto\\": "tests/"
    }
  }
}