123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "doctrine/doctrine-fixtures-bundle",
- "type": "symfony-bundle",
- "description": "Symfony DoctrineFixturesBundle",
- "keywords": ["Persistence", "Fixture"],
- "homepage": "http://www.doctrine-project.org",
- "license": "MIT",
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Doctrine Project",
- "homepage": "http://www.doctrine-project.org"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "require": {
- "php": "^7.1 || ^8.0",
- "doctrine/data-fixtures": "^1.3",
- "doctrine/doctrine-bundle": "^1.11|^2.0",
- "doctrine/orm": "^2.6.0",
- "doctrine/persistence": "^1.3.7|^2.0",
- "symfony/config": "^3.4|^4.3|^5.0",
- "symfony/console": "^3.4|^4.3|^5.0",
- "symfony/dependency-injection": "^3.4|^4.3|^5.0",
- "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
- "symfony/http-kernel": "^3.4|^4.3|^5.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpunit/phpunit": "^7.4 || ^8.0 || ^9.2",
- "symfony/phpunit-bridge": "^4.1|^5.0"
- },
- "autoload": {
- "psr-4": { "Doctrine\\Bundle\\FixturesBundle\\": "" }
- },
- "config": {
- "sort-packages": true
- }
- }
|