Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 78d63e9

Browse files
Remove branch-version (keep them for contracts only)
1 parent d878ad8 commit 78d63e9

File tree

5 files changed

+5
-20
lines changed

5 files changed

+5
-20
lines changed

Core/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,5 @@
4242
"/Tests/"
4343
]
4444
},
45-
"minimum-stability": "dev",
46-
"extra": {
47-
"branch-version": "3.4"
48-
}
45+
"minimum-stability": "dev"
4946
}

Csrf/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,5 @@
3636
"/Tests/"
3737
]
3838
},
39-
"minimum-stability": "dev",
40-
"extra": {
41-
"branch-version": "3.4"
42-
}
39+
"minimum-stability": "dev"
4340
}

Guard/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,5 @@
2929
"/Tests/"
3030
]
3131
},
32-
"minimum-stability": "dev",
33-
"extra": {
34-
"branch-version": "3.4"
35-
}
32+
"minimum-stability": "dev"
3633
}

Http/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,5 @@
4343
"/Tests/"
4444
]
4545
},
46-
"minimum-stability": "dev",
47-
"extra": {
48-
"branch-version": "3.4"
49-
}
46+
"minimum-stability": "dev"
5047
}

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,5 @@
5858
"/Http/Tests/"
5959
]
6060
},
61-
"minimum-stability": "dev",
62-
"extra": {
63-
"branch-version": "3.4"
64-
}
61+
"minimum-stability": "dev"
6562
}

0 commit comments

Comments
 (0)