Skip to content

Commit

Permalink
Added version number 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jswift committed Aug 10, 2020
1 parent 2a8ca3b commit 458e5f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $products = $productsResponse->getProducts();

## Development

Running tests: `./vendor/bin/phpunit tests`
Running tests: `composer run-script test`

## Coverage

Expand All @@ -44,13 +44,8 @@ Catalog API
- Product (partial)
- Summary



## Still To Do



- Packagist / Versions
- Document apis that are still to be implemented
- Test coverage and build
- Documentation
- Test coverage
- Documentation
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "aligent/bigcommerce-api-client",
"description": "API client for BigCommerce",
"version": "0.1.0",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.0",
Expand Down

0 comments on commit 458e5f2

Please sign in to comment.