astehlik/typo3-extension-html5mediakit

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "de-swebhosting-typo3-extension/html5mediakit",
    "description": "Allows easy embedding of HTML5 video and audio elements.",
    "license": "GPL-3.0-or-later",
    "type": "typo3-cms-extension",
    "require": {
        "php": "^8.2",
        "typo3/cms-core": "~13.1.0",
        "typo3/cms-extbase": "~13.1.0",
        "typo3/cms-frontend": "~13.1.0"
    },
    "require-dev": {
        "bnf/phpstan-psr-container": "^1.0",
        "de-swebhosting/php-codestyle": "^5.2",
        "de-swebhosting/typo3-extension-buildtools": "dev-TYPO3_13",
        "ergebnis/composer-normalize": "^2.42",
        "friendsofphp/php-cs-fixer": "^3.54",
        "friendsoftypo3/phpstan-typo3": "^0.9.0",
        "michielroos/typo3scan": "^1.7",
        "phpstan/phpstan": "^1.10",
        "phpstan/phpstan-phpunit": "^1.3",
        "squizlabs/php_codesniffer": "^3.9",
        "symfony/dom-crawler": "^6.3",
        "typo3/cms-filelist": "*",
        "typo3/cms-fluid-styled-content": "~13.1.0",
        "typo3/cms-install": "*",
        "typo3/testing-framework": "dev-main"
    },
    "autoload": {
        "psr-4": {
            "Sto\\Html5mediakit\\": "Classes/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Sto\\Html5mediakit\\Tests\\": "Tests",
            "TYPO3\\JsonResponse\\": ".Build/vendor/typo3/testing-framework/Resources/Core/Functional/Extensions/json_response/Classes"
        }
    },
    "config": {
        "allow-plugins": {
            "ergebnis/composer-normalize": true,
            "typo3/class-alias-loader": true,
            "typo3/cms-composer-installers": true
        },
        "bin-dir": "bin",
        "vendor-dir": ".Build/vendor"
    },
    "extra": {
        "typo3/class-alias-loader": {
            "always-add-alias-loader": true
        },
        "typo3/cms": {
            "extension-key": "html5mediakit",
            "web-dir": ".Build/Web"
        }
    },
    "scripts": {
        "post-autoload-dump": [
            "De\\SWebhosting\\Buildtools\\ExtensionTestEnvironment::prepare"
        ]
    }
}