22
33All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5+ ## [ 7.0.0] - 2025-02-07
6+
7+ ### Removed
8+
9+ * This component is no longer supported on PHP 8.3
10+
511## [ 6.0.2] - 2024-07-03
612
713### Changed
@@ -21,7 +27,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
2127* ` SebastianBergmann\Diff\Chunk::getStart() ` , ` SebastianBergmann\Diff\Chunk::getStartRange() ` , ` SebastianBergmann\Diff\Chunk::getEnd() ` , ` SebastianBergmann\Diff\Chunk::getEndRange() ` , and ` SebastianBergmann\Diff\Chunk::getLines() `
2228* ` SebastianBergmann\Diff\Diff::getFrom() ` , ` SebastianBergmann\Diff\Diff::getTo() ` , and ` SebastianBergmann\Diff\Diff::getChunks() `
2329* ` SebastianBergmann\Diff\Line::getContent() ` and ` SebastianBergmann\Diff\Diff::getType() `
24- * Removed support for PHP 8.1
30+ * This component is no longer supported on PHP 8.1
2531
2632## [ 5.1.1] - 2024-03-02
2733
@@ -75,7 +81,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
7581
7682### Removed
7783
78- * Removed support for PHP 7.3, PHP 7.4, and PHP 8.0
84+ * This component is no longer supported on PHP 7.3, PHP 7.4, and PHP 8.0
7985
8086## [ 4.0.4] - 2020-10-26
8187
@@ -105,7 +111,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
105111
106112### Removed
107113
108- * Removed support for PHP 7.1 and PHP 7.2
114+ * This component is no longer supported on PHP 7.1 and PHP 7.2
109115
110116## [ 3.0.2] - 2019-02-04
111117
@@ -129,7 +135,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
129135
130136### Removed
131137
132- * Removed support for PHP 7.0
138+ * This component is no longer supported on PHP 7.0
133139
134140### Fixed
135141
@@ -151,6 +157,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
151157
152158* This component is no longer supported on PHP 5.6
153159
160+ [ 7.0.0 ] : https://github.com/sebastianbergmann/diff/compare/6.0...main
154161[ 6.0.2 ] : https://github.com/sebastianbergmann/diff/compare/6.0.1...6.0.2
155162[ 6.0.1 ] : https://github.com/sebastianbergmann/diff/compare/6.0.0...6.0.1
156163[ 6.0.0 ] : https://github.com/sebastianbergmann/diff/compare/5.1...6.0.0
0 commit comments