
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
    "name": "inpsyde\/modularity",
    "type": "library",
    "description": "Modular PSR-11 implementation for WordPress plugins, themes or libraries.",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Syde GmbH",
            "email": "hello@syde.com",
            "homepage": "https:\/\/syde.com\/",
            "role": "Company"
        }
    ],
    "repositories": [
        {
            "type": "composer",
            "url": "https:\/\/raw.githubusercontent.com\/inpsyde\/wp-stubs\/main",
            "only": [
                "inpsyde\/wp-stubs-versions"
            ]
        }
    ],
    "require": {
        "php": ">=7.4 <8.4",
        "ext-json": "*",
        "psr\/container": "^1.1.0 || ^2"
    },
    "require-dev": {
        "brain\/monkey": "^2.6.1",
        "inpsyde\/php-coding-standards": "^2@dev",
        "inpsyde\/wp-stubs-versions": "dev-latest",
        "roots\/wordpress-no-content": "@dev",
        "mikey179\/vfsstream": "^v1.6.11",
        "phpunit\/phpunit": "^9.6.19",
        "vimeo\/psalm": "^5.24.0"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.x-dev"
        }
    },
    "autoload": {
        "psr-4": {
            "Syde\\Vendor\\Worldline\\Inpsyde\\Modularity\\": "src\/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Syde\\Vendor\\Worldline\\Inpsyde\\Modularity\\Tests\\": "tests\/src\/",
            "Syde\\Vendor\\Worldline\\Inpsyde\\Modularity\\Tests\\Unit\\": "tests\/unit\/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "scripts": {
        "cs": "@php .\/vendor\/squizlabs\/php_codesniffer\/bin\/phpcs",
        "psalm": "@php .\/vendor\/vimeo\/psalm\/psalm --no-suggestions --report-show-info=false --find-unused-psalm-suppress --no-diff --no-cache --no-file-cache --output-format=compact",
        "tests": "@php .\/vendor\/phpunit\/phpunit\/phpunit --no-coverage",
        "tests:coverage": "@php .\/vendor\/phpunit\/phpunit\/phpunit",
        "qa": [
            "@cs",
            "@psalm",
            "@tests"
        ]
    },
    "config": {
        "allow-plugins": {
            "composer\/*": true,
            "inpsyde\/*": true,
            "dealerdirect\/phpcodesniffer-composer-installer": true
        }
    }
}