Skip to content

Commit

Permalink
Updated pipeline contracts v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 16, 2023
1 parent 810d437 commit 1c291fc
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 242 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": "^8.2",
"phpunit/phpunit": "^10.0",
"nikic/php-parser": "^4.10",
"php-etl/pipeline-contracts": "0.4.*",
"php-etl/pipeline-contracts": "0.5.*",
"php-http/message": "^1.11",
"php-http/mock-client": "^1.4@dev",
"fakerphp/faker": "^1.19",
Expand All @@ -15,7 +15,7 @@
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.0",
"friendsofphp/php-cs-fixer": "^3.38",
"infection/infection": "^0.26.18",
"rector/rector": "^0.15"
},
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.5.x-dev"
"dev-main": "0.7.x-dev"
}
}
}
Loading

0 comments on commit 1c291fc

Please sign in to comment.