|
| 1 | +{ |
| 2 | + "name": "php-etl/fast-map-config", |
| 3 | + "description": "This library implements the Extract-Transform-Load pattern asynchronously in PHP with the help of iterators and generators", |
| 4 | + "type": "library", |
| 5 | + "license": "MIT", |
| 6 | + "authors": [ |
| 7 | + { |
| 8 | + "name": "Kiboko SAS", |
| 9 | + "homepage": "http://kiboko.fr" |
| 10 | + }, |
| 11 | + { |
| 12 | + "name": "Grégory Planchat", |
| 13 | + |
| 14 | + } |
| 15 | + ], |
| 16 | + "minimum-stability": "dev", |
| 17 | + "require": { |
| 18 | + "php": "^7.2", |
| 19 | + "php-etl/fast-map": "dev-feature/oroplatform-3.1-compatibility", |
| 20 | + "symfony/expression-language": "^3.4", |
| 21 | + "symfony/property-access": "^3.4" |
| 22 | + }, |
| 23 | + "require-dev": { |
| 24 | + "phpspec/phpspec": "^5.1", |
| 25 | + "phpunit/phpunit": "^7.0", |
| 26 | + "johnkary/phpunit-speedtrap": "^3.1@dev", |
| 27 | + "mybuilder/phpunit-accelerator": "dev-master", |
| 28 | + "phpstan/phpstan": "^0.12.0@dev", |
| 29 | + "infection/infection": "dev-master", |
| 30 | + "friends-of-phpspec/phpspec-code-coverage": "^4.0@dev" |
| 31 | + }, |
| 32 | + "autoload": { |
| 33 | + "psr-4": { |
| 34 | + "Kiboko\\Component\\ETL\\Config\\": "src/" |
| 35 | + } |
| 36 | + }, |
| 37 | + "autoload-dev": { |
| 38 | + "psr-4": { |
| 39 | + "spec\\Kiboko\\Component\\ETL\\Config\\": "spec/", |
| 40 | + "unit\\Kiboko\\Component\\ETL\\Config\\": "unit/", |
| 41 | + "functional\\Kiboko\\Component\\ETL\\Config\\": "functional/" |
| 42 | + } |
| 43 | + }, |
| 44 | + "extra": { |
| 45 | + "branch-alias": { |
| 46 | + "dev-master": "1.0.x-dev" |
| 47 | + } |
| 48 | + } |
| 49 | +} |
0 commit comments