-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "avaibooksports/doctrine-migrations-multiple-database-bundle",
"type": "symfony-bundle",
"description": "Symfony DoctrineMigrationsMultipleDatabaseBundle",
"keywords": ["DBAL", "Migrations", "Schema", "Multiple databases"],
"license": "MIT",
"authors": [
{
"name": "Pablo Largo",
"email": "[email protected]"
},
{
"name": "AvaiBook Sports",
"email": "[email protected]",
"homepage": "https://www.avaibooksports.com"
}
],
"require": {
"php": ">=8.2",
"doctrine/doctrine-bundle": "~2.0",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/migrations": "~3.0",
"symfony/framework-bundle": "~6.0|~7.0"
},
"require-dev": {
"doctrine/orm": "^2.6",
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^0.12.48",
"phpstan/phpstan-symfony": "^0.12.8",
"phpstan/phpstan-strict-rules": "^0.12.5",
"roave/security-advisories": "dev-latest"
},
"autoload": {
"psr-4": {
"AvaiBookSports\\Bundle\\MigrationsMultipleDatabase\\": "src/"
}
}
}