{
    "name": "theofidry/psysh-bundle",
    "type": "symfony-bundle",
    "description": "A port of the PHP REPL PsySH for Symfony.",
    "keywords": ["console", "psysh", "shell", "REPL", "symfony", "interactive"],
    "license": "MIT",
    "authors": [
        {
            "name": "Adrian Palmer",
            "email": "navitronic@gmail.com"
        },
        {
            "name": "Théo FIDRY",
            "email": "theo.fidry@gmail.com",
            "homepage": "https://github.com/theofidry"
        }
    ],

    "require": {
        "php": ">=8.0",
        "psy/psysh": "^0.11",
        "symfony/error-handler": "^5.4|^6.0",
        "symfony/expression-language": "^5.4|^6.0",
        "symfony/framework-bundle": "^5.4|^6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "symfony/symfony": "^5.4|^6.0"
    },

    "autoload": {
        "psr-4": {
            "Fidry\\PsyshBundle\\": "src"
        },
        "files": [
            "src/psysh.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Fidry\\PsyshBundle\\": "tests"
        }
    },

    "config": {
        "bin-dir": "bin",
        "sort-packages": true
    }
}
