1
1
diff --git a/composer.json b/composer.json
2
- index dcfe6379..63a1d589 100644
2
+ index 1557828c..f3d3e642 100644
3
3
--- a/composer.json
4
4
+++ b/composer.json
5
- @@ -13 ,6 +13 ,7 @@
6
- "knplabs/knp-time-bundle ": "^1.11 ",
5
+ @@ -14 ,6 +14 ,7 @@
6
+ "nyholm/psr7 ": "^1.4 ",
7
7
"sensio/framework-extra-bundle": "^5.5",
8
- "sentry/sentry-symfony": "^3.4 ",
8
+ "sentry/sentry-symfony": "^4.0 ",
9
9
+ "stof/doctrine-extensions-bundle": "^1.4",
10
10
"symfony/asset": "5.1.*",
11
11
"symfony/console": "5.1.*",
12
12
"symfony/dotenv": "5.1.*",
13
13
diff --git a/composer.lock b/composer.lock
14
- index 95d193cf..c4ebb8c9 100644
14
+ index 159515f7..67eb1718 100644
15
15
--- a/composer.lock
16
16
+++ b/composer.lock
17
17
@@ -4,8 +4,53 @@
18
18
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
19
19
"This file is @generated automatically"
20
20
],
21
- - "content-hash": "ad56f76f17454d78d6ff64d5923a99c8 ",
22
- + "content-hash": "9738ce84722919cbad11d5a9380d51a7 ",
21
+ - "content-hash": "489e3415a79269ef94ab8059be436030 ",
22
+ + "content-hash": "495c09406b449e772275abac1a9ba54b ",
23
23
"packages": [
24
24
+ {
25
25
+ "name": "behat/transliterator",
@@ -68,40 +68,49 @@ index 95d193cf..c4ebb8c9 100644
68
68
+ },
69
69
{
70
70
"name": "clue/stream-filter",
71
- "version": "v1.4.1 ",
72
- @@ -1513 ,6 +1558,88 @@
71
+ "version": "v1.5.0 ",
72
+ @@ -1562 ,6 +1607,103 @@
73
73
],
74
- "time": "2020-05-29T18:32:49 +00:00"
74
+ "time": "2021-01-14T21:52:44 +00:00"
75
75
},
76
76
+ {
77
77
+ "name": "gedmo/doctrine-extensions",
78
- + "version": "v2.4.41 ",
78
+ + "version": "v3.0.3 ",
79
79
+ "source": {
80
80
+ "type": "git",
81
81
+ "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
82
- + "reference": "e55a6727052f91834a968937c93b6fb193be8fb6 "
82
+ + "reference": "b4302ede2e247a6cc884b302a5f7146e08bd1b18 "
83
83
+ },
84
84
+ "dist": {
85
85
+ "type": "zip",
86
- + "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/e55a6727052f91834a968937c93b6fb193be8fb6 ",
87
- + "reference": "e55a6727052f91834a968937c93b6fb193be8fb6 ",
86
+ + "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/b4302ede2e247a6cc884b302a5f7146e08bd1b18 ",
87
+ + "reference": "b4302ede2e247a6cc884b302a5f7146e08bd1b18 ",
88
88
+ "shasum": ""
89
89
+ },
90
90
+ "require": {
91
91
+ "behat/transliterator": "~1.2",
92
- + "doctrine/common": "~2.4",
93
- + "php": ">=5.3.2"
92
+ + "doctrine/annotations": "^1.2",
93
+ + "doctrine/cache": "^1.0",
94
+ + "doctrine/collections": "^1.0",
95
+ + "doctrine/common": "^2.13 || ^3.0",
96
+ + "doctrine/event-manager": "^1.0",
97
+ + "php": "^7.2 || ^8.0"
94
98
+ },
95
99
+ "conflict": {
96
- + "doctrine/annotations": "<1.2",
97
- + "doctrine/mongodb-odm": ">=2.0"
100
+ + "doctrine/mongodb": "<1.3",
101
+ + "doctrine/mongodb-odm": "<2.0",
102
+ + "sebastian/comparator": "<2.0"
103
+ + },
104
+ + "provide": {
105
+ + "ext-mongo": "1.6.12"
98
106
+ },
99
107
+ "require-dev": {
100
- + "doctrine/common": ">=2.5.0",
101
- + "doctrine/mongodb-odm": ">=1.0.2 <2.0",
102
- + "doctrine/orm": ">=2.5.0",
103
- + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
104
- + "symfony/yaml": "^2.6 || ^3.0 || ^4.0 || ^5.0"
108
+ + "alcaeus/mongo-php-adapter": "^1.1",
109
+ + "doctrine/mongodb-odm": "^2.0",
110
+ + "doctrine/orm": "^2.6.3",
111
+ + "friendsofphp/php-cs-fixer": "^2.16",
112
+ + "phpunit/phpunit": "^8.5",
113
+ + "symfony/yaml": "^4.1"
105
114
+ },
106
115
+ "suggest": {
107
116
+ "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
@@ -110,12 +119,12 @@ index 95d193cf..c4ebb8c9 100644
110
119
+ "type": "library",
111
120
+ "extra": {
112
121
+ "branch-alias": {
113
- + "dev-master": "2.4.x -dev"
122
+ + "dev-master": "3.0 -dev"
114
123
+ }
115
124
+ },
116
125
+ "autoload": {
117
126
+ "psr-4": {
118
- + "Gedmo\\": "lib/Gedmo "
127
+ + "Gedmo\\": "src/ "
119
128
+ }
120
129
+ },
121
130
+ "notification-url": "https://packagist.org/downloads/",
@@ -153,31 +162,37 @@ index 95d193cf..c4ebb8c9 100644
153
162
+ "tree",
154
163
+ "uploadable"
155
164
+ ],
156
- + "time": "2020-05-10T22:20:03+00:00"
165
+ + "support": {
166
+ + "email": "gediminas.morkevicius@gmail.com",
167
+ + "issues": "https://github.com/Atlantic18/DoctrineExtensions/issues",
168
+ + "source": "https://github.com/Atlantic18/DoctrineExtensions/tree/v3.0.3",
169
+ + "wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc"
170
+ + },
171
+ + "time": "2021-01-23T23:40:14+00:00"
157
172
+ },
158
173
{
159
- "name": "guzzlehttp/guzzle ",
160
- "version": "6.5.5 ",
161
- @@ -3253 ,6 +3380,72 @@
174
+ "name": "guzzlehttp/promises ",
175
+ "version": "1.4.0 ",
176
+ @@ -3516 ,6 +3658,76 @@
162
177
],
163
- "time": "2020-07-08T10:36:55 +00:00"
178
+ "time": "2021-03-03T16:05:24 +00:00"
164
179
},
165
180
+ {
166
181
+ "name": "stof/doctrine-extensions-bundle",
167
- + "version": "v1.4 .0",
182
+ + "version": "v1.5 .0",
168
183
+ "source": {
169
184
+ "type": "git",
170
185
+ "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
171
- + "reference": "4d340daa1a8304faa62260be2adb0180e2138af3 "
186
+ + "reference": "c01e73e49cee5eac3353b6c4ebdbb0a151348c85 "
172
187
+ },
173
188
+ "dist": {
174
189
+ "type": "zip",
175
- + "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4d340daa1a8304faa62260be2adb0180e2138af3 ",
176
- + "reference": "4d340daa1a8304faa62260be2adb0180e2138af3 ",
190
+ + "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/c01e73e49cee5eac3353b6c4ebdbb0a151348c85 ",
191
+ + "reference": "c01e73e49cee5eac3353b6c4ebdbb0a151348c85 ",
177
192
+ "shasum": ""
178
193
+ },
179
194
+ "require": {
180
- + "gedmo/doctrine-extensions": "^2.3.4",
195
+ + "gedmo/doctrine-extensions": "^2.3.4 || ^3.0.0 ",
181
196
+ "php": "^7.1.3",
182
197
+ "symfony/framework-bundle": "^4.3 || ^5.0"
183
198
+ },
@@ -193,7 +208,7 @@ index 95d193cf..c4ebb8c9 100644
193
208
+ "type": "symfony-bundle",
194
209
+ "extra": {
195
210
+ "branch-alias": {
196
- + "dev-master": "1.3 .x-dev"
211
+ + "dev-master": "1.5 .x-dev"
197
212
+ }
198
213
+ },
199
214
+ "autoload": {
@@ -226,7 +241,11 @@ index 95d193cf..c4ebb8c9 100644
226
241
+ "translatable",
227
242
+ "tree"
228
243
+ ],
229
- + "time": "2020-03-30T09:00:40+00:00"
244
+ + "support": {
245
+ + "issues": "https://github.com/stof/StofDoctrineExtensionsBundle/issues",
246
+ + "source": "https://github.com/stof/StofDoctrineExtensionsBundle/tree/v1.5.0"
247
+ + },
248
+ + "time": "2020-09-30T13:25:17+00:00"
230
249
+ },
231
250
{
232
251
"name": "symfony/asset",
@@ -252,7 +271,7 @@ index 00000000..c83f3b1d
252
271
+ stof_doctrine_extensions:
253
272
+ default_locale: en_US
254
273
diff --git a/symfony.lock b/symfony.lock
255
- index e63eccff..bae29965 100644
274
+ index 176763d4..2855f019 100644
256
275
--- a/symfony.lock
257
276
+++ b/symfony.lock
258
277
@@ -1,4 +1,7 @@
@@ -263,17 +282,17 @@ index e63eccff..bae29965 100644
263
282
"clue/stream-filter": {
264
283
"version": "v1.4.1"
265
284
},
266
- @@ -102 ,6 +105 ,9 @@
267
- "fzaninotto /faker": {
268
- "version": "v1.9.1 "
285
+ @@ -99 ,6 +102 ,9 @@
286
+ "fakerphp /faker": {
287
+ "version": "v1.13.0 "
269
288
},
270
289
+ "gedmo/doctrine-extensions": {
271
290
+ "version": "v2.4.41"
272
291
+ },
273
- "guzzlehttp/guzzle ": {
274
- "version": "6.5.2 "
292
+ "friendsofphp/proxy-manager-lts ": {
293
+ "version": "v1.0.3 "
275
294
},
276
- @@ -216 ,6 +222 ,18 @@
295
+ @@ -228 ,6 +234 ,18 @@
277
296
"config/packages/sentry.yaml"
278
297
]
279
298
},
0 commit comments