File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 3.0.3] - 2020-11-30
6
+
7
+ ### Changed
8
+
9
+ * Changed PHP version constraint in ` composer.json ` from ` ^7.1 ` to ` >=7.1 `
10
+
5
11
## [ 3.0.2] - 2019-02-04
6
12
7
13
### Changed
@@ -46,6 +52,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
46
52
47
53
* This component is no longer supported on PHP 5.6
48
54
55
+ [ 3.0.3 ] : https://github.com/sebastianbergmann/diff/compare/3.0.2...3.0.3
49
56
[ 3.0.2 ] : https://github.com/sebastianbergmann/diff/compare/3.0.1...3.0.2
50
57
[ 3.0.1 ] : https://github.com/sebastianbergmann/diff/compare/3.0.0...3.0.1
51
58
[ 3.0.0 ] : https://github.com/sebastianbergmann/diff/compare/2.0...3.0.0
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "php" : " ^ 7.1"
18
+ "php" : " >= 7.1"
19
19
},
20
20
"require-dev" : {
21
21
"phpunit/phpunit" : " ^7.5 || ^8.0" ,
You can’t perform that action at this time.
0 commit comments