HEX
Server: Apache
System: Linux clpupre 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64
User: undanet (1000)
PHP: 7.4.3
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/undanet/www/PortalEmpleo/vendor/doctrine/orm/composer.json
{
    "name": "doctrine/orm",
    "type": "library",
    "description": "Object-Relational-Mapper for PHP",
    "keywords": ["orm", "database"],
    "homepage": "https://www.doctrine-project.org/projects/orm.html",
    "license": "MIT",
    "authors": [
        {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"},
        {"name": "Roman Borschel", "email": "roman@code-factory.org"},
        {"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"},
        {"name": "Jonathan Wage", "email": "jonwage@gmail.com"},
        {"name": "Marco Pivetta", "email": "ocramius@gmail.com"}
    ],
    "config": {
        "sort-packages": true
    },
    "require": {
        "php": "^7.2|^8.0",
        "ext-pdo": "*",
        "composer/package-versions-deprecated": "^1.8",
        "doctrine/annotations": "^1.11.1",
        "doctrine/cache": "^1.9.1",
        "doctrine/collections": "^1.5",
        "doctrine/common": "^3.0",
        "doctrine/dbal": "^2.10.0",
        "doctrine/event-manager": "^1.1",
        "doctrine/inflector": "^1.4|^2.0",
        "doctrine/instantiator": "^1.3",
        "doctrine/lexer": "^1.0",
        "doctrine/persistence": "^2.0",
        "symfony/console": "^3.0|^4.0|^5.0"
    },
    "require-dev": {
        "doctrine/coding-standard": "^8.0",
        "phpstan/phpstan": "^0.12.18",
        "phpunit/phpunit": "^8.5|^9.4",
        "symfony/yaml": "^3.4|^4.0|^5.0",
        "vimeo/psalm": "4.1.1"
    },
    "suggest": {
        "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
    },
    "autoload": {
        "psr-4": { "Doctrine\\ORM\\": "lib/Doctrine/ORM" }
    },
    "autoload-dev": {
        "psr-4": {
            "Doctrine\\Tests\\": "tests/Doctrine/Tests",
            "Doctrine\\Performance\\": "tests/Doctrine/Performance"
        }
    },
    "bin": ["bin/doctrine"],
    "extra": {
        "branch-alias": {
            "dev-master": "2.7.x-dev"
        }
    },
    "archive": {
        "exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp"]
    }
}