keboola/workspace-provider

This package is abandoned and no longer maintained. The author suggests using the keboola/staging-provider package instead.

1.0.0 2021-03-25 12:23 UTC

This package is auto-updated.

Last update: 2021-04-12 06:54:29 UTC


README

Build Status

Development

First start with creating .env file from .env.dist.

cp .env.dist .env
# edit .env to set variable values

To run tests, there is a separate service for each PHP major version (5.6 to 7.4). For example, to run tests against PHP 5.6, run following:

docker-compose run --rm tests56

To develop locally, use dev service. Following will install Composer dependencies:

docker-compose run --rm dev composer install