diff --git a/tests/CurlHttpAdapterTest.php b/tests/CurlHttpAdapterTest.php index 08f3aeb..f3fffe7 100644 --- a/tests/CurlHttpAdapterTest.php +++ b/tests/CurlHttpAdapterTest.php @@ -5,8 +5,6 @@ use GuzzleHttp\Handler\CurlHandler; /** - * @requires PHP 5.5 - * * @author GeLo */ class CurlHttpAdapterTest extends HttpAdapterTest diff --git a/tests/CurlHttpAsyncAdapterTest.php b/tests/CurlHttpAsyncAdapterTest.php index d64cb0f..3896d9c 100644 --- a/tests/CurlHttpAsyncAdapterTest.php +++ b/tests/CurlHttpAsyncAdapterTest.php @@ -5,8 +5,6 @@ use GuzzleHttp\Handler\CurlHandler; /** - * @requires PHP 5.5 - * * @author Joel Wurtz */ class CurlHttpAsyncAdapterTest extends HttpAsyncAdapterTest