Skip to content

Commit 44a7e3e

Browse files
Fix branch-version
1 parent 56a7571 commit 44a7e3e

File tree

53 files changed

+53
-53
lines changed

Some content is hidden

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

53 files changed

+53
-53
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@
135135
},
136136
"minimum-stability": "dev",
137137
"extra": {
138-
"branch-version": "3.4-dev"
138+
"branch-version": "3.4"
139139
}
140140
}

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
},
5959
"minimum-stability": "dev",
6060
"extra": {
61-
"branch-version": "3.4-dev"
61+
"branch-version": "3.4"
6262
}
6363
}

src/Symfony/Bridge/Monolog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
},
4545
"minimum-stability": "dev",
4646
"extra": {
47-
"branch-version": "3.4-dev"
47+
"branch-version": "3.4"
4848
}
4949
}

src/Symfony/Bridge/PhpUnit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"minimum-stability": "dev",
4040
"extra": {
41-
"branch-version": "3.4-dev",
41+
"branch-version": "3.4",
4242
"thanks": {
4343
"name": "phpunit/phpunit",
4444
"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
@@ -31,6 +31,6 @@
3131
},
3232
"minimum-stability": "dev",
3333
"extra": {
34-
"branch-version": "3.4-dev"
34+
"branch-version": "3.4"
3535
}
3636
}

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
},
6969
"minimum-stability": "dev",
7070
"extra": {
71-
"branch-version": "3.4-dev"
71+
"branch-version": "3.4"
7272
}
7373
}

src/Symfony/Bundle/DebugBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
},
4343
"minimum-stability": "dev",
4444
"extra": {
45-
"branch-version": "3.4-dev"
45+
"branch-version": "3.4"
4646
}
4747
}

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@
9292
},
9393
"minimum-stability": "dev",
9494
"extra": {
95-
"branch-version": "3.4-dev"
95+
"branch-version": "3.4"
9696
}
9797
}

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": "3.4-dev"
66+
"branch-version": "3.4"
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": "3.4-dev"
55+
"branch-version": "3.4"
5656
}
5757
}

0 commit comments

Comments
 (0)