File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ a release.
22
22
- SoftDeleteable: ` Gedmo\SoftDeleteable\Event\PreSoftDeleteEventArgs ` and
23
23
` Gedmo\SoftDeleteable\Event\PostSoftDeleteEventArgs ` classes.
24
24
25
+ ### Changed
26
+ - Make doctrine/annotations an optional dependency.
27
+
25
28
### Deprecated
26
29
- Do not add type-hinted parameters ` Gedmo\SoftDeleteable\Event\PreSoftDeleteEventArgs ` and
27
30
` Gedmo\SoftDeleteable\Event\PostSoftDeleteEventArgs ` classes to ` preSoftDelete ` and ` postSoftDelete ` events.
Original file line number Diff line number Diff line change 42
42
"require" : {
43
43
"php" : " ^7.4 || ^8.0" ,
44
44
"behat/transliterator" : " ^1.2" ,
45
- "doctrine/annotations" : " ^1.13 || ^2.0" ,
46
45
"doctrine/collections" : " ^1.2 || ^2.0" ,
47
46
"doctrine/common" : " ^2.13 || ^3.0" ,
48
47
"doctrine/event-manager" : " ^1.2 || ^2.0" ,
52
51
"symfony/deprecation-contracts" : " ^2.1 || ^3.0"
53
52
},
54
53
"require-dev" : {
54
+ "doctrine/annotations" : " ^1.13 || ^2.0" ,
55
55
"doctrine/cache" : " ^1.11 || ^2.0" ,
56
56
"doctrine/dbal" : " ^3.2" ,
57
57
"doctrine/doctrine-bundle" : " ^2.3" ,
69
69
"symfony/yaml" : " ^5.4 || ^6.0 || ^7.0"
70
70
},
71
71
"conflict" : {
72
+ "doctrine/annotations" : " <1.13 || >=3.0" ,
72
73
"doctrine/dbal" : " <3.2" ,
73
74
"doctrine/mongodb-odm" : " <2.3" ,
74
75
"doctrine/orm" : " <2.14.0 || 2.16.0 || 2.16.1" ,
You can’t perform that action at this time.
0 commit comments