Skip to content

Commit d1f854b

Browse files
committed
lock composer contracts version
1 parent b8c37cb commit d1f854b

File tree

4 files changed

+91
-96
lines changed

4 files changed

+91
-96
lines changed

.github/workflows/rector.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: github.event.pull_request.head.repo.full_name == 'php-etl/sql-plugin'
1111
steps:
12-
-
13-
if: github.event.pull_request.head.repo.full_name == github.repository
14-
uses: actions/checkout@v3
15-
with:
16-
# Must be used to trigger workflow after push
17-
token: ${{ secrets.ACCESS_TOKEN }}
12+
- uses: actions/checkout@v3
1813

1914
-
2015
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"nikic/php-parser": "^4.10",
1717
"symfony/config": "^6.0",
1818
"symfony/expression-language": "^6.0",
19-
"php-etl/configurator-contracts": "^0.7.0",
20-
"php-etl/satellite-toolbox": "^0.5.0",
21-
"php-etl/fast-map-plugin": "^0.8.0",
22-
"php-etl/packaging": "^0.3.0",
23-
"ext-pdo": "*"
19+
"php-etl/configurator-contracts": "0.7.0",
20+
"php-etl/satellite-toolbox": "*",
21+
"php-etl/fast-map-plugin": "*",
22+
"php-etl/packaging": "*"
2423
},
2524
"require-dev": {
25+
"ext-pdo": "*",
2626
"phpunit/phpunit": "^10.0",
27-
"php-etl/phpunit-extension": "^0.5.0",
27+
"php-etl/phpunit-extension": "*",
2828
"phpstan/phpstan": "^1.10",
29-
"php-etl/sql-flow": "^0.2.0",
29+
"php-etl/sql-flow": "*",
3030
"friendsofphp/php-cs-fixer": "^3.0",
3131
"mikey179/vfsstream": "^1.6",
3232
"infection/infection": "^0.26.18",
@@ -45,8 +45,7 @@
4545
},
4646
"extra": {
4747
"branch-alias": {
48-
"dev-main": "0.5.x-dev",
49-
"dev-feature/qualityflow-improvments": "0.5.x-dev"
48+
"dev-main": "0.4.x-dev"
5049
},
5150
"gyroscops": {
5251
"plugins": ["Kiboko\\Plugin\\SQL\\Service"]

0 commit comments

Comments
 (0)