We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc1a728 + 13ae765 commit 7ae8996Copy full SHA for 7ae8996
composer.json
@@ -15,15 +15,15 @@
15
"php": "^8.2",
16
"nikic/php-parser": "^4.10",
17
"symfony/config": "^6.0",
18
- "php-etl/configurator-contracts": "0.7.0",
+ "php-etl/configurator-contracts": "0.7.*",
19
"php-etl/satellite-toolbox": "*",
20
- "php-etl/packaging-contracts": "0.3.0"
+ "php-etl/packaging-contracts": "0.3.*"
21
},
22
"require-dev": {
23
"symfony/yaml": "^6.0",
24
"phpunit/phpunit": "^10.0",
25
- "php-etl/bucket-contracts": "0.2.0",
26
- "php-etl/pipeline-contracts": "0.4.0",
+ "php-etl/bucket-contracts": "0.2.*",
+ "php-etl/pipeline-contracts": "0.4.*",
27
"friendsofphp/php-cs-fixer": "^3.0",
28
"phpstan/phpstan": "^1.10",
29
"infection/infection": "^0.26.18",
0 commit comments