File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments