Skip to content

Commit

Permalink
Updated php-etl contract versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Nov 20, 2023
1 parent 8a434a7 commit 64158eb
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 1,199 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
"prefer-stable": true,
"require": {
"php": "^8.2",
"php-etl/pipeline-contracts": "0.4.*",
"psr/log": "^3.0",
"php-etl/bucket": "*",
"php-etl/pipeline-contracts": ">=0.4.0 <0.6",
"php-etl/mapping-contracts": "0.4.*",
"php-etl/bucket": ">=0.3.0 <0.5",
"ext-pdo": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"php-etl/phpunit-extension": "*",
"phpstan/phpstan": "^1.10",
"infection/infection": "^0.26.18",
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down
Loading

0 comments on commit 64158eb

Please sign in to comment.