keboola / db-extractor-config
Config definition for database extractor
1.14.0
2023-11-10 09:12 UTC
Requires
- php: >=8.2
- keboola/php-component: ^9.4
- symfony/config: ^6.3
Requires (Dev)
- ext-json: *
- keboola/coding-standard: >=13.0
- php-parallel-lint/php-parallel-lint: ^1.2
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2023-12-10 09:17:53 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
License
MIT licensed, see LICENSE file.