| Current Path : /var/www/v3.cesa.co.za/vendor/doctrine/doctrine-fixtures-bundle/ |
| Current File : /var/www/v3.cesa.co.za/vendor/doctrine/doctrine-fixtures-bundle/composer.json |
{
"name": "doctrine/doctrine-fixtures-bundle",
"description": "Symfony DoctrineFixturesBundle",
"license": "MIT",
"type": "symfony-bundle",
"keywords": [
"Persistence",
"Fixture"
],
"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"
}
],
"homepage": "https://www.doctrine-project.org",
"require": {
"php": "^7.4 || ^8.0",
"doctrine/data-fixtures": "^1.5 || ^2.0",
"doctrine/doctrine-bundle": "^2.2",
"doctrine/orm": "^2.14.0 || ^3.0",
"doctrine/persistence": "^2.4 || ^3.0 || ^4",
"psr/log": "^1 || ^2 || ^3",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/doctrine-bridge": "^5.4.48 || ^6.4.16 || ^7.1.9",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"doctrine/coding-standard": "14.0.0",
"phpstan/phpstan": "2.1.32",
"phpunit/phpunit": "^9.6.13 || 11.4.14",
"symfony/phpunit-bridge": "7.3.4"
},
"conflict": {
"doctrine/dbal": "< 3"
},
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\FixturesBundle\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Doctrine\\Bundle\\FixturesBundle\\Tests\\": "tests"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
}
}