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 325f116 commit 37d0adb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"prefer-stable": true,
"require": {
"php": "^8.2",
"phpspec/phpspec": "^7.0",
"friends-of-phpspec/phpspec-code-coverage": "^6",
"phpspec/phpspec": "^7.3",
"friends-of-phpspec/phpspec-code-coverage": "*",
"doctrine/inflector": "^2.0",
"nikic/php-parser": "^4.10",
"php-etl/metadata": "*"
Expand All @@ -40,10 +40,10 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.4.x-dev"
"dev-main": "0.5.x-dev"
}
},
"require-dev": {
"rector/rector": "^0.15@dev"
"rector/rector": "^0.15"
}
}
28 changes: 13 additions & 15 deletions composer.lock

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

0 comments on commit 37d0adb

Please sign in to comment.