File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 56
56
"symfony/finder" : " ^3.3 || ^4.0" ,
57
57
"symfony/form" : " ^3.3 || ^4.0" ,
58
58
"symfony/framework-bundle" : " ^3.3 || ^4.0" ,
59
- "symfony/phpunit-bridge" : " ^2.7 || ^3.0 || ^4.0" ,
59
+ "symfony/phpunit-bridge" : " ^3.3 || ^4.0" ,
60
60
"symfony/routing" : " ^3.3 || ^4.0" ,
61
61
"symfony/security" : " ^3.0 || ^4.0" ,
62
62
"symfony/security-bundle" : " ^3.0 || ^4.0" ,
Original file line number Diff line number Diff line change 8
8
colors =" true"
9
9
>
10
10
<php >
11
+ <env name =" SYMFONY_DEPRECATIONS_HELPER" value =" weak_vendors" />
11
12
<ini name =" error_reporting" value =" -1" />
12
13
<ini name =" memory_limit" value =" -1" />
13
14
<server name =" KERNEL_DIR" value =" tests/Fixtures/app/" />
Original file line number Diff line number Diff line change @@ -357,6 +357,8 @@ protected function getFactoryOptions(array $context): array
357
357
* @param array $context
358
358
*
359
359
* @return array
360
+ *
361
+ * @deprecated since version 2.1, to be removed in 3.0.
360
362
*/
361
363
protected function createRelationSerializationContext (string $ resourceClass , array $ context ): array
362
364
{
You can’t perform that action at this time.
0 commit comments