|
1 | 1 | {
|
2 | 2 | "name": "doctrine/doctrine-migrations-bundle",
|
3 |
| - "type": "symfony-bundle", |
4 | 3 | "description": "Symfony DoctrineMigrationsBundle",
|
5 |
| - "keywords": ["DBAL", "Migrations", "Schema"], |
6 |
| - "homepage": "https://www.doctrine-project.org", |
7 | 4 | "license": "MIT",
|
| 5 | + "type": "symfony-bundle", |
| 6 | + "keywords": [ |
| 7 | + "DBAL", |
| 8 | + "Migrations", |
| 9 | + "Schema" |
| 10 | + ], |
8 | 11 | "authors": [
|
9 | 12 | {
|
10 | 13 | "name": "Fabien Potencier",
|
|
19 | 22 | "homepage": "https://symfony.com/contributors"
|
20 | 23 | }
|
21 | 24 | ],
|
| 25 | + "homepage": "https://www.doctrine-project.org", |
22 | 26 | "require": {
|
23 |
| - "php": "^7.2|^8.0", |
24 |
| - "symfony/deprecation-contracts": "^2.1 || ^3", |
25 |
| - "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0", |
| 27 | + "php": "^7.2 || ^8.0", |
26 | 28 | "doctrine/doctrine-bundle": "^2.4",
|
27 |
| - "doctrine/migrations": "^3.2" |
| 29 | + "doctrine/migrations": "^3.2", |
| 30 | + "symfony/deprecation-contracts": "^2.1 || ^3", |
| 31 | + "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0" |
28 | 32 | },
|
29 | 33 | "require-dev": {
|
30 | 34 | "composer/semver": "^3.0",
|
31 |
| - "phpunit/phpunit": "^8.5|^9.5", |
32 | 35 | "doctrine/coding-standard": "^12",
|
| 36 | + "doctrine/orm": "^2.6 || ^3", |
| 37 | + "doctrine/persistence": "^2.0 || ^3", |
33 | 38 | "phpstan/phpstan": "^1.4 || ^2",
|
34 | 39 | "phpstan/phpstan-deprecation-rules": "^1 || ^2",
|
35 | 40 | "phpstan/phpstan-phpunit": "^1 || ^2",
|
36 | 41 | "phpstan/phpstan-strict-rules": "^1.1 || ^2",
|
37 | 42 | "phpstan/phpstan-symfony": "^1.3 || ^2",
|
38 |
| - "doctrine/orm": "^2.6 || ^3", |
39 |
| - "doctrine/persistence": "^2.0 || ^3 ", |
| 43 | + "phpunit/phpunit": "^8.5 || ^9.5", |
40 | 44 | "symfony/phpunit-bridge": "^6.3 || ^7",
|
41 | 45 | "symfony/var-exporter": "^5.4 || ^6 || ^7"
|
42 | 46 | },
|
43 | 47 | "autoload": {
|
44 |
| - "psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "src" } |
| 48 | + "psr-4": { |
| 49 | + "Doctrine\\Bundle\\MigrationsBundle\\": "src" |
| 50 | + } |
45 | 51 | },
|
46 | 52 | "autoload-dev": {
|
47 |
| - "psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\Tests\\": "tests" } |
| 53 | + "psr-4": { |
| 54 | + "Doctrine\\Bundle\\MigrationsBundle\\Tests\\": "tests" |
| 55 | + } |
48 | 56 | },
|
49 | 57 | "config": {
|
50 | 58 | "allow-plugins": {
|
|
0 commit comments