Skip to content

Commit 58f803f

Browse files
Merge branch '3.4' into 4.4
* 3.4: Fix branch-version
2 parents 1db73df + 44a7e3e commit 58f803f

File tree

70 files changed

+70
-70
lines changed

Some content is hidden

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

70 files changed

+70
-70
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@
162162
],
163163
"minimum-stability": "dev",
164164
"extra": {
165-
"branch-version": "4.4-dev"
165+
"branch-version": "4.4"
166166
}
167167
}

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
},
7373
"minimum-stability": "dev",
7474
"extra": {
75-
"branch-version": "4.4-dev"
75+
"branch-version": "4.4"
7676
}
7777
}

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": "4.4-dev"
47+
"branch-version": "4.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": "4.4-dev",
41+
"branch-version": "4.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
@@ -34,6 +34,6 @@
3434
},
3535
"minimum-stability": "dev",
3636
"extra": {
37-
"branch-version": "4.4-dev"
37+
"branch-version": "4.4"
3838
}
3939
}

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
},
8181
"minimum-stability": "dev",
8282
"extra": {
83-
"branch-version": "4.4-dev"
83+
"branch-version": "4.4"
8484
}
8585
}

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

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@
108108
},
109109
"minimum-stability": "dev",
110110
"extra": {
111-
"branch-version": "4.4-dev"
111+
"branch-version": "4.4"
112112
}
113113
}

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
},
6161
"minimum-stability": "dev",
6262
"extra": {
63-
"branch-version": "4.4-dev"
63+
"branch-version": "4.4"
6464
}
6565
}

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

0 commit comments

Comments
 (0)