Skip to content

Commit 3338a57

Browse files
author
ityaozm@gmail.com
committed
build(deps): Update package version constraints
- Update guanguans/monorepo-builder-worker to allow versions 1.5 or 2.0 - Update vimeo/psalm to allow versions 4.30, 5.0, or 6.0 - Update rector/rector to allow versions 1.2 or 2.0
1 parent ea8fd32 commit 3338a57

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer-updater

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $status = (new SingleCommandApplication())
108108
->updateComposerPackages()
109109
->updateOutdatedComposerPackages()
110110
->updateComposerPackages()
111-
->normalizeComposerJson()
111+
// ->normalizeComposerJson()
112112
->success();
113113
}
114114

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require-dev": {
3-
"guanguans/monorepo-builder-worker": "^1.4"
3+
"guanguans/monorepo-builder-worker": "^1.5 || ^2.0"
44
}
55
}

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require-dev": {
3-
"vimeo/psalm": "^4.30 || ^5.0"
3+
"vimeo/psalm": "^4.30 || ^5.0 || ^6.0"
44
}
55
}

vendor-bin/rector/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require-dev": {
3-
"rector/rector": "^1.2"
3+
"rector/rector": "^1.2 || ^2.0"
44
}
55
}

0 commit comments

Comments
 (0)