keboola / db-extractor-config
Config definition for database extractor
1.11.0
2022-11-23 14:20 UTC
Requires
- php: >=7.4
- keboola/php-component: ^9.1
- symfony/config: ^5.0
Requires (Dev)
- ext-json: *
- keboola/coding-standard: >=13.0
- php-parallel-lint/php-parallel-lint: ^1.2
- phpstan/phpstan: ^0.12.14
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2023-01-23 14:44:27 UTC
README
Config definition and validation for database extractor
Usage
Require with composer:
composer require keboola/db-extractor-config
Development
Clone this repository and init the workspace with following command:
git clone git@github.com:keboola/db-extractor-config.git
cd db-extractor-config
docker-compose build
docker-compose run --rm dev composer install --no-scripts
Run the test suite using this command:
docker-compose run --rm dev composer tests