Skip to content

Commit 01b064d

Browse files
Merge branch '5.1' into 5.x
* 5.1: Fix branch-version
2 parents 0b5b9d5 + 1a0ea4d commit 01b064d

File tree

86 files changed

+86
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+86
-86
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@
176176
],
177177
"minimum-stability": "dev",
178178
"extra": {
179-
"branch-version": "5.2-dev"
179+
"branch-version": "5.2"
180180
}
181181
}

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
},
8080
"minimum-stability": "dev",
8181
"extra": {
82-
"branch-version": "5.2-dev"
82+
"branch-version": "5.2"
8383
}
8484
}

src/Symfony/Bridge/Monolog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
},
4848
"minimum-stability": "dev",
4949
"extra": {
50-
"branch-version": "5.2-dev"
50+
"branch-version": "5.2"
5151
}
5252
}

src/Symfony/Bridge/PhpUnit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"minimum-stability": "dev",
4343
"extra": {
44-
"branch-version": "5.2-dev",
44+
"branch-version": "5.2",
4545
"thanks": {
4646
"name": "phpunit/phpunit",
4747
"url": "https://github.com/sebastianbergmann/phpunit"

src/Symfony/Bridge/ProxyManager/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"minimum-stability": "dev",
3636
"extra": {
37-
"branch-version": "5.2-dev"
37+
"branch-version": "5.2"
3838
}
3939
}

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
},
8383
"minimum-stability": "dev",
8484
"extra": {
85-
"branch-version": "5.2-dev"
85+
"branch-version": "5.2"
8686
}
8787
}

src/Symfony/Bundle/DebugBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
},
4444
"minimum-stability": "dev",
4545
"extra": {
46-
"branch-version": "5.2-dev"
46+
"branch-version": "5.2"
4747
}
4848
}

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@
111111
},
112112
"minimum-stability": "dev",
113113
"extra": {
114-
"branch-version": "5.2-dev"
114+
"branch-version": "5.2"
115115
}
116116
}

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
},
6464
"minimum-stability": "dev",
6565
"extra": {
66-
"branch-version": "5.2-dev"
66+
"branch-version": "5.2"
6767
}
6868
}

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
},
5353
"minimum-stability": "dev",
5454
"extra": {
55-
"branch-version": "5.2-dev"
55+
"branch-version": "5.2"
5656
}
5757
}

0 commit comments

Comments
 (0)