Skip to content

Commit

Permalink
Emerging Business name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Anderson committed Aug 26, 2015
1 parent 2846d26 commit 3311e6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,10 +1,10 @@
Dun & Bradstreet Credibility Corp. [UNOFFICIAL]
Dun & Bradstreet Emerging Business
=====
[![Build Status](https://travis-ci.org/credibility/dandb.svg)](https://travis-ci.org/credibility/dandb)
[![Coverage Status](https://img.shields.io/coveralls/credibility/dandb.svg)](https://coveralls.io/r/credibility/dandb)
[![Packagist](http://img.shields.io/packagist/v/credibility/dandb.svg)](https://packagist.org/packages/credibility/dandb)

PHP Wrapper for the Dun & Bradstreet Credibility Corp. RESTful API
PHP Wrapper for the Dun & Bradstreet Emerging Business RESTful API

To use with Laravel, see [credibility/dandb-laravel](https://github.com/credibility/dandb-laravel)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{
"name": "credibility/dandb",
"description": "PHP Wrapper for Dun & Bradstreet Credibility Corp. API",
"description": "PHP Wrapper for Dun & Bradstreet Emerging Business API",
"license": "MIT",
"authors": [
{
Expand Down
3 changes: 0 additions & 3 deletions src/Credibility/DandB/DandB.php
@@ -1,11 +1,8 @@
<?php namespace Credibility\DandB;

use Credibility\DandB\Models;
use Credibility\DandB\Response;
use GuzzleHttp\Exception\ParseException;
use GuzzleHttp\Exception\RequestException;
use GuzzleHttp\Client;
use GuzzleHttp\Message\ResponseInterface;
use Credibility\DandB\Cache\CacheableInterface;
use LogicException;

Expand Down

0 comments on commit 3311e6f

Please sign in to comment.