Files
archived-mongodb-maker-bundle/composer.json
2026-03-19 10:25:11 +01:00

43 lines
1.2 KiB
JSON

{
"name": "doctrine/mongodb-maker-bundle",
"description": "Symfony MakerBundle for MongoDB ODM",
"keywords": ["mongodb", "maker", "odm", "dev"],
"type": "symfony-bundle",
"require": {
"php": "^8.4",
"ext-mongodb": "^2.1",
"doctrine/mongodb-odm": "^2.16",
"doctrine/mongodb-odm-bundle": "^5.6",
"symfony/http-kernel": "^7.4|^8",
"symfony/maker-bundle": "^1.67",
"symfony/polyfill-php85": "^1.33",
"symfony/uid": "^7.4|^8"
},
"require-dev": {
"doctrine/coding-standard": "^14",
"phpstan/phpstan": "^2.1.30",
"phpstan/phpstan-phpunit": "^2.0.7",
"phpunit/phpunit": "^12.5",
"symfony/phpunit-bridge": "^8",
"symfony/framework-bundle": "^7.4|^8",
"twig/twig": "^3.22"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\MongoDBMakerBundle\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Doctrine\\Bundle\\MongoDBMakerBundle\\Tests\\": "tests"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}