olyckne/jest-runner-phpunit

View on GitHub
examples/simple/composer.json

Summary

Maintainability
Test Coverage
{
    "name": "olyckne/jest-runner-phpunit-example-simple",
    "description": "A simple example of jest-runner-phpunit",
    "type": "project",
    "require-dev": {
        "phpunit/phpunit": "^6.5"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Mattias Lyckne",
            "email": "mattias@lyckne.se"
        }
    ],
    "require": {}
}