Skip to content

Commit 458e5f2

Browse files
committed
Added version number 0.1.0
1 parent 2a8ca3b commit 458e5f2

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $products = $productsResponse->getProducts();
3333

3434
## Development
3535

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

3838
## Coverage
3939

@@ -44,13 +44,8 @@ Catalog API
4444
- Product (partial)
4545
- Summary
4646

47-
48-
4947
## Still To Do
5048

51-
52-
53-
- Packagist / Versions
5449
- Document apis that are still to be implemented
55-
- Test coverage and build
56-
- Documentation
50+
- Test coverage
51+
- Documentation

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "aligent/bigcommerce-api-client",
33
"description": "API client for BigCommerce",
4+
"version": "0.1.0",
45
"type": "library",
56
"require": {
67
"guzzlehttp/guzzle": "^7.0",

0 commit comments

Comments
 (0)