Skip to content

Commit 4bca82b

Browse files
authored
Merge pull request #7 from php-etl/feature/plugins-loading
Modular plugins loading
2 parents c542420 + 69e91a9 commit 4bca82b

File tree

6 files changed

+325
-253
lines changed

6 files changed

+325
-253
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,16 @@
1616
"ext-json": "*",
1717
"nikic/php-parser": "^4.10",
1818
"symfony/config": "^5.2",
19-
"php-etl/configurator-contracts": "^0.3.0",
19+
"php-etl/configurator-contracts": "^0.4.0",
2020
"php-etl/packaging-contracts": "^0.1.0",
2121
"symfony/expression-language": "^5.2",
22-
"php-etl/satellite-toolbox": "^0.1.0"
22+
"php-etl/satellite-toolbox": "*"
2323
},
2424
"require-dev": {
2525
"adlawson/vfs": "dev-develop",
2626
"phpunit/phpunit": "^9.0",
2727
"php-etl/csv-flow": "^0.2.0",
28-
"php-etl/phpunit-extension": "^0.2.0",
29-
"php-etl/bucket-contracts": "^0.1.0",
30-
"php-etl/pipeline-contracts": "^0.2.0"
28+
"php-etl/phpunit-extension": "^0.2.0"
3129
},
3230
"autoload": {
3331
"psr-4": {
@@ -41,7 +39,7 @@
4139
},
4240
"extra": {
4341
"branch-alias": {
44-
"dev-master": "0.3.x-dev"
42+
"dev-master": "0.4.x-dev"
4543
},
4644
"satellite": {
4745
"class": "Kiboko\\Plugin\\CSV\\Service"

0 commit comments

Comments
 (0)