File tree 3 files changed +2
-12
lines changed
src/Symfony/Bridge/Doctrine
3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 91
91
"doctrine/annotations" : " ~1.0" ,
92
92
"doctrine/cache" : " ~1.6" ,
93
93
"doctrine/data-fixtures" : " 1.0.*" ,
94
- "doctrine/dbal" : " ~2.4,<=2.10.2 " ,
94
+ "doctrine/dbal" : " ~2.4" ,
95
95
"doctrine/orm" : " ~2.4,>=2.4.5" ,
96
96
"doctrine/doctrine-bundle" : " ~1.4" ,
97
97
"monolog/monolog" : " ~1.11" ,
Original file line number Diff line number Diff line change @@ -21,14 +21,4 @@ if (!getenv('SYMFONY_PATCH_TYPE_DECLARATIONS')) {
21
21
putenv ('SYMFONY_PATCH_TYPE_DECLARATIONS=deprecations=1 ' );
22
22
}
23
23
putenv ('SYMFONY_PHPUNIT_DIR= ' .__DIR__ .'/.phpunit ' );
24
-
25
- if (!getenv ('SYMFONY_DEPRECATIONS_HELPER ' )) {
26
- foreach ($ _SERVER ['argv ' ] as $ v ) {
27
- if (false !== strpos ($ v , 'Bridge/Doctrine ' )) {
28
- putenv ('SYMFONY_DEPRECATIONS_HELPER=max[indirect]=7 ' );
29
- break ;
30
- }
31
- }
32
- }
33
-
34
24
require __DIR__ .'/vendor/symfony/phpunit-bridge/bin/simple-phpunit ' ;
Original file line number Diff line number Diff line change 35
35
"symfony/validator" : " ^3.2.5|~4.0" ,
36
36
"symfony/translation" : " ~2.8|~3.0|~4.0" ,
37
37
"doctrine/data-fixtures" : " 1.0.*" ,
38
- "doctrine/dbal" : " ~2.4,<=2.10.2 " ,
38
+ "doctrine/dbal" : " ~2.4" ,
39
39
"doctrine/orm" : " ^2.4.5"
40
40
},
41
41
"conflict" : {
You can’t perform that action at this time.
0 commit comments