{ "name": "doctrine/doctrine-migrations-bundle", "type": "symfony-bundle", "description": "Symfony DoctrineMigrationsBundle", "keywords": ["DBAL", "Migrations", "Schema"], "homepage": "https://www.doctrine-project.org", "license": "MIT", "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Doctrine Project", "homepage": "https://www.doctrine-project.org" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "require": { "php": "^7.2|^8.0", "symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0", "doctrine/doctrine-bundle": "~1.0|~2.0", "doctrine/migrations": "^3.2" }, "require-dev": { "phpunit/phpunit": "^8.5|^9.5", "doctrine/coding-standard": "^9", "phpstan/phpstan": "^1.4", "phpstan/phpstan-deprecation-rules": "^1", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.1", "doctrine/orm": "^2.6", "doctrine/persistence": "^1.3||^2.0", "vimeo/psalm": "^4.22" }, "autoload": { "psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "autoload-dev": { "psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\Tests\\": "Tests" } }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } } }