Skip to content

Commit 2ea017e

Browse files
authored
Merge pull request #16 from php-etl/fix/map-configuration
Fixed mutually exclusive fields in the configuration
2 parents 8fa7dc4 + 379bc32 commit 2ea017e

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)