改名
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Http\\Handler\\Client\\": "src/"
|
||||
"Http\\Client\\": "src/"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Http\Handler\Client;
|
||||
namespace Http\Client;
|
||||
|
||||
use Exception;
|
||||
use Http\Message\Response;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Http\Handler\Client;
|
||||
namespace Http\Client;
|
||||
|
||||
|
||||
use Closure;
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Http\Handler\Client;
|
||||
namespace Http\Client;
|
||||
|
||||
|
||||
use CurlHandle;
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Http\Handler\Client;
|
||||
namespace Http\Client;
|
||||
|
||||
use Exception;
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Http\Handler\Client;
|
||||
namespace Http\Client;
|
||||
|
||||
|
||||
use Closure;
|
||||
|
||||
Reference in New Issue
Block a user