Skip to content

Commit

Permalink
Merge pull request #5 from nguyenanhung/develop
Browse files Browse the repository at this point in the history
Update Base Debug
  • Loading branch information
nguyenanhung authored Oct 7, 2018
2 parents ebf3917 + 0632753 commit 333bdbd
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 8 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@
"ext-iconv": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"monolog/monolog": "^1.23",
"cocur/slugify": "^3.1",
"curl/curl": "^1.9",
"rmccue/requests": "^1.7",
"guzzlehttp/guzzle": "^5.3",
"nguyenanhung/nusoap": "^0.9.5"
"nguyenanhung/nusoap": "^0.9.5",
"nguyenanhung/my-debug": "^0.1"
},
"autoload": {
"psr-4": {
Expand Down
124 changes: 123 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/GetContents.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}

use \Exception;
use nguyenanhung\MyDebug\Debug;
use nguyenanhung\MyRequests\Interfaces\ProjectInterface;
use nguyenanhung\MyRequests\Interfaces\GetContentsInterface;
use nguyenanhung\MyRequests\Helpers\Debug;

class GetContents implements ProjectInterface, GetContentsInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/MyRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
include_once __DIR__ . DIRECTORY_SEPARATOR . 'Interfaces' . DIRECTORY_SEPARATOR . 'SendRequestsInterface.php';
}

use nguyenanhung\MyDebug\Debug;
use nguyenanhung\MyRequests\Interfaces\ProjectInterface;
use nguyenanhung\MyRequests\Interfaces\SendRequestsInterface;
use nguyenanhung\MyRequests\Helpers\Debug;
use Requests;
use GuzzleHttp\Client;
use Curl\Curl;
Expand Down
4 changes: 2 additions & 2 deletions src/SoapRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
include_once __DIR__ . DIRECTORY_SEPARATOR . 'Interfaces' . DIRECTORY_SEPARATOR . 'SoapRequestInterface.php';
}

use nguyenanhung\MyDebug\Debug;
use nguyenanhung\MyNuSOAP\nusoap_client;
use nguyenanhung\MyRequests\Interfaces\ProjectInterface;
use nguyenanhung\MyRequests\Interfaces\SoapRequestInterface;
use nguyenanhung\MyNuSOAP\nusoap_client;
use nguyenanhung\MyRequests\Helpers\Debug;

class SoapRequest implements ProjectInterface, SoapRequestInterface
{
Expand Down

0 comments on commit 333bdbd

Please sign in to comment.