Skip to content

Commit 379bc32

Browse files
committed
Fixed mutually exclusive fields in the configuration + made class abstract
1 parent da6e49a commit 379bc32

File tree

4 files changed

+541
-628
lines changed

4 files changed

+541
-628
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"ext-json": "*",
1717
"nikic/php-parser": "^4.10",
1818
"symfony/config": "^5.2",
19-
"php-etl/fast-map-config": "^0.3.0@dev",
20-
"php-etl/configurator-contracts": "^0.4.0@dev",
21-
"php-etl/packaging-contracts": "^0.1.0@dev",
22-
"php-etl/satellite-toolbox": "^0.2.0@dev"
19+
"php-etl/fast-map-config": "^0.3.0",
20+
"php-etl/configurator-contracts": "^0.4.0",
21+
"php-etl/packaging-contracts": "^0.1.1",
22+
"php-etl/satellite-toolbox": "^0.2.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)