HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/timetracker.panomity.com/vendor/dama/doctrine-test-bundle/composer.json
{
    "name": "dama/doctrine-test-bundle",
    "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
    "keywords": [
        "symfony",
        "doctrine",
        "tests",
        "isolation",
        "performance"
    ],
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "David Maicher",
            "email": "mail@dmaicher.de"
        }
    ],
    "require": {
        "php": "^7.3 || ^8.0",
        "ext-json": "*",
        "doctrine/dbal": "^3.3",
        "doctrine/doctrine-bundle": "^2.2.2",
        "psr/cache": "^1.0 || ^2.0 || ^3.0",
        "symfony/cache": "^5.4 || ^6.0",
        "symfony/framework-bundle": "^5.4 || ^6.0"
    },
    "require-dev": {
        "behat/behat": "^3.0",
        "doctrine/cache": "^1.12",
        "phpstan/phpstan": "^1.2",
        "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0",
        "symfony/phpunit-bridge": "^6.0",
        "symfony/process": "^5.4 || ^6.0",
        "symfony/yaml": "^5.4 || ^6.0"
    },
    "autoload": {
        "psr-4": {
            "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "7.x-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}