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
Requires
- php: >=5.6
- keboola/input-mapping: ^12.5
- keboola/output-mapping: ^12.5|^13.2|^14.3
- keboola/storage-api-client: ^11.2|^12.0
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2021-04-12 06:54:29 UTC
README
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