Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvirkou-hubspot committed Apr 29, 2020
2 parents 2a50d42 + bb0c0bf commit aedded7
Show file tree
Hide file tree
Showing 21 changed files with 11,228 additions and 65 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubspot/api-client",
"version": "1.0.0-beta",
"version": "1.1.0-beta",
"description": "Hubspot API client",
"keywords": [
"hubspot",
Expand Down
1 change: 1 addition & 0 deletions sample-apps/companies-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ADD ./composer.lock /sdk

RUN mkdir -p /app
ADD ./sample-apps/companies-app/composer.json /app
ADD ./sample-apps/companies-app/composer.lock /app

WORKDIR /app
RUN /usr/local/bin/composer install
Expand Down
1 change: 1 addition & 0 deletions sample-apps/companies-app/composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"minimum-stability": "dev",
"repositories": [
{
"type": "path",
Expand Down
Loading

0 comments on commit aedded7

Please sign in to comment.