Skip to content

Commit 1a0ea4d

Browse files
Merge branch '4.4' into 5.1
* 4.4: Fix branch-version
2 parents 59db413 + 58f803f commit 1a0ea4d

File tree

85 files changed

+85
-85
lines changed

Some content is hidden

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

85 files changed

+85
-85
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@
171171
],
172172
"minimum-stability": "dev",
173173
"extra": {
174-
"branch-version": "5.1-dev"
174+
"branch-version": "5.1"
175175
}
176176
}

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777
},
7878
"minimum-stability": "dev",
7979
"extra": {
80-
"branch-version": "5.1-dev"
80+
"branch-version": "5.1"
8181
}
8282
}

src/Symfony/Bridge/Monolog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
},
4747
"minimum-stability": "dev",
4848
"extra": {
49-
"branch-version": "5.1-dev"
49+
"branch-version": "5.1"
5050
}
5151
}

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.1-dev",
44+
"branch-version": "5.1",
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.1-dev"
37+
"branch-version": "5.1"
3838
}
3939
}

src/Symfony/Bridge/Twig/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.1-dev"
82+
"branch-version": "5.1"
8383
}
8484
}

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.1-dev"
46+
"branch-version": "5.1"
4747
}
4848
}

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@
110110
},
111111
"minimum-stability": "dev",
112112
"extra": {
113-
"branch-version": "5.1-dev"
113+
"branch-version": "5.1"
114114
}
115115
}

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
},
6363
"minimum-stability": "dev",
6464
"extra": {
65-
"branch-version": "5.1-dev"
65+
"branch-version": "5.1"
6666
}
6767
}

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.1-dev"
55+
"branch-version": "5.1"
5656
}
5757
}

0 commit comments

Comments
 (0)