HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: /virtual/nagasaki/public_html/ec/vendor/doctrine/migrations/composer.json
{
    "name": "doctrine/migrations",
    "type": "library",
    "description": "Database Schema migrations using Doctrine DBAL",
    "keywords": ["migrations", "database"],
    "homepage": "http://www.doctrine-project.org",
    "license": "LGPL-2.1",
    "authors": [
        {"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"},
        {"name": "Jonathan Wage", "email": "jonwage@gmail.com"}
    ],
    "require": {
        "php": ">=5.3.2",
        "doctrine/dbal": "~2.0"
    },
    "require-dev": {
        "symfony/console": "2.*",
        "symfony/yaml": "2.*"
    },
    "suggest": {
        "symfony/console": "to run the migration from the console"
    },
    "autoload": {
        "psr-0": {
            "Doctrine\\DBAL\\Migrations": "lib"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    }
}