8000 minor #32829 [Contracts] Fix branch alias (fancyweb) · symfony/symfony@d25448c · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d25448c

Browse files
minor #32829 [Contracts] Fix branch alias (fancyweb)
This PR was merged into the 4.4 branch. Discussion ---------- [Contracts] Fix branch alias | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Spotted in #32807 Commits ------- 05cfc2b [Contracts] Fix branch alias
2 parents 40fe161 + 05cfc2b commit d25448c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Symfony/Contracts/Cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"minimum-stability": "dev",
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "1.2-dev"
31+
"dev-master": "1.1-dev"
3232
}
3333
}
3434
}

src/Symfony/Contracts/EventDispatcher/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"minimum-stability": "dev",
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "1.2-dev"
31+
"dev-master": "1.1-dev"
3232
}
3333
}
3434
}

src/Symfony/Contracts/HttpClient/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"minimum-stability": "dev",
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.2-dev"
30+
"dev-master": "1.1-dev"
3131
}
3232
}
3333
}

src/Symfony/Contracts/Service/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"minimum-stability": "dev",
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "1.2-dev"
31+
"dev-master": "1.1-dev"
3232
}
3333
}
3434
}

src/Symfony/Contracts/Translation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"minimum-stability": "dev",
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.2-dev"
30+
"dev-master": "1.1-dev"
3131
}
3232
}
3333
}

src/Symfony/Contracts/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"minimum-stability": "dev",
4848
"extra": {
4949
"branch-alias": {
50-
"dev-master": "1.2-dev"
50+
"dev-master": "1.1-dev"
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)
0