Skip to content

Commit ca640e7

Browse files
authored
Merge pull request #570 from FriendsOfSymfony/fix-ci
fix code rot in the ci setup
2 parents 503fac5 + b8df387 commit ca640e7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Resources/doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ sphinx-rtd-theme
44
sphinxcontrib-spelling
55
sphinxcontrib-phpdomain
66
pyenchant
7+
docutils==0.17.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"symfony/browser-kit": "^3.4.4 || ^4.2.7 || ^5.0",
4141
"symfony/console": "^3.4.26 || ^4.2.7 || ^5.0",
4242
"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",
4444
"symfony/security-bundle": "^3.4.26 || ^4.2.7 || ^5.0",
4545
"symfony/twig-bundle": "^3.4.26 || ^4.2.7 || ^5.0",
4646
"twig/twig": "^2.13",

tests/Functional/Fixtures/Controller/TagAttributeController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use FOS\HttpCacheBundle\Configuration\Tag;
1515
use FOS\HttpCacheBundle\Http\SymfonyResponseTagger;
16-
use function mysql_xdevapi\expression;
1716
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
1817
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
1918
use Symfony\Component\HttpFoundation\Request;

0 commit comments

Comments
 (0)