Skip to content

Commit e7076fd

Browse files
DavertMikNaktibalda
authored andcommitted
removing codeception/specify from dev dependencies
1 parent 793609a commit e7076fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Codeception/Lib/Connector/Universal.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?php
22
namespace Codeception\Lib\Connector;
33

4-
use Goutte\Client;
5-
use Symfony\Component\BrowserKit\Request;
64
use Symfony\Component\BrowserKit\Response;
75

8-
class Universal extends Client
6+
class Universal extends Guzzle
97
{
108
protected $mockedResponse;
119

0 commit comments

Comments
 (0)