File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,21 @@ matrix:
1818 fast_finish : true
1919 include :
2020 - php : 7.2
21- env : SYMFONY_VERSION=4.1
21+ env :
22+ - SYMFONY_VERSION=4.1.13
23+ - SYMFONY_DEPRECATIONS_HELPER=weak
2224 - php : 7.2
23- env : COMPOSER_FLAGS="--prefer-lowest"
25+ env :
26+ - COMPOSER_FLAGS="--prefer-lowest"
27+ - SYMFONY_DEPRECATIONS_HELPER=weak
2428 - php : 7.3
25- env : SYMFONY_VERSION=^4.4
29+ env :
30+ - SYMFONY_VERSION=^4.4
31+ - SYMFONY_DEPRECATIONS_HELPER=weak
2632 - php : 7.4
27- env : SYMFONY_VERSION=^4.4
33+ env :
34+ - SYMFONY_VERSION=^4.4
35+ - SYMFONY_DEPRECATIONS_HELPER=weak
2836 - php : 7.4
2937 env : DEPENDENCIES=dev
3038 - php : nightly
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ doctrine:
4242twig :
4343 debug : ' %kernel.debug%'
4444 strict_variables : ' %kernel.debug%'
45+ exception_controller : null
4546
4647datatables :
4748 options :
You can’t perform that action at this time.
0 commit comments