|
1 | 1 | { |
2 | 2 | "name": "gedmo/doctrine-extensions", |
3 | | - "type": "library", |
4 | 3 | "description": "Doctrine2 behavioral extensions", |
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
5 | 6 | "keywords": [ |
6 | 7 | "behaviors", |
7 | 8 | "doctrine2", |
|
17 | 18 | "blameable", |
18 | 19 | "uploadable" |
19 | 20 | ], |
20 | | - "homepage": "http://gediminasm.org/", |
21 | | - "license": "MIT", |
22 | 21 | "authors": [ |
23 | 22 | { |
24 | 23 | "name": "Gediminas Morkevicius", |
|
33 | 32 | |
34 | 33 | } |
35 | 34 | ], |
| 35 | + "homepage": "http://gediminasm.org/", |
| 36 | + "support": { |
| 37 | + |
| 38 | + "wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc" |
| 39 | + }, |
36 | 40 | "require": { |
37 | 41 | "php": "^7.2 || ^8.0", |
38 | 42 | "behat/transliterator": "~1.2", |
|
42 | 46 | "doctrine/event-manager": "^1.0", |
43 | 47 | "doctrine/persistence": "^1.3.3 || ^2.0" |
44 | 48 | }, |
45 | | - "conflict": { |
46 | | - "doctrine/cache": "<1.11", |
47 | | - "doctrine/dbal": "<2.13.1 || ^3.0 <3.2", |
48 | | - "doctrine/mongodb-odm": "<2.0", |
49 | | - "doctrine/orm": "<2.10.2", |
50 | | - "sebastian/comparator": "<2.0" |
51 | | - }, |
52 | 49 | "require-dev": { |
53 | 50 | "doctrine/cache": "^1.11 || ^2.0", |
54 | 51 | "doctrine/dbal": "^2.13.1 || ^3.2", |
|
64 | 61 | "symfony/console": "^4.4 || ^5.3 || ^6.0", |
65 | 62 | "symfony/yaml": "^4.4 || ^5.3 || ^6.0" |
66 | 63 | }, |
| 64 | + "conflict": { |
| 65 | + "doctrine/cache": "<1.11", |
| 66 | + "doctrine/dbal": "<2.13.1 || ^3.0 <3.2", |
| 67 | + "doctrine/mongodb-odm": "<2.0", |
| 68 | + "doctrine/orm": "<2.10.2", |
| 69 | + "sebastian/comparator": "<2.0" |
| 70 | + }, |
67 | 71 | "suggest": { |
68 | 72 | "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", |
69 | 73 | "doctrine/orm": "to use the extensions with the ORM", |
70 | 74 | "symfony/cache": "to cache parsed annotations" |
71 | 75 | }, |
72 | | - "config": { |
73 | | - "bin-dir": "bin", |
74 | | - "sort-packages": true |
75 | | - }, |
76 | | - "extra": { |
77 | | - "branch-alias": { |
78 | | - "dev-main": "3.4-dev" |
79 | | - } |
80 | | - }, |
81 | 76 | "autoload": { |
82 | 77 | "psr-4": { |
83 | 78 | "Gedmo\\": "src/" |
|
88 | 83 | "Gedmo\\Tests\\": "tests/Gedmo/" |
89 | 84 | } |
90 | 85 | }, |
| 86 | + "config": { |
| 87 | + "bin-dir": "bin", |
| 88 | + "sort-packages": true |
| 89 | + }, |
| 90 | + "extra": { |
| 91 | + "branch-alias": { |
| 92 | + "dev-main": "3.5-dev" |
| 93 | + } |
| 94 | + }, |
91 | 95 | "scripts": { |
92 | 96 | "fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.dist.php" |
93 | | - }, |
94 | | - "support": { |
95 | | - |
96 | | - "wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc" |
97 | 97 | } |
98 | 98 | } |
0 commit comments