File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
tests/Functional/Fixtures/Controller Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ sphinx-rtd-theme
4
4
sphinxcontrib-spelling
5
5
sphinxcontrib-phpdomain
6
6
pyenchant
7
+ docutils == 0.17.1
Original file line number Diff line number Diff line change 40
40
"symfony/browser-kit" : " ^3.4.4 || ^4.2.7 || ^5.0" ,
41
41
"symfony/console" : " ^3.4.26 || ^4.2.7 || ^5.0" ,
42
42
"symfony/finder" : " ^3.4.26 || ^4.2.7 || ^5.0" ,
43
- "symfony/phpunit-bridge" : " ^4.4.11 || ^5.1.3 " ,
43
+ "symfony/phpunit-bridge" : " v5.3.7 " ,
44
44
"symfony/security-bundle" : " ^3.4.26 || ^4.2.7 || ^5.0" ,
45
45
"symfony/twig-bundle" : " ^3.4.26 || ^4.2.7 || ^5.0" ,
46
46
"twig/twig" : " ^2.13" ,
Original file line number Diff line number Diff line change 13
13
14
14
use FOS \HttpCacheBundle \Configuration \Tag ;
15
15
use FOS \HttpCacheBundle \Http \SymfonyResponseTagger ;
16
- use function mysql_xdevapi \expression ;
17
16
use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
18
17
use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
19
18
use Symfony \Component \HttpFoundation \Request ;
You can’t perform that action at this time.
0 commit comments