Skip to content

Commit

Permalink
Fix required PHP version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warxcell committed Feb 20, 2021
1 parent f4d0862 commit 348c5bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Binary/Loader/FlysystemV2LoaderTest.php
Expand Up @@ -21,7 +21,7 @@
use Symfony\Component\Mime\MimeTypes;

/**
* @requires PHP 7.1
* @requires PHP 7.2
*
* @covers \Liip\ImagineBundle\Binary\Loader\FlysystemV2Loader
*/
Expand Down
2 changes: 2 additions & 0 deletions Tests/Imagine/Cache/Resolver/FlysystemV2ResolverTest.php
Expand Up @@ -21,6 +21,8 @@
use Symfony\Component\Routing\RequestContext;

/**
* @requires PHP 7.2
*
* @covers \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
*/
class FlysystemV2ResolverTest extends AbstractTest
Expand Down

0 comments on commit 348c5bf

Please sign in to comment.