Skip to content

Commit

Permalink
Updated action contracts v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 16, 2023
1 parent 5864a9a commit bee0c08
Show file tree
Hide file tree
Showing 3 changed files with 1,366 additions and 263 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^8.2",
"php-etl/console-state": "*",
"php-etl/action-contracts": "0.1.*",
"php-etl/action-contracts": "0.2.*",
"php-etl/satellite-contracts": "0.1.*",
"symfony/console": "^6.0"
},
Expand All @@ -32,10 +32,10 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.1.x-dev"
"dev-main": "0.2.x-dev"
}
},
"require-dev": {
"rector/rector": "^0.15.0"
"rector/rector": "^0.15"
}
}
Loading

0 comments on commit bee0c08

Please sign in to comment.