Skip to content

Commit 5c5a6d3

Browse files
authored
Merge pull request #3 from php-etl/feature/plugins-loading
Modular plugins loading
2 parents 5eb1c97 + 613c65d commit 5c5a6d3

File tree

5 files changed

+324
-242
lines changed

5 files changed

+324
-242
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-etl/sql-plugin",
3-
"description": "This plugin allows you to perform SQL queries",
4-
"type": "library",
3+
"description": "This plugin allows you to perform SQL queries in the ETL pipelines",
4+
"type": "satellite-plugin",
55
"license": "MIT",
66
"authors": [
77
{
@@ -16,9 +16,9 @@
1616
"nikic/php-parser": "^4.10",
1717
"symfony/config": "^5.2",
1818
"symfony/expression-language": "^5.2",
19-
"php-etl/configurator-contracts": "^0.3.0",
20-
"php-etl/satellite-toolbox": "^0.1.0",
21-
"php-etl/fast-map-plugin": "^0.4.0"
19+
"php-etl/configurator-contracts": "^0.4.0",
20+
"php-etl/satellite-toolbox": "^0.2.0@dev",
21+
"php-etl/fast-map-plugin": "^0.5.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)