This project manages its dependencies using Composer. Learn more
composer.json 1.02 KiB
    "name": "irstea/php-cs-fixer-shim",
    "keywords": [
        "shim"
    ],
    "version": "v3.0.0",
    "license": [
        "MIT"
    ],
    "authors": [
            "name": "Fabien Potencier",
            "email": "fabien@symfony.com"
            "name": "Dariusz Rumiński",
            "email": "dariusz.ruminski@gmail.com"
    "type": "application",
    "bin": [
        "php-cs-fixer"
    "require": {
        "php": "^7.1.3 || ^8.0",
        "ext-json": "*",
        "ext-tokenizer": "*"
    "suggest": {
        "ext-dom": "For handling output formats in XML",
        "ext-mbstring": "For handling non-UTF8 characters."
    "replace": {
        "friendsofphp/php-cs-fixer": "self.version"
    "description": "Shim repository for friendsofphp/php-cs-fixer",
    "archive": {
        "exclude": [
            ".git*"
    "readme": "README.md",
    "autoload": {
        "exclude-from-classmap": [
            "php-cs-fixer"