You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.json
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,33 @@
4
4
"possible to generate change-logs in other formats as well (when needed) and to do automatic releases based on",
5
5
"added change-log records. More on how to use it: https://github.com/vaimo/composer-changelogs"
6
6
],
7
+
"6.0.0": {
8
+
"breaking": [
9
+
"Dropped possibility to install the package with Composer 1 as we haven't been able to guarantee the support since 5.5.4",
10
+
"Dropped possibility to install the package with PHP 7.0 in favor of symfony/console 8",
11
+
"Updated Composer command classes with symfony/console 8 support, which include void return types that are only supported in PHP >=7.1"
12
+
],
13
+
"feature": [
14
+
"Added support for symfony/console 8"
15
+
],
16
+
"maintenance": [
17
+
"Updated README files related to Composer 1 and release branches"
18
+
]
19
+
},
20
+
"5.6.0": {
21
+
"feature": [
22
+
"Added support for symfony/console 7: https://github.com/vaimo/composer-patches/pull/139"
23
+
],
24
+
"maintenance": [
25
+
"Dropped Composer 1 from Github workflows of the repository",
26
+
"Updated testsuite and dependency checks ran in workflows to take symfony/console 7 into account"
27
+
]
28
+
},
29
+
"5.5.4": {
30
+
"fix": [
31
+
"Updated vaimo/topological-sort dependency to allow installing latest version with PHP compatibility improvements: https://github.com/vaimo/composer-patches/pull/135"
32
+
]
33
+
},
7
34
"5.5.3": {
8
35
"fix": [
9
36
"Fix issue where Composer version comparisons did not work in preview builds of Composer: https://github.com/vaimo/composer-patches/pull/134"
Copy file name to clipboardExpand all lines: composer.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@
4
4
"license": "MIT",
5
5
"description": "Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.",
0 commit comments