Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clemzarch committed Aug 22, 2023
1 parent f2c8ff9 commit 190a0f3
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 41 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
},
"require": {
"php": "^8.0",
"php-etl/pipeline-contracts": "^0.3.0",
"php": "^8.2",
"php-etl/pipeline-contracts": "0.4.*",
"psr/container": "^1.0",
"php-etl/hook-runtime": "0.1.x-dev"
"php-etl/hook-runtime": "0.2.*"
},
"extra": {
"branch-alias": {
"dev-main": "0.1.x-dev"
"dev-main": "0.2.x-dev"
}
}
}
147 changes: 110 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 190a0f3

Please sign in to comment.