We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8ca3b commit 458e5f2Copy full SHA for 458e5f2
README.md
@@ -33,7 +33,7 @@ $products = $productsResponse->getProducts();
33
34
## Development
35
36
-Running tests: `./vendor/bin/phpunit tests`
+Running tests: `composer run-script test`
37
38
## Coverage
39
@@ -44,13 +44,8 @@ Catalog API
44
- Product (partial)
45
- Summary
46
47
-
48
49
## Still To Do
50
51
52
53
-- Packagist / Versions
54
- Document apis that are still to be implemented
55
-- Test coverage and build
56
-- Documentation
+- Test coverage
+- Documentation
composer.json
@@ -1,6 +1,7 @@
1
{
2
"name": "aligent/bigcommerce-api-client",
3
"description": "API client for BigCommerce",
4
+ "version": "0.1.0",
5
"type": "library",
6
"require": {
7
"guzzlehttp/guzzle": "^7.0",
0 commit comments